A set of string constants for the parameter VisualizeIsochroneRequest.solve_options. More…
Static 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. | |
| const string | TRUE = “true” |
| A boolean constant for the VisualizeIsochroneRequest.SolveOptions options. | |
| const string | FALSE = “false” |
| A boolean constant for the VisualizeIsochroneRequest.SolveOptions options. | |
| const string | RESTRICTION_THRESHOLD_VALUE = “restriction_threshold_value” |
| Value-based restriction comparison. | |
| const string | UNIFORM_WEIGHTS = “uniform_weights” |
| When specified, assigns the given value to all the edges in the graph. | |
Detailed Description
A set of string constants for the parameter VisualizeIsochroneRequest.solve_options.
Solver specific parameters.
Definition at line 770 of file VisualizeIsochrone.cs.
Member Data Documentation
◆ FALSE
| static |
A boolean constant for the VisualizeIsochroneRequest.SolveOptions options.
Definition at line 801 of file VisualizeIsochrone.cs.
◆ REMOVE_PREVIOUS_RESTRICTIONS
| static |
◆ RESTRICTION_THRESHOLD_VALUE
| static |
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 808 of file VisualizeIsochrone.cs.
◆ TRUE
| static |
A boolean constant for the VisualizeIsochroneRequest.SolveOptions options.
Definition at line 797 of file VisualizeIsochrone.cs.
◆ UNIFORM_WEIGHTS
| static |
When specified, assigns the given value to all the edges in the graph.
Note that weights provided in VisualizeIsochroneRequest.weights_on_edges will override this value.
Definition at line 815 of file VisualizeIsochrone.cs.
The documentation for this struct was generated from the following files:
- _build/public-os_ubuntu24.04-arch_amd64-cc_gcc_13.3.0/install/Kinetica/Protocol/VisualizeIsochrone.cs
- Kinetica/Protocol/VisualizeIsochrone.cs