Generated on Wed Nov 5 2014 05:18:49 for Gecode by doxygen 1.7.6.1
Test::Set::Precede::Multi Class Reference

Test for multiple value precedence constraint More...

List of all members.

Public Member Functions

 Multi (const Gecode::IntArgs &c0)
 Create and register test.
virtual bool solution (const SetAssignment &x) const
 Test whether x is solution
virtual void post (Gecode::Space &home, Gecode::SetVarArray &x, Gecode::IntVarArray &)
 Post constraint on x.

Detailed Description

Test for multiple value precedence constraint

Definition at line 92 of file precede.cpp.


Constructor & Destructor Documentation

Create and register test.

Definition at line 105 of file precede.cpp.


Member Function Documentation

virtual bool Test::Set::Precede::Multi::solution ( const SetAssignment x) const [inline, virtual]

Test whether x is solution

Implements Test::Set::SetTest.

Definition at line 108 of file precede.cpp.

virtual void Test::Set::Precede::Multi::post ( Gecode::Space home,
Gecode::SetVarArray x,
Gecode::IntVarArray  
) [inline, virtual]

Post constraint on x.

Implements Test::Set::SetTest.

Definition at line 119 of file precede.cpp.


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