std::vector< SolutionType > computeStepBoundedUntilProbabilities(Environment const &env, storm::solver::SolveGoal< ValueType, SolutionType > &&goal, storm::storage::SparseMatrix< ValueType > const &transitionMatrix, storm::storage::SparseMatrix< ValueType > const &backwardTransitions, storm::storage::BitVector const &phiStates, storm::storage::BitVector const &psiStates, uint64_t const lowerBound, uint64_t const upperBound, ModelCheckerHint const &hint=ModelCheckerHint())
Computes the probability of staying in phiStates until reaching psiStates within [lowerBound,...