From fdb84fdee5f5b3f6b6b216a31bd1e02423a84069 Mon Sep 17 00:00:00 2001 From: lukpo Date: Wed, 11 Aug 2021 09:50:06 +0200 Subject: [PATCH] changed the info about statesOfCoalition to STORM_LOG_INFO --- src/storm/modelchecker/rpatl/SparseSmgRpatlModelChecker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storm/modelchecker/rpatl/SparseSmgRpatlModelChecker.cpp b/src/storm/modelchecker/rpatl/SparseSmgRpatlModelChecker.cpp index bf04dc000..f44a7cef7 100644 --- a/src/storm/modelchecker/rpatl/SparseSmgRpatlModelChecker.cpp +++ b/src/storm/modelchecker/rpatl/SparseSmgRpatlModelChecker.cpp @@ -63,7 +63,7 @@ namespace storm { storm::logic::Formula const& subFormula = gameFormula.getSubformula(); statesOfCoalition = this->getModel().computeStatesOfCoalition(gameFormula.getCoalition()); - std::cout << "Found " << statesOfCoalition.getNumberOfSetBits() << " states in coalition." << std::endl; + STORM_LOG_INFO("Found " << statesOfCoalition.getNumberOfSetBits() << " states in coalition."); statesOfCoalition.complement(); if (subFormula.isRewardOperatorFormula()) {