SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
NIABB.h
Go to the documentation of this file.
1 /**
2  * @file NIASolver.h
3  */
4 #pragma once
5 
7 
13 
14 namespace smtrat
15 {
16  /**
17  * Strategy description.
18  *
19  * @author
20  * @since
21  * @version
22  *
23  */
24  class NIABB:
25  public Manager
26  {
27  public:
29  {
31  {
32  addBackend<FPPModule<FPPSettings1>>(
33  addBackend<SATModule<SATSettings1>>(
34  addBackend<LRAModule<LRASettings1>>(
35  addBackend<VSModule<VSSettings234>>(
36  addBackend<NewCADModule<NewCADSettingsFOS>>()
37  )
38  )
39  )
40  )
41  });
42  }
43  };
44 } // 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: NIABB.h:26
Class to create the formulas for axioms.