@ -50,7 +50,7 @@ namespace storm {
}
std::string typestring() const override {
return "PAND" + inclusive ? "" : "-ex";
return inclusive ? "PAND" : "PAND-ex";
protected:
bool inclusive;
@ -42,7 +42,7 @@ namespace storm {
return "POR" + inclusive ? "" : "-ex";
return inclusive ? "POR" : "POR-ex";
bool isInclusive() {