SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
CADBackendsOnly.h
Go to the documentation of this file.
1 #pragma once
2 
4 
9 
10 namespace smtrat
11 {
12  /**
13  * Strategy description.
14  *
15  * @author
16  * @since
17  * @version
18  *
19  */
21  public Manager
22  {
23  public:
25  {
27  {
28  addBackend<FPPModule<FPPSettings1>>(
29  {
30  addBackend<SATModule<SATSettings1>>(
31  {
32  addBackend<NewCoveringModule<NewCoveringSettings2>>({
33  addBackend<NewCADModule<NewCADSettingsFOS>>()
34  })
35  })
36  })
37  });
38  }
39  };
40 } // namespace smtrat
Base class for solvers.
Definition: Manager.h:34
void setStrategy(const std::initializer_list< BackendLink > &backends)
Definition: Manager.h:385
Strategy description.
Class to create the formulas for axioms.