Browse Source

PolytopeTree: Fixed documentation.

tempestpy_adaptions
Tim Quatmann 6 years ago
parent
commit
0843f5ea7b
  1. 1
      src/storm/storage/geometry/PolytopeTree.h

1
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<Polytope<ValueType>> const& rhs) {
// This operation only has an effect if the intersection of this and rhs is non-empty.

Loading…
Cancel
Save