Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
latex \lex
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kliem committed Apr 20, 2020
1 parent f4689d3 commit 573dbfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -3086,7 +3086,7 @@ def simplicity(self):
Return the largest integer `k` such that the polytope is `k`-simple.
A polytope `P` is `k`-simple, if every `(d-1-k)`-face
is contained in exactly `k+1` facets of `P` for `1 <= k <= d-1`.
is contained in exactly `k+1` facets of `P` for `1 \leq k \leq d-1`.
Equivalently it is `k`-simple if the polar/dual polytope is `k`-simplicial.
If `self` is a simplex, it returns its dimension.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,7 @@ cdef class CombinatorialPolyhedron(SageObject):
Return the dimension in case of a simplex.
A polytope `P` is `k`-simple, if every `(d-1-k)`-face
is contained in exactly `k+1` facets of `P` for `1 <= k <= d-1`.
is contained in exactly `k+1` facets of `P` for `1 \leq k \leq d-1`.
Equivalently it is `k`-simple if the polar/dual polytope is `k`-simplicial.
Expand Down

0 comments on commit 573dbfc

Please sign in to comment.