-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
sage: Polyhedron(ambient_dim=0, ieqs=[], eqns=[], base_ring=QQ)
The empty polyhedron in QQ^0
This should be a one-point polyhedron.
sage: Polyhedron(ambient_dim=2, ieqs=[], eqns=[], base_ring=QQ)
The empty polyhedron in QQ^2
This should be the whole QQ^2.
sage: Polyhedron(ambient_dim=2, vertices=[], rays=[], lines=[], base_ring=QQ)
The empty polyhedron in QQ^2
This is correct, but only because the code misunderstands the empty V-representation as no V-representation given at all.
Component: geometry
Author: Darij Grinberg, Jonathan Kliem
Branch/Commit: c5bf041
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/17339