SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
Solver21.h
Go to the documentation of this file.
1 #pragma once
2 
7 
8 namespace smtrat
9 {
10  /**
11  * Strategy description.
12  *
13  * @author
14  * @since
15  * @version
16  *
17  */
19  public Manager
20  {
21  public:
23  {
25  {
26  addBackend<NRAILModule<NRAILSettings21>>(
27  {
28  addBackend<SATModule<SATSettings1>>(
29  {
30  addBackend<LRAModule<LRASettings1>>()
31  })
32  })
33  });
34  }
35  };
36 } // namespace smtrat
Base class for solvers.
Definition: Manager.h:34
void setStrategy(const std::initializer_list< BackendLink > &backends)
Definition: Manager.h:385
Strategy description.
Definition: Solver21.h:20
Class to create the formulas for axioms.