Browse Source

Another bugfix for matrix creation during LRA computation.

Former-commit-id: c3325b8913
tempestpy_adaptions
dehnert 11 years ago
parent
commit
ece4085a61
  1. 2
      src/modelchecker/csl/SparseMarkovAutomatonCslModelChecker.h

2
src/modelchecker/csl/SparseMarkovAutomatonCslModelChecker.h

@ -377,7 +377,7 @@ namespace storm {
}
// For each auxiliary state, there is the option to achieve the reward value of the LRA associated with the MEC.
sspMatrix.insertEmptyRow();
sspMatrix.insertEmptyRow(true);
++currentChoice;
b.push_back(lraValuesForEndComponents[mecIndex]);
}

Loading…
Cancel
Save