102 std::vector<ValueType>
const& initialValues)
const;
108 bool isContinuousTime()
const;
113 void createBackwardTransitions();
123 void createNonBsccStateVector();
149 void processSingletonScc(uint64_t sccState, std::vector<ValueType>& stateValues)
const;
156 std::vector<ValueType>
const& stateValues)
const;
162 std::unique_ptr<storm::storage::SparseMatrix<ValueType>> computedBackwardTransitions;
165 std::unique_ptr<storm::storage::StronglyConnectedComponentDecomposition<ValueType>> computedSccDecomposition;