SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
TransformationEQ.h
Go to the documentation of this file.
1 #pragma once
2 
4 
7 
8 namespace smtrat
9 {
11  {
12  public:
14  setStrategy({
15  addBackend<FPPModule<FPPSettings1>>({
16  addBackend<STropModule<STropSettings2>>()
17  })
18  });
19  }
20  };
21 } // namespace smtrat
Base class for solvers.
Definition: Manager.h:34
void setStrategy(const std::initializer_list< BackendLink > &backends)
Definition: Manager.h:385
Class to create the formulas for axioms.