X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/dbe638f61f1927ee6f3dffaaf2dc34418725f50a..98edd00eb4b05e85f7cb1b85cff2f4d733909c57:/linpy/domains.py?ds=sidebyside diff --git a/linpy/domains.py b/linpy/domains.py index b950e1e..519059d 100644 --- a/linpy/domains.py +++ b/linpy/domains.py @@ -38,7 +38,7 @@ __all__ = [ class Domain(GeometricObject): """ A domain is a union of polyhedra. Unlike polyhedra, domains allow exact - computation of union and complementary operations. + computation of union, subtraction and complementary operations. A domain with a unique polyhedron is automatically subclassed as a Polyhedron instance.