Browse Source

corrected minor typo

Former-commit-id: f5db2f368f
tempestpy_adaptions
dehnert 8 years ago
parent
commit
a0ad4b25de
  1. 2
      src/modelchecker/abstraction/GameBasedMdpModelChecker.cpp

2
src/modelchecker/abstraction/GameBasedMdpModelChecker.cpp

@ -409,7 +409,7 @@ namespace storm {
STORM_LOG_ASSERT(initialStateMax.getNonZeroCount() == 1, "Wrong number of results for initial states.");
maxValue = initialStateMax.getMax();
}
STORM_LOG_TRACE("Obtained quantitative upper bound " << minValue << ".");
STORM_LOG_TRACE("Obtained quantitative upper bound " << maxValue << ".");
// Check whether we can abort the computation because of the upper value.
result = checkForResultAfterQuantitativeCheck<ValueType>(checkTask, storm::OptimizationDirection::Maximize, maxValue);

Loading…
Cancel
Save