|
SAT Solver Template
|
This is a helper class for the implementation of a type erasure heuristic wrapper. More...
#include <heuristics.hpp>

Public Member Functions | |
| HeuristicCallableBase (HeuristicCallableBase &&)=default | |
| HeuristicCallableBase & | operator= (HeuristicCallableBase &&)=default |
| HeuristicCallableBase (const HeuristicCallableBase &)=default | |
| HeuristicCallableBase & | operator= (const HeuristicCallableBase &)=default |
| virtual Variable | invoke (const std::vector< TruthValue > &, std::size_t)=0 |
This is a helper class for the implementation of a type erasure heuristic wrapper.