-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
Adding the following methods to base.py:
lawrence_extension(self, v)
:
Return the Lawrence extension ofself
on the pointv
.lawrence_polytope(self)
:
Return the Lawrence polytope ofself
.is_lawrence_polytope(self)
:
Returntrue
ifself
is a Lawrence polytope.
for definitions, see
Section 6.6 of Lectures on Polytopes, Günter M. Ziegler, [Zie2007]
CC: @jplab
Component: geometry
Keywords: polytopes, lawrence extension
Author: Laith Rastanawi
Branch: bc1b9cd
Reviewer: Jonathan Kliem
Issue created by migration from https://trac.sagemath.org/ticket/27534