Kinetica C# API
Version 7.0.19.0
|
Solver specific parameters
Public Attributes | |
const string | REMOVE_PREVIOUS_RESTRICTIONS = "remove_previous_restrictions" |
Ignore the restrictions applied to the graph during the creation stage and only use the restrictions specified in this request if set to true. More... | |
const string | TRUE = "true" |
const string | FALSE = "false" |
const string | RESTRICTION_THRESHOLD_VALUE = "restriction_threshold_value" |
Value-based restriction comparison. More... | |
const string | UNIFORM_WEIGHTS = "uniform_weights" |
When specified, assigns the given value to all the edges in the graph. More... | |
Solver specific parameters
Supported values:
The default value is FALSE. RESTRICTION_THRESHOLD_VALUE: Value-based restriction comparison. Any node or edge with a 'RESTRICTIONS_VALUECOMPARED' value greater than the restriction_threshold_value will not be included in the solution. UNIFORM_WEIGHTS: When specified, assigns the given value to all the edges in the graph. Note that weights provided in will override this value.
The default value is an empty Dictionary. A set of string constants for the parameter solve_options.
Definition at line 858 of file VisualizeIsochrone.cs.
const string kinetica.VisualizeIsochroneRequest.SolveOptions.FALSE = "false" |
Definition at line 879 of file VisualizeIsochrone.cs.
const string kinetica.VisualizeIsochroneRequest.SolveOptions.REMOVE_PREVIOUS_RESTRICTIONS = "remove_previous_restrictions" |
Ignore the restrictions applied to the graph during the creation stage and only use the restrictions specified in this request if set to true.
Supported values:
The default value is FALSE.
Definition at line 877 of file VisualizeIsochrone.cs.
const string kinetica.VisualizeIsochroneRequest.SolveOptions.RESTRICTION_THRESHOLD_VALUE = "restriction_threshold_value" |
Value-based restriction comparison.
Any node or edge with a 'RESTRICTIONS_VALUECOMPARED' value greater than the restriction_threshold_value will not be included in the solution.
Definition at line 885 of file VisualizeIsochrone.cs.
const string kinetica.VisualizeIsochroneRequest.SolveOptions.TRUE = "true" |
Definition at line 878 of file VisualizeIsochrone.cs.
const string kinetica.VisualizeIsochroneRequest.SolveOptions.UNIFORM_WEIGHTS = "uniform_weights" |
When specified, assigns the given value to all the edges in the graph.
Note that weights provided in weights_on_edges will override this value.
Definition at line 890 of file VisualizeIsochrone.cs.