Java Reference
Java Reference
BaseIntExpr.java
Go to the documentation of this file.
This is the base class for all expressions that are not variables.
Definition: BaseIntExpr.java:38
IntVar castToVar()
Definition: BaseIntExpr.java:71
BaseIntExpr(long cPtr, boolean cMemoryOwn)
Definition: BaseIntExpr.java:41
The class IntExpr is the base of all integer expressions in constraint programming.
Definition: IntExpr.java:20
The class IntVar is a subset of IntExpr.