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