Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
TimeBound.cpp
Go to the documentation of this file.
2
3namespace storm {
4namespace logic {
5
6TimeBound::TimeBound(bool strict, storm::expressions::Expression const& bound) : strict(strict), bound(bound) {
7 // Intentionally left empty.
8}
9
11 return bound;
12}
13
14bool TimeBound::isStrict() const {
15 return strict;
16}
17
18} // namespace logic
19} // namespace storm
TimeBound(bool strict, storm::expressions::Expression const &bound)
Definition TimeBound.cpp:6
storm::expressions::Expression const & getBound() const
Definition TimeBound.cpp:10
LabParser.cpp.
Definition cli.cpp:18