|
@ -119,7 +119,7 @@ namespace storm { |
|
|
|
|
|
|
|
|
// Solve the corresponding system of equations.
|
|
|
// Solve the corresponding system of equations.
|
|
|
std::unique_ptr<storm::solver::MinMaxLinearEquationSolver<ValueType>> solver = storm::solver::configureMinMaxLinearEquationSolver(goal, minMaxLinearEquationSolverFactory, submatrix); |
|
|
std::unique_ptr<storm::solver::MinMaxLinearEquationSolver<ValueType>> solver = storm::solver::configureMinMaxLinearEquationSolver(goal, minMaxLinearEquationSolverFactory, submatrix); |
|
|
solver->solveEquationSystem(goal.direction(), x, b); |
|
|
|
|
|
|
|
|
solver->solveEquationSystem(x, b); |
|
|
|
|
|
|
|
|
// Set values of resulting vector according to result.
|
|
|
// Set values of resulting vector according to result.
|
|
|
storm::utility::vector::setVectorValues<ValueType>(result, maybeStates, x); |
|
|
storm::utility::vector::setVectorValues<ValueType>(result, maybeStates, x); |