Generated on Tue Jan 19 2021 06:15:49 for Gecode by doxygen 1.8.13
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...
 

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