Gecode::BoolExpr::MiscExpr Class Reference
Miscealloneous Boolean expressions. More...
#include <minimodel.hh>
Public Member Functions | |
virtual void | post (Space &home, BoolVar b, bool neg, IntConLevel icl)=0 |
virtual | ~MiscExpr (void) |
Destructor. | |
Static Public Member Functions | |
static void * | operator new (size_t size) |
Memory management. | |
static void | operator delete (void *p, size_t size) |
Memory management. |
Detailed Description
Miscealloneous Boolean expressions.
Definition at line 1249 of file minimodel.hh.
Constructor & Destructor Documentation
Gecode::BoolExpr::MiscExpr::~MiscExpr | ( | void | ) | [virtual] |
Destructor.
Definition at line 220 of file bool-expr.cpp.
Member Function Documentation
virtual void Gecode::BoolExpr::MiscExpr::post | ( | Space & | home, | |
BoolVar | b, | |||
bool | neg, | |||
IntConLevel | icl | |||
) | [pure virtual] |
Constrain b to be equivalent to the expression (negated if neg)
Implemented in Gecode::BElementExpr.
void * Gecode::BoolExpr::MiscExpr::operator new | ( | size_t | size | ) | [inline, static] |
Memory management.
Definition at line 46 of file bool-expr.hpp.
void Gecode::BoolExpr::MiscExpr::operator delete | ( | void * | p, | |
size_t | size | |||
) | [inline, static] |
Memory management.
Definition at line 50 of file bool-expr.hpp.
The documentation for this class was generated from the following files:
- gecode/minimodel.hh (Revision: 14471)
- gecode/minimodel/bool-expr.cpp (Revision: 13588)
- gecode/minimodel/bool-expr.hpp (Revision: 12460)