this->addOption(storm::settings::OptionBuilder(moduleName,cacheSimplicesOption,false,"Enables caching of simplices which requires more memory but can be faster.").build());
this->addOption(storm::settings::OptionBuilder(moduleName,unfoldBeliefMdpOption,false,"Sets the (initial-) size threshold of the unfolded belief MDP (higher means more precise results, 0 means automatic choice)").addArgument(storm::settings::ArgumentBuilder::createUnsignedIntegerArgument("value","the maximal number of states").setDefaultValueUnsignedInteger(0).build()).build());
underApproxSizeThreshold=pomdp.getNumberOfStates()*pomdp.getMaxNrStatesWithSameObservation();// Heuristically select this (only relevant if the over-approx could not be build)