std::cout<<std::endl<<"Extended command for lower bounded property to size "<<commandSet.size()<<" in "<<std::chrono::duration_cast<std::chrono::milliseconds>(endTime-startTime).count()<<"ms."<<std::endl;
if(!silent){
std::cout<<std::endl<<"Extended command for lower bounded property to size "<<commandSet.size()<<" in "<<std::chrono::duration_cast<std::chrono::milliseconds>(endTime-startTime).count()<<"ms."<<std::endl;
STORM_LOG_THROW(model.isOfType(storm::models::ModelType::Dtmc)||model.isOfType(storm::models::ModelType::Mdp),storm::exceptions::NotSupportedException,"MaxSAT-based counterexample generation is supported only for discrete-time models.");
STORM_LOG_THROW(model.isOfType(storm::models::ModelType::Dtmc)||model.isOfType(storm::models::ModelType::Mdp),storm::exceptions::NotSupportedException,"MaxSAT-based counterexample generation is supported only for discrete-time models.");
std::cout<<std::endl<<"Generating minimal label counterexample for formula "<<*formula<<std::endl;
if(!options.silent){
std::cout<<std::endl<<"Generating minimal label counterexample for formula "<<*formula<<std::endl;
}
STORM_LOG_THROW(formula->isProbabilityOperatorFormula(),storm::exceptions::InvalidPropertyException,"Counterexample generation does not support this kind of formula. Expecting a probability operator as the outermost formula element.");
STORM_LOG_THROW(formula->isProbabilityOperatorFormula(),storm::exceptions::InvalidPropertyException,"Counterexample generation does not support this kind of formula. Expecting a probability operator as the outermost formula element.");
std::cout<<std::endl<<"Computed minimal label set of size "<<labelSet.size()<<" in "<<std::chrono::duration_cast<std::chrono::milliseconds>(endTime-startTime).count()<<"ms."<<std::endl;
if(!options.silent){
std::cout<<std::endl<<"Computed minimal label set of size "<<labelSet.size()<<" in "<<std::chrono::duration_cast<std::chrono::milliseconds>(endTime-startTime).count()<<"ms."<<std::endl;