#include <algorithm>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
Gecode::Int | |
Finite domain integers. | |
Gecode::Int::Extensional | |
Extensional propagators | |
Functions | |
template<class View > | |
ExecStatus | Gecode::Int::Extensional::postposcompact (Home home, ViewArray< View > &x, const TupleSet &ts) |
Post function for positive compact table propagator. More... | |
template<class View > | |
ExecStatus | Gecode::Int::Extensional::postnegcompact (Home home, ViewArray< View > &x, const TupleSet &ts) |
Post function for compact table propagator. More... | |
template<class View , class CtrlView , ReifyMode rm> | |
ExecStatus | Gecode::Int::Extensional::postrecompact (Home home, ViewArray< View > &x, const TupleSet &ts, CtrlView b) |
Post function for compact table propagator. More... | |