![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
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'.
Definition at line 216 of file Solver.java.
Public Member Functions | |
| IntegerCastInfo (long cPtr, boolean cMemoryOwn) | |
| synchronized void | delete () |
| IntegerCastInfo () | |
| IntegerCastInfo (IntVar v, IntExpr e, Constraint c) | |
| void | setVariable (IntVar value) |
| IntVar | getVariable () |
| void | setExpression (IntExpr value) |
| IntExpr | getExpression () |
| void | setMaintainer (Constraint value) |
| Constraint | getMaintainer () |
Static Public Member Functions | |
| static long | getCPtr (IntegerCastInfo obj) |
| static long | swigRelease (IntegerCastInfo obj) |
Protected Member Functions | |
| void | finalize () |
Protected Attributes | |
| transient boolean | swigCMemOwn |
| com.google.ortools.constraintsolver.Solver.IntegerCastInfo.IntegerCastInfo | ( | long | cPtr, |
| boolean | cMemoryOwn ) |
Definition at line 220 of file Solver.java.
| com.google.ortools.constraintsolver.Solver.IntegerCastInfo.IntegerCastInfo | ( | ) |
Definition at line 256 of file Solver.java.
| com.google.ortools.constraintsolver.Solver.IntegerCastInfo.IntegerCastInfo | ( | IntVar | v, |
| IntExpr | e, | ||
| Constraint | c ) |
Definition at line 260 of file Solver.java.
| synchronized void com.google.ortools.constraintsolver.Solver.IntegerCastInfo.delete | ( | ) |
Definition at line 246 of file Solver.java.
|
protected |
Definition at line 242 of file Solver.java.
|
static |
Definition at line 225 of file Solver.java.
| IntExpr com.google.ortools.constraintsolver.Solver.IntegerCastInfo.getExpression | ( | ) |
Definition at line 277 of file Solver.java.
| Constraint com.google.ortools.constraintsolver.Solver.IntegerCastInfo.getMaintainer | ( | ) |
Definition at line 286 of file Solver.java.
| IntVar com.google.ortools.constraintsolver.Solver.IntegerCastInfo.getVariable | ( | ) |
Definition at line 268 of file Solver.java.
| void com.google.ortools.constraintsolver.Solver.IntegerCastInfo.setExpression | ( | IntExpr | value | ) |
Definition at line 273 of file Solver.java.
| void com.google.ortools.constraintsolver.Solver.IntegerCastInfo.setMaintainer | ( | Constraint | value | ) |
Definition at line 282 of file Solver.java.
| void com.google.ortools.constraintsolver.Solver.IntegerCastInfo.setVariable | ( | IntVar | value | ) |
Definition at line 264 of file Solver.java.
|
static |
Definition at line 229 of file Solver.java.
|
protected |
Definition at line 218 of file Solver.java.