SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
LRASolver.h
Go to the documentation of this file.
1
/**
2
* @file LRASolver.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/LRAModule/LRAModule.h
>
11
12
namespace
smtrat
13
{
14
/**
15
* Strategy description.
16
*
17
* @author
18
* @since
19
* @version
20
*
21
*/
22
class
LRASolver
:
23
public
Manager
24
{
25
public
:
26
LRASolver
():
Manager
()
27
{
28
setStrategy
(
29
{
30
addBackend<FPPModule<FPPSettings1>>(
31
{
32
addBackend<SATModule<SATSettings1>>(
33
{
34
addBackend<LRAModule<LRASettings1>>()
35
})
36
})
37
});
38
}
39
};
40
}
// namespace smtrat
FPPModule.h
LRAModule.h
Manager.h
SATModule.h
smtrat::LRASolver
Strategy description.
Definition:
LRASolver.h:24
smtrat::LRASolver::LRASolver
LRASolver()
Definition:
LRASolver.h:26
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
Class to create the formulas for axioms.
Definition:
handle_options.h:10
smtrat-strategies
strategies
LRASolver.h
Generated by
1.9.1