Generated on Sat Feb 7 2015 02:01:39 for Gecode by doxygen 1.8.9.1
Gecode::BoolExpr::MiscExpr Class Referenceabstract

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. More...
 

Static Public Member Functions

static void * operator new (size_t size)
 Memory management. More...
 
static void operator delete (void *p, size_t size)
 Memory management. More...
 

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)
inlinestatic

Memory management.

Definition at line 46 of file bool-expr.hpp.

void Gecode::BoolExpr::MiscExpr::operator delete ( void *  p,
size_t  size 
)
inlinestatic

Memory management.

Definition at line 50 of file bool-expr.hpp.


The documentation for this class was generated from the following files: