Generated on Mon Aug 25 11:35:46 2008 for Gecode by doxygen 1.5.6

set-expr.icc File Reference

(Revision: 6312)

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

Functions

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


Function Documentation

Gecode::SetExpr operator- ( const Gecode::SetExpr s  )  [inline]

Return set expression for the complement of s.

Definition at line 105 of file set-expr.icc.

Gecode::SetExpr operator|| ( const Gecode::SetExpr s,
const Gecode::SetExpr t 
) [inline]

Return set expression for the union of s and t.

Definition at line 108 of file set-expr.icc.

Gecode::SetExpr operator && ( const Gecode::SetExpr s,
const Gecode::SetExpr t 
) [inline]

Return set expression for the intersection of s and t.

Definition at line 113 of file set-expr.icc.

Gecode::SetExpr operator- ( const Gecode::SetExpr s,
const Gecode::SetExpr t 
) [inline]

Return set expression for the difference of s and t.

Definition at line 118 of file set-expr.icc.