Package com.gpudb.protocol
Class VisualizeIsochroneRequest.SolveOptions
java.lang.Object
com.gpudb.protocol.VisualizeIsochroneRequest.SolveOptions
Enclosing class:
A set of string constants for the
VisualizeIsochroneRequest parameter solveOptions.
Solver specific parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringIgnore the restrictions applied to the graph during the creation stage and only use the restrictions specified in this request if set toTRUE.static final StringValue-based restriction comparison.static final Stringstatic final StringWhen specified, assigns the given value to all the edges in the graph.
Field Details
RESTRICTION_THRESHOLD_VALUE
Value-based restriction comparison. Any node or edge with a ‘RESTRICTIONS_VALUECOMPARED’ value greater than theRESTRICTION_THRESHOLD_VALUEwill not be included in the solution.See Also:UNIFORM_WEIGHTS
When specified, assigns the given value to all the edges in the graph. Note that weights provided inweightsOnEdgeswill override this value.See Also: