SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
FormulaAltOutputOnly.h
Go to the documentation of this file.
1 #pragma once
2 
4 
5 // #include <smtrat-modules/FPPModule/FPPModule.h>
7 
8 namespace smtrat
9 {
11  {
12  public:
14  setStrategy({
15  // addBackend<FPPModule<FPPSettings1>>({
16  addBackend<STropModule<STropSettings3bOutputOnly>>()
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.