diff --git a/src/storm-pars-cli/storm-pars.cpp b/src/storm-pars-cli/storm-pars.cpp index fd7fd0988..96b13e6e0 100644 --- a/src/storm-pars-cli/storm-pars.cpp +++ b/src/storm-pars-cli/storm-pars.cpp @@ -619,6 +619,7 @@ namespace storm { myfile.close(); // Monotonicity? + auto matrix = sparseModel.get()->getTransitionMatrix(); storm::utility::Stopwatch monotonicityWatch(true); std::map> varsMonotone = analyseMonotonicity(lattice, matrix); monotonicityWatch.stop();