STORM_LOG_THROW(!data.originalModel.isOfType(storm::models::ModelType::MarkovAutomaton)||!formula.getTimeBoundReference().isStepBound(),storm::exceptions::InvalidPropertyException,"Multi-objective model checking currently does not support STEP-bounded properties for Markov automata.");
if(formula.hasLowerBound()){
STORM_LOG_THROW(!formula.getLowerBound().containsVariables(),storm::exceptions::InvalidPropertyException,"The lower time bound for the formula "<<formula<<" still contains variables");
STORM_LOG_THROW(!obj.timeBoundReference||obj.timeBoundReference->isTimeBound(),storm::exceptions::InvalidPropertyException,"Multi-objective model checking of Markov automata is only supported for time-bounded formulass.");
}
// Split the preprocessed model into transitions from/to probabilistic/Markovian states.