Java Reference
Java Reference
IntVarElement.java
Go to the documentation of this file.
IntVarElement(IntVar var)
Definition: IntVarElement.java:43
void setMax(long m)
Definition: IntVarElement.java:85
void setValue(long v)
Definition: IntVarElement.java:101
void setMin(long m)
Definition: IntVarElement.java:77
IntVarElement()
Definition: IntVarElement.java:39
long value()
Definition: IntVarElement.java:89
IntVarElement(long cPtr, boolean cMemoryOwn)
Definition: IntVarElement.java:14
The class IntVar is a subset of IntExpr.
void reset(IntVar var)
Definition: IntVarElement.java:47
IntVarElement clone()
Definition: IntVarElement.java:51
void setRange(long l, long u)
Definition: IntVarElement.java:97
boolean bound()
Definition: IntVarElement.java:93
String toString()
Definition: IntVarElement.java:105
void copy(IntVarElement element)
Definition: IntVarElement.java:56
void restore()
Definition: IntVarElement.java:69
void store()
Definition: IntVarElement.java:65