Variables
Tests if a value is in the domain of a variable
|
|
Shows the current domain of the variable
|
|
Returns the degree of a variable
|
|
Returns the current lower bound of a variable
|
|
Returns the middle value of a variable
|
|
Gets the next value in the domain of a finite domain variable
|
|
Gets the previous value in the domain of a finite domain variable
|
|
Returns a random value belonging to the domain of a variable
|
|
Returns the cardinality of the variable domain
|
|
Returns the target value of a variable
|
|
Returns the current upper bound of a variable
|
|
Returns the instantiation value of a variable
|
|
Tests if two variable domains are equal
|
|
Tests if the variable passed in argument is instantiated
|
|
Tests if two decision variables represent the same variable
|
|
Sets the domain of a variable
|
|
Sets the lower bound of a variable
|
|
Sets the precision relativity and value of a continuous variable
|
|
Sets the target value of a variable
|
|
Sets the upper bound of a variable
|
|
Instantiate the value of a variable
|