Test::Int::Count::IntVarShared Class Reference
[Count constraints]
Test number of equal integers equal to integer variable with sharing More...
Public Member Functions | |
IntVarShared (Gecode::IntRelType irt0) | |
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. | |
Protected Attributes | |
Gecode::IntRelType | irt |
Integer relation type to propagate. |
Detailed Description
Test number of equal integers equal to integer variable with sharing
Definition at line 231 of file count.cpp.
Constructor & Destructor Documentation
Test::Int::Count::IntVarShared::IntVarShared | ( | Gecode::IntRelType | irt0 | ) | [inline] |
Member Function Documentation
virtual bool Test::Int::Count::IntVarShared::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
virtual void Test::Int::Count::IntVarShared::post | ( | Gecode::Space & | home, | |
Gecode::IntVarArray & | x | |||
) | [inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file:
- test/int/count.cpp (Revision: 12326)