std::cout<<"Improved lower bound to "<<commandSet.size()<<" after "<<milliseconds<<"s."<<std::endl;
lastSize=commandSet.size();
}else{
std::cout<<"L";
std::cout<<"Lower bound on label set size is "<<commandSet.size()<<" after "<<milliseconds<<"s (checked "<<iterations<<" models, "<<zeroProbabilityCount<<" could not reach the target set)."<<std::endl;
std::cout<<"ower bound on label set size is "<<commandSet.size()<<" after "<<std::chrono::duration_cast<std::chrono::seconds>(now-totalClock).count()<<"s (checked "<<iterations<<" models, "<<zeroProbabilityCount<<" could not reach the target set)."<<std::endl;