STORM_LOG_WARN_COND(compare==number,"Inaccurate JSON export: The number "<<number<<" will be rounded to "<<compare<<". Difference is approx. "<<(storm::utility::convertNumber<double,storm::RationalNumber>(number-compare))<<".");
STORM_LOG_THROW((lower.is_initialized()||upper.is_initialized()),storm::exceptions::InvalidJaniException,"PropertyInterval needs either a lower or an upper bound, but none was given.");
STORM_LOG_THROW((lower.is_initialized()||!lowerExclusive.is_initialized()),storm::exceptions::InvalidJaniException,"PropertyInterval defines wether the lower bound is exclusive but no lower bound is given.");