Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SolverRequirement.h
Go to the documentation of this file.
1#pragma once
2
3namespace storm {
4namespace solver {
5
7 public:
9
13 operator bool() const;
14
19 void enable(bool critical = true);
20
24 void clear();
25
29 bool isCritical() const;
30
31 private:
32 bool enabled;
33 bool critical;
34};
35
36} // namespace solver
37} // namespace storm
bool isCritical() const
Returns true if the solver fails in case this requirement is not met.
void enable(bool critical=true)
Enables this requirement.
void clear()
Clears this requirement.
LabParser.cpp.
Definition cli.cpp:18