Browse Source

Add matrix declaration

tempestpy_adaptions
Jip Spel 6 years ago
parent
commit
b0b0623fcf
  1. 1
      src/storm-pars-cli/storm-pars.cpp

1
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<carl::Variable, std::pair<bool, bool>> varsMonotone = analyseMonotonicity<ValueType>(lattice, matrix);
monotonicityWatch.stop();

Loading…
Cancel
Save