Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
TopologicalSolverEnvironment.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
storm/environment/solver/SolverEnvironment.h
"
4
5
#include "
storm/solver/SolverSelectionOptions.h
"
6
7
namespace
storm
{
8
9
class
TopologicalSolverEnvironment
{
10
public
:
11
TopologicalSolverEnvironment
();
12
~TopologicalSolverEnvironment
();
13
14
storm::solver::EquationSolverType
const
&
getUnderlyingEquationSolverType
()
const
;
15
bool
const
&
isUnderlyingEquationSolverTypeSetFromDefault
()
const
;
16
void
setUnderlyingEquationSolverType
(storm::solver::EquationSolverType value);
17
18
storm::solver::MinMaxMethod
const
&
getUnderlyingMinMaxMethod
()
const
;
19
bool
const
&
isUnderlyingMinMaxMethodSetFromDefault
()
const
;
20
void
setUnderlyingMinMaxMethod
(storm::solver::MinMaxMethod value);
21
22
bool
isExtendRelevantValues
()
const
;
23
void
setExtendRelevantValues
(
bool
value);
24
25
private
:
26
storm::solver::EquationSolverType underlyingEquationSolverType;
27
bool
underlyingEquationSolverTypeSetFromDefault;
28
29
storm::solver::MinMaxMethod underlyingMinMaxMethod;
30
bool
underlyingMinMaxMethodSetFromDefault;
31
bool
extendRelevantValues;
32
};
33
}
// namespace storm
SolverEnvironment.h
SolverSelectionOptions.h
storm::TopologicalSolverEnvironment
Definition
TopologicalSolverEnvironment.h:9
storm::TopologicalSolverEnvironment::TopologicalSolverEnvironment
TopologicalSolverEnvironment()
Definition
TopologicalSolverEnvironment.cpp:11
storm::TopologicalSolverEnvironment::getUnderlyingMinMaxMethod
storm::solver::MinMaxMethod const & getUnderlyingMinMaxMethod() const
Definition
TopologicalSolverEnvironment.cpp:40
storm::TopologicalSolverEnvironment::setExtendRelevantValues
void setExtendRelevantValues(bool value)
Definition
TopologicalSolverEnvironment.cpp:59
storm::TopologicalSolverEnvironment::~TopologicalSolverEnvironment
~TopologicalSolverEnvironment()
Definition
TopologicalSolverEnvironment.cpp:21
storm::TopologicalSolverEnvironment::setUnderlyingMinMaxMethod
void setUnderlyingMinMaxMethod(storm::solver::MinMaxMethod value)
Definition
TopologicalSolverEnvironment.cpp:48
storm::TopologicalSolverEnvironment::getUnderlyingEquationSolverType
storm::solver::EquationSolverType const & getUnderlyingEquationSolverType() const
Definition
TopologicalSolverEnvironment.cpp:25
storm::TopologicalSolverEnvironment::isUnderlyingMinMaxMethodSetFromDefault
bool const & isUnderlyingMinMaxMethodSetFromDefault() const
Definition
TopologicalSolverEnvironment.cpp:44
storm::TopologicalSolverEnvironment::setUnderlyingEquationSolverType
void setUnderlyingEquationSolverType(storm::solver::EquationSolverType value)
Definition
TopologicalSolverEnvironment.cpp:33
storm::TopologicalSolverEnvironment::isExtendRelevantValues
bool isExtendRelevantValues() const
Definition
TopologicalSolverEnvironment.cpp:55
storm::TopologicalSolverEnvironment::isUnderlyingEquationSolverTypeSetFromDefault
bool const & isUnderlyingEquationSolverTypeSetFromDefault() const
Definition
TopologicalSolverEnvironment.cpp:29
storm
LabParser.cpp.
Definition
cli.cpp:18
src
storm
environment
solver
TopologicalSolverEnvironment.h
Generated by
1.9.8