Generated on Wed Nov 1 15:04:50 2006 for Gecode by doxygen 1.4.5

set-expr.icc File Reference

(Revision: 3548)

Go to the source code of this file.

Namespaces

namespace  Gecode

Classes

class  Gecode::SetExprRanges
 Range iterator for set expressions. More...
class  Gecode::SetExprRanges::Iter
 Reference-counted range iterators with virtual member functions. More...

Specifying finite set projectors

SetExpr Gecode::operator- (const SetExpr &s)
 Return set expression for the complement of s.
SetExpr Gecode::operator|| (const SetExpr &s, const SetExpr &t)
 Return set expression for the union of s and t.
SetExpr Gecode::operator && (const SetExpr &, const SetExpr &)
 Return set expression for the intersection of s and t.
SetExpr Gecode::operator- (const SetExpr &, const SetExpr &)
 Return set expression for the difference of s and t.