Test::Int::Bool::Nary Class Reference
[Boolean constraints]
Inherits Test::Int::Test.
Detailed Description
Test for Nary Boolean operation.Definition at line 220 of file bool.cc.
Public Member Functions | |
| Nary (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. | |
Constructor & Destructor Documentation
| Test::Int::Bool::Nary::Nary | ( | Gecode::BoolOpType | op0, | |
| int | n | |||
| ) | [inline] |
Member Function Documentation
| virtual bool Test::Int::Bool::Nary::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::Bool::Nary::post | ( | Gecode::Space * | home, | |
| Gecode::IntVarArray & | x | |||
| ) | [inline, virtual] |
Member Data Documentation
Gecode::BoolOpType Test::Int::Bool::Nary::op [protected] |
The documentation for this class was generated from the following file:
- test/int/bool.cc (Revision: 6288)
