Processing math: 100%

Geometry / Face (Bibtex)

P464: Enumerate all faces of a convex polyhedora
Input:
A convex polyhedra P.
Output:
All faces of P.
Complexity:
Comment:
Reference:
[Burdet1974] (Bibtex)
P66: Enumeration of all arrangements
Input:
An integer n and J{+,}n.
Output:
The set F of faces if J is the set of maximal faces of an oriented matroid
Complexity:
O(max(n2|J|3,n3|J|2)) total time.
Comment:
Their paper treats a reconstruction of the location vectors of all faces from the graph.
Reference:
[Fukuda1991] (Bibtex)