SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
StrategyGraph.h File Reference
#include <memory>
#include <set>
#include <tuple>
#include <vector>
#include <smtrat-common/smtrat-common.h>
#include <smtrat-solver/Module.h>
Include dependency graph for StrategyGraph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  smtrat::AbstractModuleFactory
 
struct  smtrat::ModuleFactory< Module >
 
class  smtrat::BackendLink
 
class  smtrat::StrategyGraph
 

Namespaces

 smtrat
 Class to create the formulas for axioms.
 

Typedefs

typedef bool(* smtrat::ConditionEvaluation) (carl::Condition)
 
typedef std::function< bool(carl::Condition)> smtrat::ConditionFunction
 

Functions

bool smtrat::isCondition (carl::Condition _condition)
 
template<typename Module >
std::ostream & smtrat::operator<< (std::ostream &os, const ModuleFactory< Module > &mf)