Class BaseIntExpr
- java.lang.Object
-
- com.google.ortools.constraintsolver.BaseObject
-
- com.google.ortools.constraintsolver.PropagationBaseObject
-
- com.google.ortools.constraintsolver.IntExpr
-
- com.google.ortools.constraintsolver.BaseIntExpr
-
public class BaseIntExpr extends IntExpr
-
-
Field Summary
-
Fields inherited from class com.google.ortools.constraintsolver.BaseObject
swigCMemOwn
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBaseIntExpr(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntVarcastToVar()voiddelete()protected voidfinalize()protected static longgetCPtr(BaseIntExpr obj)protected static longswigRelease(BaseIntExpr obj)IntVarvar()Creates a variable from the expression.-
Methods inherited from class com.google.ortools.constraintsolver.IntExpr
accept, bound, getCPtr, isVar, max, min, range, setMax, setMin, setRange, setValue, swigRelease, varWithName, whenRange, whenRange
-
Methods inherited from class com.google.ortools.constraintsolver.PropagationBaseObject
baseName, enqueueDelayedDemon, enqueueVar, freezeQueue, getCPtr, hasName, name, reset_action_on_fail, set_variable_to_clean_on_fail, setName, solver, swigRelease, toString, unfreezeQueue
-
Methods inherited from class com.google.ortools.constraintsolver.BaseObject
getCPtr, swigRelease
-
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(BaseIntExpr obj)
-
swigRelease
protected static long swigRelease(BaseIntExpr obj)
-
var
public IntVar var()
Description copied from class:IntExprCreates a variable from the expression.
-
castToVar
public IntVar castToVar()
-
-