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 TypeMethodDescriptionvoid
delete()
protected void
finalize()
static long
long
getValue()
int
void
setValue
(long value) void
setVar_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
-
getCPtr
-
swigRelease
-
finalize
-
delete
public void delete() -
setVar_index
public void setVar_index(int value) -
getVar_index
public int getVar_index() -
setValue
public void setValue(long value) -
getValue
public long getValue()
-