Class Solver.IntegerCastInfo
java.lang.Object
com.google.ortools.constraintsolver.Solver.IntegerCastInfo
- Enclosing class:
Solver
Holds semantic information stating that the 'expression' has been
cast into 'variable' using the Var() method, and that
'maintainer' is responsible for maintaining the equality between
'variable' and 'expression'.
cast into 'variable' using the Var() method, and that
'maintainer' is responsible for maintaining the equality between
'variable' and 'expression'.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIntegerCastInfo
(long cPtr, boolean cMemoryOwn) IntegerCastInfo
(IntVar v, IntExpr e, Constraint c) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
protected void
finalize()
static long
void
setExpression
(IntExpr value) void
setMaintainer
(Constraint value) void
setVariable
(IntVar value) static long
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
IntegerCastInfo
public IntegerCastInfo(long cPtr, boolean cMemoryOwn) -
IntegerCastInfo
public IntegerCastInfo() -
IntegerCastInfo
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
-
delete
public void delete() -
setVariable
-
getVariable
-
setExpression
-
getExpression
-
setMaintainer
-
getMaintainer
-