Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
TimeBound.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace storm {
6namespace logic {
7
8class TimeBound {
9 public:
10 TimeBound(bool strict, storm::expressions::Expression const& bound);
11
13 bool isStrict() const;
14
15 private:
16 bool strict;
18};
19
20} // namespace logic
21} // namespace storm
storm::expressions::Expression const & getBound() const
Definition TimeBound.cpp:10
LabParser.cpp.
Definition cli.cpp:18