Storm
1.10.0.1
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
5
namespace
storm
{
6
namespace
modelchecker {
10
enum class
RegionResultHypothesis
{
Unknown
,
AllSat
,
AllViolated
};
11
12
std::ostream& operator<<(std::ostream& os,
RegionResultHypothesis
const
& regionResultHypothesis);
13
}
// namespace modelchecker
14
}
// namespace storm
storm::modelchecker::RegionResult::AllSat
@ AllSat
the formula is satisfied for all parameters in the given region
storm::modelchecker::RegionResult::AllViolated
@ AllViolated
the formula is violated for all parameters in the given region
storm::modelchecker::RegionResult::Unknown
@ Unknown
the result is unknown
storm::modelchecker::RegionResultHypothesis
RegionResultHypothesis
hypothesis for the result for a single Parameter Region
Definition
RegionResultHypothesis.h:10
storm
LabParser.cpp.
Definition
AutomaticSettings.cpp:13
src
storm-pars
modelchecker
region
RegionResultHypothesis.h
Generated by
1.9.8