Browse Source

changed description of submatrix

tempestpy_adaptions
Lukas Posch 4 years ago
parent
commit
5dfe48e51e
  1. 2
      src/storm/modelchecker/rpatl/helper/SparseSmgRpatlHelper.cpp

2
src/storm/modelchecker/rpatl/helper/SparseSmgRpatlHelper.cpp

@ -29,7 +29,7 @@ namespace storm {
std::vector<ValueType> b = transitionMatrix.getConstrainedRowGroupSumVector(relevantStates, psiStates);
// Reduce matrix to only relevant States
// Reduce the matrix to relevant states
storm::storage::SparseMatrix<ValueType> submatrix = transitionMatrix.getSubmatrix(true, relevantStates, relevantStates, false);
storm::storage::BitVector clippedStatesOfCoalition(statesOfCoalition.size() - psiStates.getNumberOfSetBits());

Loading…
Cancel
Save