|
@ -276,6 +276,9 @@ namespace storm { |
|
|
|
|
|
|
|
|
bool cancelGuess = false; |
|
|
bool cancelGuess = false; |
|
|
while (status == SolverStatus::InProgress && overallIterations < maxOverallIterations) { |
|
|
while (status == SolverStatus::InProgress && overallIterations < maxOverallIterations) { |
|
|
|
|
|
if (storm::utility::resources::isTerminate()) { |
|
|
|
|
|
status = SolverStatus::Aborted; |
|
|
|
|
|
} |
|
|
++overallIterations; |
|
|
++overallIterations; |
|
|
++currentVerificationIterations; |
|
|
++currentVerificationIterations; |
|
|
// Perform value iteration stepwise for lower bound and guessed upper bound
|
|
|
// Perform value iteration stepwise for lower bound and guessed upper bound
|
|
|