Skip to content

Commit a35e2c5

Browse files
author
Release Manager
committed
Trac #32776: split convex set methods of polyhedra into base1.py
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
2 parents 32cfd6f + 6c79ebe commit a35e2c5

File tree

3 files changed

+807
-720
lines changed

3 files changed

+807
-720
lines changed

src/sage/geometry/abc.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Polyhedron:
7272
By design, there is a unique direct subclass::
7373
7474
sage: sage.geometry.abc.Polyhedron.__subclasses__() # optional - sage.geometry.polyhedron
75-
[<class 'sage.geometry.polyhedron.base.Polyhedron_base'>]
75+
[<class 'sage.geometry.polyhedron.base0.Polyhedron_base0'>]
7676
7777
sage: len(sage.geometry.abc.Polyhedron.__subclasses__()) <= 1
7878
True

0 commit comments

Comments
 (0)