Skip to content

Commit

Permalink
Trac #32776: split convex set methods of polyhedra into base1.py
Browse files Browse the repository at this point in the history
Part of #32651.

Outsource convex set methods of polyhedra, but not those that construct
new polyhedra.

URL: https://trac.sagemath.org/32776
Reported by: gh-kliem
Ticket author(s): Jonathan Kliem
Reviewer(s): Matthias Koeppe
  • Loading branch information
Release Manager committed Oct 29, 2021
2 parents 32cfd6f + 6c79ebe commit a35e2c5
Show file tree
Hide file tree
Showing 3 changed files with 807 additions and 720 deletions.
2 changes: 1 addition & 1 deletion src/sage/geometry/abc.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class Polyhedron:
By design, there is a unique direct subclass::
sage: sage.geometry.abc.Polyhedron.__subclasses__() # optional - sage.geometry.polyhedron
[<class 'sage.geometry.polyhedron.base.Polyhedron_base'>]
[<class 'sage.geometry.polyhedron.base0.Polyhedron_base0'>]
sage: len(sage.geometry.abc.Polyhedron.__subclasses__()) <= 1
True
Expand Down
Loading

0 comments on commit a35e2c5

Please sign in to comment.