7namespace modelchecker {
9 switch (regionResult) {
17 os <<
"ExistsViolated";
23 os <<
"CenterViolated";
36 "Could not get a string from the region check result. The case has not been implemented");
#define STORM_LOG_THROW(cond, exception, message)
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