Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
PathFormula.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace storm {
6namespace logic {
7class PathFormula : public Formula {
8 public:
9 virtual ~PathFormula() {
10 // Intentionally left empty.
11 }
12
13 virtual bool isPathFormula() const override;
14};
15} // namespace logic
16} // namespace storm
virtual bool isPathFormula() const override