Test for Nary Boolean operation with constant
More...
|
| NaryConst (Gecode::BoolOpType op0, int n, int c0) |
| 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.
|
| Test (const std::string &p, const std::string &s, int a, const Gecode::IntSet &d, bool r=false, Gecode::IntPropLevel i=Gecode::IPL_DEF) |
| Constructor.
|
| Test (const std::string &s, int a, const Gecode::IntSet &d, bool r=false, Gecode::IntPropLevel i=Gecode::IPL_DEF) |
| Constructor.
|
| Test (const std::string &p, const std::string &s, int a, int min, int max, bool r=false, Gecode::IntPropLevel i=Gecode::IPL_DEF) |
| Constructor.
|
| Test (const std::string &s, int a, int min, int max, bool r=false, Gecode::IntPropLevel i=Gecode::IPL_DEF) |
| Constructor.
|
virtual Assignment * | assignment (void) const |
| Create assignment.
|
virtual bool | ignore (const Assignment &) const |
| Whether to ignore assignment for reification.
|
virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x, Gecode::Reify r) |
| Post reified constraint.
|
virtual bool | run (void) |
| Perform test.
|
| Base (const std::string &s) |
| Create and register test with name s.
|
const std::string & | name (void) const |
| Return name of test.
|
Base * | next (void) const |
| Return next test.
|
void | next (Base *n) |
| Set next test.
|
virtual | ~Base (void) |
| Destructor.
|
Test for Nary Boolean operation with constant
Definition at line 274 of file bool.cpp.
◆ NaryConst()
Construct and register test.
Definition at line 282 of file bool.cpp.
◆ solution()
virtual bool Test::Int::Bool::NaryConst::solution |
( |
const Assignment & | x | ) |
const |
|
inlinevirtual |
◆ post()
◆ op
Boolean operation type for test.
Definition at line 277 of file bool.cpp.
int Test::Int::Bool::NaryConst::c |
|
protected |
Integer constant.
Definition at line 279 of file bool.cpp.
The documentation for this class was generated from the following file: