Kinetica   C#   API  Version 7.2.3.0
kinetica.VisualizeIsochroneRequest.SolveOptions Struct Reference

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...
 

Detailed Description

A set of string constants for the parameter solve_options.

Solver specific parameters

Definition at line 427 of file VisualizeIsochrone.cs.

Member Data Documentation

◆ FALSE

const string kinetica.VisualizeIsochroneRequest.SolveOptions.FALSE = "false"

Definition at line 447 of file VisualizeIsochrone.cs.

◆ REMOVE_PREVIOUS_RESTRICTIONS

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

◆ RESTRICTION_THRESHOLD_VALUE

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.

◆ TRUE

const string kinetica.VisualizeIsochroneRequest.SolveOptions.TRUE = "true"

Definition at line 446 of file VisualizeIsochrone.cs.

◆ UNIFORM_WEIGHTS

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.


The documentation for this struct was generated from the following file: