These functions return information about declared or inferred variable bounds and domains.
Return domain of x
Return union of all domains of the elements in array x
Return approximation of union of all domains of the elements in array x
Return cardinality of the domain of x
Check if the value of x is fixed at this point in evaluation. If it is fixed, return its value, otherwise abort.
Check if the value of every element of the array x is fixedat this point in evaluation. If all are fixed, return an array of their values, otherwise abort.
Test if variable x has declared, finite bounds
Test if variable x has declared, finite bounds
Test if variable x has a declared, finite upper bound
Test if x is fixed
Test if every element of array x is fixed
Return lower bound of x
Return lower bound of x
Return lower bound of x
Return lower bound of x
Return array of lower bounds of the elements in array x
Return array of lower bounds of the elements in array x
Return array of lower bounds of the elements in array x
Return minimum of all lower bounds of the elements in array x
Return minimum of all lower bounds of the elements in array x
Return intersection of all lower bounds of the elements in array x
Return upper bound of x
Return upper bound of x
Return upper bound of x
Return upper bound of x
Return array of upper bounds of the elements in array x
Return array of upper bounds of the elements in array x
Return array of upper bounds of the elements in array x
Return maximum of all upper bounds of the elements in array x
Return maximum of all upper bounds of the elements in array x
Return union of all upper bounds of the elements in array x