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

Public Member Functions

void Dispose ()
 
 VariableValuePair ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Properties

int var_index [get, set]
 
long value [get, set]
 

Detailed Description

Definition at line 522 of file RoutingModel.cs.

Constructor & Destructor Documentation

◆ VariableValuePair()

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

Definition at line 589 of file RoutingModel.cs.

Member Function Documentation

◆ Dispose() [1/2]

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

Definition at line 552 of file RoutingModel.cs.

◆ Dispose() [2/2]

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

Definition at line 557 of file RoutingModel.cs.

Member Data Documentation

◆ swigCMemOwn

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

Definition at line 524 of file RoutingModel.cs.

Property Documentation

◆ value

long Google.OrTools.ConstraintSolver.RoutingModel.VariableValuePair.value
getset

Definition at line 579 of file RoutingModel.cs.

◆ var_index

int Google.OrTools.ConstraintSolver.RoutingModel.VariableValuePair.var_index
getset

Definition at line 569 of file RoutingModel.cs.


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