SAT Solver Template
Loading...
Searching...
No Matches
Public Member Functions | List of all members
sat::detail::HeuristicCallableBase Struct Referenceabstract

This is a helper class for the implementation of a type erasure heuristic wrapper. More...

#include <heuristics.hpp>

Inheritance diagram for sat::detail::HeuristicCallableBase:
Inheritance graph
[legend]

Public Member Functions

 HeuristicCallableBase (HeuristicCallableBase &&)=default
 
HeuristicCallableBaseoperator= (HeuristicCallableBase &&)=default
 
 HeuristicCallableBase (const HeuristicCallableBase &)=default
 
HeuristicCallableBaseoperator= (const HeuristicCallableBase &)=default
 
virtual Variable invoke (const std::vector< TruthValue > &, std::size_t)=0
 

Detailed Description

This is a helper class for the implementation of a type erasure heuristic wrapper.


The documentation for this struct was generated from the following file: