X-Git-Url: https://scm.cri.ensmp.fr/git/linpy.git/blobdiff_plain/9cb18415eee0e4eb2a5126da5ba7bd916aa85dd1..3ffceb83a27c41c65afe87e4370ad5f07ba0a093:/linpy/domains.py 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.