Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
RegionResultHypothesis.h
Go to the documentation of this file.
1#pragma once
2
3#include <ostream>
4
5namespace storm {
6namespace modelchecker {
11
12std::ostream& operator<<(std::ostream& os, RegionResultHypothesis const& regionResultHypothesis);
13} // namespace modelchecker
14} // namespace storm
std::ostream & operator<<(std::ostream &os, RegionCheckEngine const &e)
@ AllSat
the formula is satisfied for all parameters in the given region
@ AllViolated
the formula is violated for all parameters in the given region
@ Unknown
the result is unknown
RegionResultHypothesis
hypothesis for the result for a single Parameter Region
LabParser.cpp.
Definition cli.cpp:18