Generated on Sat Jul 28 2018 17:21:10 for Gecode by doxygen 1.8.14
brancher-filter.hpp File Reference

(Revision: 15623)

#include <functional>

Go to the source code of this file.

Classes

class  Gecode::BrancherFilter< View >
 Class storing a branch filter function. More...
 
class  Gecode::BrancherNoFilter< View >
 Class withot a branch filter function. More...
 

Namespaces

 Gecode
 Gecode toplevel namespace
 

Typedefs

template<class Var >
using Gecode::BranchFilter = std::function< bool(const Space &home, Var x, int i)>
 Function type for branch filter functions. More...