Skip to main content

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

const string kinetica.VisualizeIsochroneRequest.SolveOptions.FALSE = “false”
static

A boolean constant for the VisualizeIsochroneRequest.SolveOptions options.

Definition at line 801 of file VisualizeIsochrone.cs.

◆ REMOVE_PREVIOUS_RESTRICTIONS

const string kinetica.VisualizeIsochroneRequest.SolveOptions.REMOVE_PREVIOUS_RESTRICTIONS = “remove_previous_restrictions”
static

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 793 of file VisualizeIsochrone.cs.

◆ RESTRICTION_THRESHOLD_VALUE

const string kinetica.VisualizeIsochroneRequest.SolveOptions.RESTRICTION_THRESHOLD_VALUE = “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

const string kinetica.VisualizeIsochroneRequest.SolveOptions.TRUE = “true”
static

A boolean constant for the VisualizeIsochroneRequest.SolveOptions options.

Definition at line 797 of file VisualizeIsochrone.cs.

◆ UNIFORM_WEIGHTS

const string kinetica.VisualizeIsochroneRequest.SolveOptions.UNIFORM_WEIGHTS = “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: