STORM_LOG_THROW(pomdp.hasChoiceOrigins(),storm::exceptions::InvalidArgumentException,"Model must have been built with choice origins");
STORM_LOG_THROW(pomdp.hasChoiceLabeling(),storm::exceptions::InvalidArgumentException,"Model must have been built with choice labels");
STORM_LOG_THROW(pomdp.hasChoiceLabeling(),storm::exceptions::InvalidArgumentException,"Model must have been built with choice labels (--buildchoicelab for command line users)");