diff --git a/src/storm/storage/geometry/PolytopeTree.h b/src/storm/storage/geometry/PolytopeTree.h index bf5306752..ec48defde 100644 --- a/src/storm/storage/geometry/PolytopeTree.h +++ b/src/storm/storage/geometry/PolytopeTree.h @@ -25,6 +25,7 @@ namespace storm { /*! * Substracts the given rhs from this polytope. + * Points that lie on the boundary of rhs might still be included. */ void setMinus(std::shared_ptr> const& rhs) { // This operation only has an effect if the intersection of this and rhs is non-empty.