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


Public Member Functions | |
| template<typename... Args> | |
| HeuristicCallable (Args &&... args) | |
| Variable | invoke (const std::vector< TruthValue > &values, std::size_t numOpenVariables) override |
Public Attributes | |
| H | impl |
This is a helper class for the implementation of a type erasure heuristic wrapper.
|
inlineoverridevirtual |
Implements sat::detail::HeuristicCallableBase.