|
virtual void | Dispose (bool disposing) |
|
Definition at line 20 of file RoutingIndexManager.cs.
◆ RoutingIndexManager() [1/2]
Google.OrTools.ConstraintSolver.RoutingIndexManager.RoutingIndexManager |
( |
int | num_nodes, |
|
|
int | num_vehicles, |
|
|
int | depot ) |
|
inline |
◆ RoutingIndexManager() [2/2]
Google.OrTools.ConstraintSolver.RoutingIndexManager.RoutingIndexManager |
( |
int | num_nodes, |
|
|
int | num_vehicles, |
|
|
int[] | starts, |
|
|
int[] | ends ) |
|
inline |
◆ Dispose() [1/2]
void Google.OrTools.ConstraintSolver.RoutingIndexManager.Dispose |
( |
| ) |
|
|
inline |
◆ Dispose() [2/2]
virtual void Google.OrTools.ConstraintSolver.RoutingIndexManager.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ GetEndIndex()
long Google.OrTools.ConstraintSolver.RoutingIndexManager.GetEndIndex |
( |
int | vehicle | ) |
|
|
inline |
◆ GetNumberOfIndices()
int Google.OrTools.ConstraintSolver.RoutingIndexManager.GetNumberOfIndices |
( |
| ) |
|
|
inline |
◆ GetNumberOfNodes()
int Google.OrTools.ConstraintSolver.RoutingIndexManager.GetNumberOfNodes |
( |
| ) |
|
|
inline |
◆ GetNumberOfVehicles()
int Google.OrTools.ConstraintSolver.RoutingIndexManager.GetNumberOfVehicles |
( |
| ) |
|
|
inline |
◆ GetStartIndex()
long Google.OrTools.ConstraintSolver.RoutingIndexManager.GetStartIndex |
( |
int | vehicle | ) |
|
|
inline |
◆ IndexToNode()
int Google.OrTools.ConstraintSolver.RoutingIndexManager.IndexToNode |
( |
long | index | ) |
|
|
inline |
◆ NodesToIndices()
long[] Google.OrTools.ConstraintSolver.RoutingIndexManager.NodesToIndices |
( |
int[] | nodes | ) |
|
|
inline |
◆ NodeToIndex()
long Google.OrTools.ConstraintSolver.RoutingIndexManager.NodeToIndex |
( |
int | node | ) |
|
|
inline |
◆ swigCMemOwn
bool Google.OrTools.ConstraintSolver.RoutingIndexManager.swigCMemOwn |
|
protected |
The documentation for this class was generated from the following file: