Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter solve_options. More...
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... | |
A set of string constants for the parameter solve_options.
Solver specific parameters
Definition at line 427 of file VisualizeIsochrone.cs.
const string kinetica.VisualizeIsochroneRequest.SolveOptions.FALSE = "false" |
Definition at line 447 of file VisualizeIsochrone.cs.
const string kinetica.VisualizeIsochroneRequest.SolveOptions.REMOVE_PREVIOUS_RESTRICTIONS = "remove_previous_restrictions" |
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 454 of file VisualizeIsochrone.cs.
const string kinetica.VisualizeIsochroneRequest.SolveOptions.TRUE = "true" |
Definition at line 446 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 461 of file VisualizeIsochrone.cs.