<div id="comment:0"></div> This adds a new way to set up a Polyhedra parent. ``` sage: V = VectorSpace(QQ, 3) sage: Polyhedra(V) is Polyhedra(QQ, 3) True ``` Part of #30198. CC: @kliem @jplab Component: **geometry** Author: **Matthias Koeppe** Branch/Commit: **[`ab7c5ff`](https://github.com/sagemath/sagetrac-mirror/commit/ab7c5ff933880df5fd645fcbc82acb25b667fe88)** Reviewer: **Jonathan Kliem** _Issue created by migration from https://trac.sagemath.org/ticket/30204_