| Domains |
In this class, we find intern classes for managing all types of domains.
|
| Domains.Dom |
The class for representing the domain of an integer variable.
|
| Domains.DomBasic |
A class for representing basic domains, i.e.
|
| Domains.DomGraph |
The class for representing the domain of a graph variable.
|
| Domains.DomReal |
The class for representing the domain of a real variable.
|
| Domains.DomSet |
The class for representing the domain of a set variable.
|
| Domains.DomStochastic |
The class for representing the domain of a stochastic variable.
|
| Domains.DomSymbolic |
The class for representing the domain of a symbolic variable.
|
| Values |
|
| Values.Decimal |
A class to represent decimal values.
|
| Values.IntegerInterval |
A class to represent an integer interval.
|
| Values.IntegerValue |
A class to represent an integer value.
|
| Values.Occurrences |
A class to represent several occurrences of the same value.
|
| Values.Rational |
A class to represent rational values.
|
| Values.RealInterval |
A class to represent real intervals.
|