Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.ConstraintSolver.RoutingIndexManager Class Reference
Inheritance diagram for Google.OrTools.ConstraintSolver.RoutingIndexManager:

Public Member Functions

void Dispose ()
 
 RoutingIndexManager (int num_nodes, int num_vehicles, int depot)
 
 RoutingIndexManager (int num_nodes, int num_vehicles, int[] starts, int[] ends)
 
int GetNumberOfNodes ()
 
int GetNumberOfVehicles ()
 
int GetNumberOfIndices ()
 
long GetStartIndex (int vehicle)
 
long GetEndIndex (int vehicle)
 
long NodeToIndex (int node)
 
long[] NodesToIndices (int[] nodes)
 
int IndexToNode (long index)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

Definition at line 19 of file RoutingIndexManager.cs.

Constructor & Destructor Documentation

◆ RoutingIndexManager() [1/2]

Google.OrTools.ConstraintSolver.RoutingIndexManager.RoutingIndexManager ( int num_nodes,
int num_vehicles,
int depot )
inline

Definition at line 66 of file RoutingIndexManager.cs.

◆ RoutingIndexManager() [2/2]

Google.OrTools.ConstraintSolver.RoutingIndexManager.RoutingIndexManager ( int num_nodes,
int num_vehicles,
int[] starts,
int[] ends )
inline

Definition at line 69 of file RoutingIndexManager.cs.

Member Function Documentation

◆ Dispose() [1/2]

void Google.OrTools.ConstraintSolver.RoutingIndexManager.Dispose ( )
inline

Definition at line 49 of file RoutingIndexManager.cs.

◆ Dispose() [2/2]

virtual void Google.OrTools.ConstraintSolver.RoutingIndexManager.Dispose ( bool disposing)
inlineprotectedvirtual

Definition at line 54 of file RoutingIndexManager.cs.

◆ GetEndIndex()

long Google.OrTools.ConstraintSolver.RoutingIndexManager.GetEndIndex ( int vehicle)
inline

Definition at line 92 of file RoutingIndexManager.cs.

◆ GetNumberOfIndices()

int Google.OrTools.ConstraintSolver.RoutingIndexManager.GetNumberOfIndices ( )
inline

Definition at line 82 of file RoutingIndexManager.cs.

◆ GetNumberOfNodes()

int Google.OrTools.ConstraintSolver.RoutingIndexManager.GetNumberOfNodes ( )
inline

Definition at line 72 of file RoutingIndexManager.cs.

◆ GetNumberOfVehicles()

int Google.OrTools.ConstraintSolver.RoutingIndexManager.GetNumberOfVehicles ( )
inline

Definition at line 77 of file RoutingIndexManager.cs.

◆ GetStartIndex()

long Google.OrTools.ConstraintSolver.RoutingIndexManager.GetStartIndex ( int vehicle)
inline

Definition at line 87 of file RoutingIndexManager.cs.

◆ IndexToNode()

int Google.OrTools.ConstraintSolver.RoutingIndexManager.IndexToNode ( long index)
inline

Definition at line 114 of file RoutingIndexManager.cs.

◆ NodesToIndices()

long[] Google.OrTools.ConstraintSolver.RoutingIndexManager.NodesToIndices ( int[] nodes)
inline

Definition at line 102 of file RoutingIndexManager.cs.

◆ NodeToIndex()

long Google.OrTools.ConstraintSolver.RoutingIndexManager.NodeToIndex ( int node)
inline

Definition at line 97 of file RoutingIndexManager.cs.

Member Data Documentation

◆ swigCMemOwn

bool Google.OrTools.ConstraintSolver.RoutingIndexManager.swigCMemOwn
protected

Definition at line 21 of file RoutingIndexManager.cs.


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