|
@ -76,6 +76,8 @@ namespace storm { |
|
|
addEdges(mainAutomaton); |
|
|
addEdges(mainAutomaton); |
|
|
model->addAutomaton(mainAutomaton); |
|
|
model->addAutomaton(mainAutomaton); |
|
|
model->setStandardSystemComposition(); |
|
|
model->setStandardSystemComposition(); |
|
|
|
|
|
model->getModelFeatures().add(storm::jani::ModelFeature::DerivedOperators); |
|
|
|
|
|
model->finalize(); |
|
|
return model; |
|
|
return model; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|