|
SAT Solver Template
|
Wrapper for heuristics that do not support move construction or assignment. More...
#include <heuristics.hpp>
Public Member Functions | |
| template<typename... Args> | |
| MovableHeuristic (Args &&...args) | |
| Variable | operator() (const std::vector< TruthValue > &values, std::size_t numOpenVariables) const |
Wrapper for heuristics that do not support move construction or assignment.
| H | heuristic type |
|
inlineexplicit |
Ctor
| Args | argument types |
| args | ctor arguments to heuristic |