X-Git-Url: https://scm.cri.mines-paristech.fr/git/linpy.git/blobdiff_plain/40d0f350adb81eb15adb3aa68867aaf768358550..8c9a4d4d0ecef68ff3cd0f7806a69013d34a2013:/pypol/domains.py diff --git a/pypol/domains.py b/pypol/domains.py index dd39220..632335b 100644 --- a/pypol/domains.py +++ b/pypol/domains.py @@ -144,7 +144,7 @@ class Domain: islset = libisl.isl_set_remove_redundancies(islset) return self._fromislset(islset, self.symbols) - def polyhedral_hull(self): + def aspolyhedron(self): # several types of hull are available # polyhedral seems to be the more appropriate, to be checked from .polyhedra import Polyhedron