|
@ -270,12 +270,15 @@ namespace storm { |
|
|
} else { |
|
|
} else { |
|
|
constantDefinitions = model.parseConstantDefinitions(constantDefinitionString); |
|
|
constantDefinitions = model.parseConstantDefinitions(constantDefinitionString); |
|
|
} |
|
|
} |
|
|
model = model.preprocess(constantDefinitions); |
|
|
|
|
|
|
|
|
|
|
|
if (model.isJaniModel() && storm::settings::getModule<storm::settings::modules::JaniExportSettings>().isJaniFileSet()) { |
|
|
if (model.isJaniModel() && storm::settings::getModule<storm::settings::modules::JaniExportSettings>().isJaniFileSet()) { |
|
|
exportJaniModel(model.asJaniModel(), properties, storm::settings::getModule<storm::settings::modules::JaniExportSettings>().getJaniFilename()); |
|
|
exportJaniModel(model.asJaniModel(), properties, storm::settings::getModule<storm::settings::modules::JaniExportSettings>().getJaniFilename()); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
model = model.preprocess(constantDefinitions); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (ioSettings.isNoBuildModelSet()) { |
|
|
if (ioSettings.isNoBuildModelSet()) { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|