#include <functional>
Go to the source code of this file.
|
| 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...
|
| |
◆ VarValPrint
template<class Var , class Val >
| using Gecode::VarValPrint = typedef 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.
Definition at line 40 of file print.hpp.