Class RoutingModel.VariableValuePair
java.lang.Object
com.google.ortools.constraintsolver.RoutingModel.VariableValuePair
- Enclosing class:
- RoutingModel
Struct used to store a variable value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()static longlonggetValue()intvoidsetValue(long value) voidsetVar_index(int value) static long
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
VariableValuePair
public VariableValuePair(long cPtr, boolean cMemoryOwn) -
VariableValuePair
public VariableValuePair()
-
-
Method Details