STORM_LOG_WARN_COND(diff<=1e-4*std::abs(storm::utility::convertNumber<double>(inducedValue)),"Imprecise value for objective "<<objIndex<<": LP says "<<lpValue<<" but scheduler induces "<<inducedValue<<" (difference is "<<diff<<")");
// If this objective has weight zero, the lp solution is not necessarily correct
STORM_LOG_WARN_COND(diff<=1e-4*std::abs(storm::utility::convertNumber<double>(inducedValue)),"Imprecise value for objective "<<objIndex<<": LP says "<<lpValue<<" but scheduler induces "<<inducedValue<<" (difference is "<<diff<<")");