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