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 TypeMethodDescriptionvoiddelete()protected voidfinalize()static longvoidsetExpression(IntExpr value) voidsetMaintainer(Constraint value) voidsetVariable(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
-