17 for (
auto const &entry : *valuation) {
23 ss << entry.first <<
"=" << entry.second;
31 if (regionCheckResult !=
nullptr) {
32 auto partitionSettings = storm::settings::getModule<storm::settings::modules::PartitionSettings>();
33 std::stringstream outStream;
34 if (partitionSettings.isPrintFullResultSet()) {
35 regionCheckResult->writeToStream(outStream);
37 regionCheckResult->writeCondensedToStream(outStream);
40 if (!partitionSettings.isPrintNoIllustrationSet()) {
42 if (regionRefinementCheckResult !=
nullptr) {
55 STORM_LOG_ERROR(
"Property is unsupported by selected engine/settings.\n");