Generated on Thu Jan 20 2022 00:00:00 for Gecode by doxygen 1.9.1
filter.hpp File Reference
#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...
 

Typedefs

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

Typedef Documentation

◆ BranchFilter

template<class Var >
using Gecode::BranchFilter = typedef std::function<bool(const Space& home, Var x, int i)>

Function type for branch filter functions.

Definition at line 40 of file filter.hpp.