Generated on Thu Mar 22 10:40:01 2012 for Gecode by doxygen 1.6.3

Test::Int::Dom::DomRangeEmpty Class Reference
[Domain constraints]

Test for domain constraint (empty range) More...

List of all members.

Public Member Functions

 DomRangeEmpty (void)
 Create and register test.
virtual bool solution (const Assignment &) const
 Test whether x is solution
virtual void post (Gecode::Space &home, Gecode::IntVarArray &)
 Post constraint on x.
virtual void post (Gecode::Space &home, Gecode::IntVarArray &x, Gecode::BoolVar b)
 Post reified constraint on x for b.

Detailed Description

Test for domain constraint (empty range)

Definition at line 106 of file dom.cpp.


Constructor & Destructor Documentation

Test::Int::Dom::DomRangeEmpty::DomRangeEmpty ( void   )  [inline]

Create and register test.

Definition at line 109 of file dom.cpp.


Member Function Documentation

virtual bool Test::Int::Dom::DomRangeEmpty::solution ( const Assignment  )  const [inline, virtual]

Test whether x is solution

Implements Test::Int::Test.

Definition at line 111 of file dom.cpp.

virtual void Test::Int::Dom::DomRangeEmpty::post ( Gecode::Space home,
Gecode::IntVarArray  
) [inline, virtual]

Post constraint on x.

Implements Test::Int::Test.

Definition at line 115 of file dom.cpp.

virtual void Test::Int::Dom::DomRangeEmpty::post ( Gecode::Space home,
Gecode::IntVarArray x,
Gecode::BoolVar  b 
) [inline, virtual]

Post reified constraint on x for b.

Reimplemented from Test::Int::Test.

Definition at line 119 of file dom.cpp.


The documentation for this class was generated from the following file: