Storage class for mininmum and maximum of a variable. More...
#include <sortsup.hpp>
Public Attributes | |
int | min |
stores the mininmum of a variable | |
int | max |
stores the mininmum of a variable | |
Storage class for mininmum and maximum of a variable.
Definition at line 39 of file sortsup.hpp.
int Gecode::Int::Sorted::Rank::min |
stores the mininmum of a variable
Definition at line 42 of file sortsup.hpp.
int Gecode::Int::Sorted::Rank::max |
stores the mininmum of a variable
Definition at line 44 of file sortsup.hpp.