#include <functional>
Go to the source code of this file.
Classes | |
class | Gecode::BrancherPrint< View, Val > |
Class storing a print function. More... | |
class | Gecode::BrancherNoPrint< View, Val > |
Class without print function. More... | |
Namespaces | |
Gecode | |
Gecode toplevel namespace | |
Typedefs | |
template<class Var , class Val > | |
using | Gecode::VarValPrint = std::function< void(const Space &home, const Brancher &b, unsigned int a, Var x, int i, const Val &m, std::ostream &o)> |
Function type for printing variable and value selection. More... | |