Test::Int::Bool::ClauseXXYYX Class Reference
[Boolean constraints]
Test for Clause Boolean operation More...
Public Member Functions | |
ClauseXXYYX (Gecode::BoolOpType op0, int n) | |
Construct and register test. | |
virtual bool | solution (const Assignment &x) const |
Check whether x is solution. | |
virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x) |
Post constraint. | |
Protected Attributes | |
Gecode::BoolOpType | op |
Boolean operation type for test. |
Detailed Description
Test for Clause Boolean operation
Definition at line 338 of file bool.cpp.
Constructor & Destructor Documentation
Test::Int::Bool::ClauseXXYYX::ClauseXXYYX | ( | Gecode::BoolOpType | op0, | |
int | n | |||
) | [inline] |
Member Function Documentation
virtual bool Test::Int::Bool::ClauseXXYYX::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
virtual void Test::Int::Bool::ClauseXXYYX::post | ( | Gecode::Space & | home, | |
Gecode::IntVarArray & | x | |||
) | [inline, virtual] |
Member Data Documentation
Gecode::BoolOpType Test::Int::Bool::ClauseXXYYX::op [protected] |
The documentation for this class was generated from the following file:
- test/int/bool.cpp (Revision: 10684)