Class without print function. More...
#include <brancher-print.hpp>
Public Types | |
typedef View::VarType | Var |
The corresponding variable type. More... | |
Public Member Functions | |
BrancherNoPrint (VarValPrint< Var, Val > vvp) | |
Initialize. More... | |
BrancherNoPrint (Space &home, bool shared, BrancherNoPrint &bp) | |
Initialize during cloning. More... | |
operator bool (void) const | |
Whether printing is enabled. More... | |
void | operator() (const Space &home, const Brancher &b, unsigned int a, View x, int i, const Val &m, std::ostream &o) const |
Invoke print function. More... | |
bool | notice (void) const |
Whether dispose must always be called (that is, notice is needed) More... | |
void | dispose (Space &home) |
Delete. More... | |
Class without print function.
Definition at line 77 of file brancher-print.hpp.
typedef View::VarType Gecode::BrancherNoPrint< View, Val >::Var |
The corresponding variable type.
Definition at line 80 of file brancher-print.hpp.
|
inline |
Initialize.
Definition at line 147 of file brancher-print.hpp.
|
inline |
Initialize during cloning.
Definition at line 153 of file brancher-print.hpp.
|
inline |
Whether printing is enabled.
Definition at line 158 of file brancher-print.hpp.
|
inline |
Invoke print function.
Definition at line 164 of file brancher-print.hpp.
|
inline |
Whether dispose must always be called (that is, notice is needed)
Definition at line 170 of file brancher-print.hpp.
|
inline |
Delete.
Definition at line 176 of file brancher-print.hpp.