Generated on Thu Jul 25 2019 00:00:00 for Gecode by doxygen 1.8.15
brancher-print.hpp File Reference

(Revision: 15623)

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