
Public Member Functions | |
| FaultBoolMisc (void) | |
| virtual | ~FaultBoolMisc (void) |
| virtual void | post (Home, BoolVar, bool, const IntPropLevels &) |
| Public Member Functions inherited from Gecode::BoolExpr::Misc | |
| Misc (void) | |
| Default constructor. | |
| virtual | ~Misc (void) |
| Destructor. | |
Static Public Attributes | |
| static int | disposed = 0 |
Additional Inherited Members | |
| Static Public Member Functions inherited from Gecode::HeapAllocated | |
| static void * | operator new (size_t s) |
| Memory management. | |
| static void | operator delete (void *p) |
| Free memory allocated from heap. | |
|
inlinevirtual |
|
inlinevirtual |
Constrain b to be equivalent to the expression (negated if neg) with propagation level ipl.
Implements Gecode::BoolExpr::Misc.