@ -152,10 +152,36 @@ int main(const int argc, const char** argv) {
std::cout<<"Parsing and translating the model took "<<std::chrono::duration_cast<std::chrono::milliseconds>(programTranslationEnd-programTranslationStart).count()<<"ms."<<std::endl<<std::endl;
std::cout<<"Parsing and translating the model took "<<std::chrono::duration_cast<std::chrono::milliseconds>(programTranslationEnd-programTranslationStart).count()<<"ms."<<std::endl<<std::endl;
STORM_LOG_THROW(storm::settings::generalSettings().isPctlPropertySet(),storm::exceptions::InvalidSettingsException,"Unable to perform model checking without a property.");
STORM_LOG_THROW(eventuallyFormula.get()!=nullptr,storm::exceptions::InvalidPropertyException,"Illegal formula "<<*untilFormula<<" for parametric model checking. Note that only unbounded reachability properties are admitted.");
STORM_LOG_THROW(phiStateFormulaApFormula.get()!=nullptr,storm::exceptions::InvalidPropertyException,"Illegal formula "<<*phiStateFormula<<" for parametric model checking. Note that only atomic propositions are admitted in that position.");
STORM_LOG_THROW(psiStateFormulaApFormula.get()!=nullptr,storm::exceptions::InvalidPropertyException,"Illegal formula "<<*psiStateFormula<<" for parametric model checking. Note that only atomic propositions are admitted in that position.");
STORM_LOG_THROW(storm::settings::generalSettings().isPctlPropertySet(),storm::exceptions::InvalidSettingsException,"Unable to perform model checking without a property.");