std::cout<<"Improved lower bound to "<<currentBound<<" after "<<milliseconds<<"ms."<<std::endl;
STORM_LOG_DEBUG("Improved lower bound to "<<currentBound<<" after "<<milliseconds<<"ms.");
lastSize=commandSet.size();
}else{
std::cout<<"Lower bound on label set size is "<<currentBound<<" after "<<milliseconds<<"ms (checked "<<iterations<<" models, "<<zeroProbabilityCount<<" could not reach the target set)."<<std::endl;
STORM_LOG_DEBUG("Lower bound on label set size is "<<currentBound<<" after "<<milliseconds<<"ms (checked "<<iterations<<" models, "<<zeroProbabilityCount<<" could not reach the target set).");
xxxxxxxxxx