std::cout<<" according to state "<<state<<"."<<std::endl;
STORM_LOG_THROW(false,storm::exceptions::AmbiguousModelException,"Actions identifiers do not align between states '"<<getStateInformation(state)<<"' and '"<<getStateInformation(actionIdentifierDefinition[observation])<<"', both having observation "<<observation<<". See output above for more information.");
STORM_LOG_THROW(false,storm::exceptions::AmbiguousModelException,"Actions identifiers do not align between states \n\t"<<getStateInformation(state)<<"\nand\n\t"<<getStateInformation(actionIdentifierDefinition[observation])<<"\nboth having observation "<<observation<<". See output above for more information.");