7namespace modelchecker {
11 os <<
"Parameter Lifting";
14 os <<
"Exact Parameter Lifting";
17 os <<
"Validating Parameter Lifting";
21 "Could not get a string from the region check engine. The case has not been implemented");
#define STORM_LOG_THROW(cond, exception, message)
std::ostream & operator<<(std::ostream &os, RegionCheckEngine const &e)
RegionCheckEngine
The considered engine for region checking.
@ ParameterLifting
Parameter lifting approach.
@ ValidatingParameterLifting
Parameter lifting approach with a) inexact (and fast) computation first and b) exact validation of ob...
@ ExactParameterLifting
Parameter lifting approach with exact arithmethics.