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

Public Member Functions

void Dispose ()
 
 NodeNeighborsByCostClass ()
 
void ComputeNeighbors (RoutingModel routing_model, int num_neighbors, bool add_vehicle_starts_to_neighbors)
 
int[] GetNeighborsOfNodeForCostClass (int cost_class, int node_index)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Detailed Description

Definition at line 1795 of file RoutingModel.cs.

Constructor & Destructor Documentation

◆ NodeNeighborsByCostClass()

Google.OrTools.ConstraintSolver.RoutingModel.NodeNeighborsByCostClass.NodeNeighborsByCostClass ( )
inline

Definition at line 1842 of file RoutingModel.cs.

Member Function Documentation

◆ ComputeNeighbors()

void Google.OrTools.ConstraintSolver.RoutingModel.NodeNeighborsByCostClass.ComputeNeighbors ( RoutingModel routing_model,
int num_neighbors,
bool add_vehicle_starts_to_neighbors )
inline

Definition at line 1845 of file RoutingModel.cs.

◆ Dispose() [1/2]

void Google.OrTools.ConstraintSolver.RoutingModel.NodeNeighborsByCostClass.Dispose ( )
inline

Definition at line 1825 of file RoutingModel.cs.

◆ Dispose() [2/2]

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

Definition at line 1830 of file RoutingModel.cs.

◆ GetNeighborsOfNodeForCostClass()

int[] Google.OrTools.ConstraintSolver.RoutingModel.NodeNeighborsByCostClass.GetNeighborsOfNodeForCostClass ( int cost_class,
int node_index )
inline

Definition at line 1850 of file RoutingModel.cs.

Member Data Documentation

◆ swigCMemOwn

bool Google.OrTools.ConstraintSolver.RoutingModel.NodeNeighborsByCostClass.swigCMemOwn
protected

Definition at line 1797 of file RoutingModel.cs.


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