Generated on Mon Nov 30 23:53:40 2009 for Gecode by doxygen 1.6.1

const.hpp File Reference

(Revision: 9692)

Go to the source code of this file.

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...

Namespaces

namespace  Gecode
 

Gecode toplevel namespace.


namespace  Gecode::Set
 

Finite integer sets.


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 &)