Reference
C++
Python
DotNET
Java Documentation
Java Reference
BaseIntExpr.java
Go to the documentation of this file.
IntVar castToVar()
Definition: BaseIntExpr.java:47
This is the base class for all expressions that are not variables.
Definition: BaseIntExpr.java:14
The class IntVar is a subset of IntExpr.
The class IntExpr is the base of all integer expressions in constraint programming.
Definition: IntExpr.java:14
BaseIntExpr(long cPtr, boolean cMemoryOwn)
Definition: BaseIntExpr.java:17