Class withot a branch filter function. More...
#include <filter.hpp>
Public Types | |
typedef View::VarType | Var |
The corresponding variable type. |
Public Member Functions | |
BrancherNoFilter (BranchFilter< Var > bf) | |
Initialize. | |
BrancherNoFilter (BrancherNoFilter &bf) | |
Initialize during cloning. | |
operator bool (void) const | |
Whether filtering is enabled. | |
bool | operator() (const Space &home, View x, int i) const |
Invoke filter function. | |
bool | notice (void) const |
Whether dispose must always be called (that is, notice is needed) | |
void | dispose (Space &home) |
Delete object. |
Class withot a branch filter function.
Definition at line 68 of file filter.hpp.
typedef View::VarType Gecode::BrancherNoFilter< View >::Var |
The corresponding variable type.
Definition at line 71 of file filter.hpp.
|
inline |
Initialize.
Definition at line 130 of file filter.hpp.
Gecode::BrancherNoFilter< View >::BrancherNoFilter | ( | BrancherNoFilter< View > & | bf | ) |
Initialize during cloning.
|
inline |
Whether filtering is enabled.
Definition at line 141 of file filter.hpp.
|
inline |
Invoke filter function.
Definition at line 147 of file filter.hpp.
|
inline |
Whether dispose must always be called (that is, notice is needed)
Definition at line 152 of file filter.hpp.
|
inline |
Delete object.
Definition at line 158 of file filter.hpp.