SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
FormulaOutputOnly.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
smtrat-solver/Manager.h
>
4
5
// #include <smtrat-modules/FPPModule/FPPModule.h>
6
#include <
smtrat-modules/STropModule/STropModule.h
>
7
8
namespace
smtrat
9
{
10
class
STrop_FormulaOutputOnly
:
public
Manager
11
{
12
public
:
13
STrop_FormulaOutputOnly
():
Manager
() {
14
setStrategy
({
15
// addBackend<FPPModule<FPPSettings1>>({
16
addBackend<STropModule<STropSettings3OutputOnly>>()
17
// })
18
});
19
}
20
};
21
}
// namespace smtrat
Manager.h
STropModule.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::STrop_FormulaOutputOnly
Definition:
FormulaOutputOnly.h:11
smtrat::STrop_FormulaOutputOnly::STrop_FormulaOutputOnly
STrop_FormulaOutputOnly()
Definition:
FormulaOutputOnly.h:13
smtrat
Class to create the formulas for axioms.
Definition:
handle_options.h:10
smtrat-strategies
strategies
STrop
FormulaOutputOnly.h
Generated by
1.9.1