Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
RegionResult.h
Go to the documentation of this file.
1#pragma once
2
3#include <ostream>
4
5namespace storm {
6namespace modelchecker {
20
21std::ostream& operator<<(std::ostream& os, RegionResult const& regionCheckResult);
22} // namespace modelchecker
23} // namespace storm
std::ostream & operator<<(std::ostream &os, RegionCheckEngine const &e)
RegionResult
The results for a single Parameter Region.
@ CenterSat
the formula is satisfied for the parameter Valuation that corresponds to the center point of the regi...
@ 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
@ ExistsBoth
the formula is satisfied for some parameters but also violated for others
@ CenterViolated
the formula is violated for the parameter Valuation that corresponds to the center point of the regio...
@ ExistsSat
the formula is satisfied for at least one parameter evaluation that lies in the given region
@ ExistsViolated
the formula is violated for at least one parameter evaluation that lies in the given region
LabParser.cpp.
Definition cli.cpp:18