STORM_LOG_WARN("The selected solution method does not guarantee exact results.");
}
}
STORM_LOG_THROW(method==MinMaxMethod::ValueIteration||method==MinMaxMethod::PolicyIteration||method==MinMaxMethod::RationalSearch,storm::exceptions::InvalidEnvironmentException,"This solver does not support the selected method.");
xxxxxxxxxx