Generated on Wed Jul 21 2021 00:00:00 for Gecode by doxygen 1.9.1
print.hpp File Reference
#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...
 

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...
 

Typedef Documentation

◆ 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.