#include <gecode/kernel.hh>
Go to the source code of this file.
Functions | |
TFE | Gecode::operator- (const TFE &e) |
Return negative expression of e. More... | |
TFE | Gecode::propagator (PropagatorGroup g) |
Only propagators (but not post functions) from g are considered. More... | |
TFE | Gecode::post (PropagatorGroup g) |
Only post functions (but not propagators) from g are considered. More... | |
TFE Gecode::operator- | ( | const TFE & | e | ) |
Return negative expression of e.
Definition at line 126 of file filter.cpp.
TFE Gecode::propagator | ( | PropagatorGroup | g | ) |
Only propagators (but not post functions) from g are considered.
Definition at line 131 of file filter.cpp.
TFE Gecode::post | ( | PropagatorGroup | g | ) |
Only post functions (but not propagators) from g are considered.
Definition at line 138 of file filter.cpp.