Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
QualitativeCheckResult.h
Go to the documentation of this file.
1#ifndef STORM_MODELCHECKER_QUALITATIVECHECKRESULT_H_
2#define STORM_MODELCHECKER_QUALITATIVECHECKRESULT_H_
3
5
6namespace storm {
7namespace modelchecker {
9 public:
10 virtual ~QualitativeCheckResult() = default;
13
14 virtual void complement();
15
16 virtual bool existsTrue() const = 0;
17 virtual bool forallTrue() const = 0;
18 virtual uint64_t count() const = 0;
19
20 virtual bool isQualitative() const override;
21};
22} // namespace modelchecker
23} // namespace storm
24
25#endif /* STORM_MODELCHECKER_QUALITATIVECHECKRESULT_H_ */
virtual QualitativeCheckResult & operator&=(QualitativeCheckResult const &other)
virtual QualitativeCheckResult & operator|=(QualitativeCheckResult const &other)
LabParser.cpp.
Definition cli.cpp:18