Generated on Tue Jan 26 2021 00:00:00 for Gecode by doxygen 1.9.1
filter.cpp File Reference
#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...
 

Function Documentation

◆ operator-()

TFE Gecode::operator- ( const TFE e)

Return negative expression of e.

Definition at line 126 of file filter.cpp.

◆ propagator()

TFE Gecode::propagator ( PropagatorGroup  g)

Only propagators (but not post functions) from g are considered.

Definition at line 131 of file filter.cpp.

◆ post()

TFE Gecode::post ( PropagatorGroup  g)

Only post functions (but not propagators) from g are considered.

Definition at line 138 of file filter.cpp.