-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
The methods lawrence extension
and lawrence_polytope
of Polyhedron
do not work when the backend is field
.
P = Polyhedron([[1,3], [3,4]], backend="field")
P.lawrence_extension([10,20])
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
TypeError: 'NoneType' object is not iterable
We fix this by properly initializing them with zero rays/lines instead of None
.
Component: geometry
Keywords: polytopes, lawerence
Author: Laith Rastanawi, Jonathan Kliem
Branch/Commit: 50f9232
Reviewer: Laith Rastanawi, Jonathan Kliem
Issue created by migration from https://trac.sagemath.org/ticket/28725