We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently
sage: CombinatorialPolyhedron(LatticePolytope([], lattice=ToricLattice(3)))
results in a TypeError, as an empty list of facets is not detected as empty polyhedron.
TypeError
We fix this:
sage: CombinatorialPolyhedron(LatticePolytope([], lattice=ToricLattice(3))) A -1-dimensional combinatorial polyhedron with 0 facets
CC: @jplab @LaisRast
Component: geometry
Keywords: lattice polytopes, combinatorial polyhedron
Author: Jonathan Kliem
Branch/Commit: 0a2e757
0a2e757
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/28678
The text was updated successfully, but these errors were encountered:
Branch: u/gh-kliem/fixemptylatticepolytope
Sorry, something went wrong.
New commits:
fix CombinatorialPolyhedron of empty lattice polytope
Commit: 0a2e757
Ok, sounds good.
Changed branch from u/gh-kliem/fixemptylatticepolytope to 0a2e757
43a7788
No branches or pull requests
Currently
results in a
TypeError
, as an empty list of facets is not detected as empty polyhedron.We fix this:
CC: @jplab @LaisRast
Component: geometry
Keywords: lattice polytopes, combinatorial polyhedron
Author: Jonathan Kliem
Branch/Commit:
0a2e757
Reviewer: Jean-Philippe Labbé
Issue created by migration from https://trac.sagemath.org/ticket/28678
The text was updated successfully, but these errors were encountered: