Generated on Tue May 22 09:42:00 2018 for Gecode by doxygen 1.6.3

Test::Int::MiniModelSet::SetExprExpr Class Reference
[Minimal modelling constraints (%Set constraints)]

Test set expressions with expression result More...

List of all members.

Public Member Functions

 SetExprExpr (const SetInstr *bis00, const SetInstr *bis10, const std::string &s, Gecode::SetRelType srt0)
 Create and register test.
virtual bool solution (const Assignment &x) const
 Test whether x is solution
virtual void post (Gecode::Space &home, Gecode::IntVarArray &x)
 Post constraint on x.
virtual void post (Gecode::Space &home, Gecode::IntVarArray &x, Gecode::Reify r)
 Post reified constraint on x.

Protected Attributes

const SetInstrbis0
 First set instruction sequence
const SetInstrbis1
 Second set instruction sequence
Gecode::SetRelType srt
 Set relation

Detailed Description

Test set expressions with expression result

Definition at line 201 of file mm-set.cpp.


Constructor & Destructor Documentation

Test::Int::MiniModelSet::SetExprExpr::SetExprExpr ( const SetInstr bis00,
const SetInstr bis10,
const std::string &  s,
Gecode::SetRelType  srt0 
) [inline]

Create and register test.

Definition at line 211 of file mm-set.cpp.


Member Function Documentation

virtual bool Test::Int::MiniModelSet::SetExprExpr::solution ( const Assignment x  )  const [inline, virtual]

Test whether x is solution

Implements Test::Int::Test.

Definition at line 219 of file mm-set.cpp.

virtual void Test::Int::MiniModelSet::SetExprExpr::post ( Gecode::Space home,
Gecode::IntVarArray x 
) [inline, virtual]

Post constraint on x.

Implements Test::Int::Test.

Definition at line 247 of file mm-set.cpp.

virtual void Test::Int::MiniModelSet::SetExprExpr::post ( Gecode::Space home,
Gecode::IntVarArray x,
Gecode::Reify  r 
) [inline, virtual]

Post reified constraint on x.

Reimplemented from Test::Int::Test.

Definition at line 276 of file mm-set.cpp.


Member Data Documentation

First set instruction sequence

Definition at line 204 of file mm-set.cpp.

Second set instruction sequence

Definition at line 206 of file mm-set.cpp.

Set relation

Definition at line 208 of file mm-set.cpp.


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