SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
NRA_CAD.h
Go to the documentation of this file.
1
/**
2
* @file NRASolver.h
3
*/
4
#pragma once
5
6
#include <
smtrat-solver/Manager.h
>
7
8
#include <
smtrat-modules/FPPModule/FPPModule.h
>
9
#include <
smtrat-modules/SATModule/SATModule.h
>
10
#include <
smtrat-modules/NewCADModule/NewCADModule.h
>
11
12
namespace
smtrat
13
{
14
/**
15
* Strategy description.
16
*
17
* @author
18
* @since
19
* @version
20
*
21
*/
22
class
NRA_CAD
:
public
Manager
{
23
public
:
24
NRA_CAD
():
Manager
() {
25
setStrategy
({
26
addBackend<FPPModule<FPPSettings1>>(
27
addBackend<SATModule<SATSettings1>>(
28
addBackend<NewCADModule<NewCADSettingsFOS>>()
29
)
30
)
31
});
32
}
33
};
34
}
// namespace smtrat
FPPModule.h
Manager.h
NewCADModule.h
SATModule.h
smtrat::Manager
Base class for solvers.
Definition:
Manager.h:34
smtrat::Manager::setStrategy
void setStrategy(const std::initializer_list< BackendLink > &backends)
Definition:
Manager.h:385
smtrat::NRA_CAD
Strategy description.
Definition:
NRA_CAD.h:22
smtrat::NRA_CAD::NRA_CAD
NRA_CAD()
Definition:
NRA_CAD.h:24
smtrat
Class to create the formulas for axioms.
Definition:
handle_options.h:10
smtrat-strategies
strategies
NRA_CAD.h
Generated by
1.9.1