|
|
@ -157,7 +157,7 @@ namespace storm { |
|
|
|
modelProgramPair.model->getNumberOfStates() << ";" << |
|
|
|
modelProgramPair.model->getNumberOfTransitions() << ";" << std::endl; |
|
|
|
std::cout << "Num of states with nonconstant transitions; Num of nonconstant transitions" << std::endl; |
|
|
|
std::cout << "NUM_PARS" << modelProgramPair.model->as<storm::models::sparse::Model<ValueType>>()->getTransitionMatrix().getNonconstantRowGroupCont() << ";" << modelProgramPair.model->as<storm::models::sparse::Model<ValueType>>()->getTransitionMatrix().getNonconstantRowGroupCont() << std::endl; |
|
|
|
std::cout << "NUM_PARS" << modelProgramPair.model->as<storm::models::sparse::Model<ValueType>>()->getTransitionMatrix().getNonconstantRowGroupCount() << ";" << modelProgramPair.model->as<storm::models::sparse::Model<ValueType>>()->getTransitionMatrix().getNonconstantEntryCount() << std::endl; |
|
|
|
// Preprocess the model if needed. |
|
|
|
BRANCH_ON_MODELTYPE(modelProgramPair.model, modelProgramPair.model, ValueType, LibraryType, preprocessModel, formulas); |
|
|
|
|
|
|
|