Browse Source

changed the info about statesOfCoalition to STORM_LOG_INFO

tempestpy_adaptions
Lukas Posch 3 years ago
committed by Stefan Pranger
parent
commit
fdb84fdee5
  1. 2
      src/storm/modelchecker/rpatl/SparseSmgRpatlModelChecker.cpp

2
src/storm/modelchecker/rpatl/SparseSmgRpatlModelChecker.cpp

@ -63,7 +63,7 @@ namespace storm {
storm::logic::Formula const& subFormula = gameFormula.getSubformula(); storm::logic::Formula const& subFormula = gameFormula.getSubformula();
statesOfCoalition = this->getModel().computeStatesOfCoalition(gameFormula.getCoalition()); 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(); statesOfCoalition.complement();
if (subFormula.isRewardOperatorFormula()) { if (subFormula.isRewardOperatorFormula()) {

Loading…
Cancel
Save