const.icc File Reference
(Revision: 6212)
Go to the source code of this file.
Namespaces | |
namespace | Gecode |
namespace | Gecode::Set |
Classes | |
class | Gecode::Set::ArrayRanges |
Range iterator for a two-dimensional array More... | |
class | Gecode::Set::LubRanges< EmptyView > |
Range iterator for least upper bound of constantly empty set view More... | |
class | Gecode::Set::GlbRanges< EmptyView > |
Range iterator for greatest lower bound of constantly empty set view More... | |
class | Gecode::Set::LubRanges< UniverseView > |
Range iterator for least upper bound of constant universe set view More... | |
class | Gecode::Set::GlbRanges< UniverseView > |
Range iterator for greatest lower bound of constant universe set view More... | |
class | Gecode::Set::LubRanges< ConstantView > |
Range iterator for least upper bound of constant set view More... | |
class | Gecode::Set::GlbRanges< ConstantView > |
Range iterator for greatest lower bound of constant set view More... | |
Functions | |
bool | Gecode::same (const Set::ConstantView &x, const Set::ConstantView &y) |
bool | Gecode::before (const Set::ConstantView &x, const Set::ConstantView &y) |
bool | Gecode::same (const Set::EmptyView &, const Set::EmptyView &) |
bool | Gecode::before (const Set::EmptyView &, const Set::EmptyView &) |
bool | Gecode::same (const Set::UniverseView &, const Set::UniverseView &) |
bool | Gecode::before (const Set::UniverseView &, const Set::UniverseView &) |