Skip to content

Commit

Permalink
Merge pull request oscar-system#2797 from oscar-system/zkg/facet_prop…
Browse files Browse the repository at this point in the history
…erties
  • Loading branch information
lkastner authored Oct 4, 2023
2 parents 5ec1474 + da80751 commit 1a1cac0
Show file tree
Hide file tree
Showing 9 changed files with 769 additions and 307 deletions.
2 changes: 2 additions & 0 deletions docs/src/PolyhedralGeometry/Polyhedra/auxiliary.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ relative_interior_point(P::Polyhedron{T}) where T<:scalar_types
nfacets(P::Polyhedron)
nvertices(P::Polyhedron)
f_vector(P::Polyhedron)
facet_sizes(P::Polyhedron)
g_vector(P::Polyhedron)
h_vector(P::Polyhedron)
vertex_sizes(P::Polyhedron)
```

## Groups
Expand Down
1 change: 1 addition & 0 deletions docs/src/PolyhedralGeometry/Polyhedra/constructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ a new polyhedron.
bipyramid
intersect(::Polyhedron...)
pyramid
vertex_figure
```

The convex hull of two polytopes can be computed via `convex_hull`.
Expand Down
2 changes: 2 additions & 0 deletions docs/src/PolyhedralGeometry/cones.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ secondary_cone(SOP::SubdivisionOfPoints{T}) where T<:scalar_types
ambient_dim(C::Cone)
Base.in(v::AbstractVector, C::Cone)
Base.issubset(C0::Cone{T}, C1::Cone{T}) where T<:scalar_types
facet_degrees(C::Cone)
f_vector(C::Cone)
hilbert_basis(C::Cone{QQFieldElem})
codim(C::Cone)
Expand All @@ -52,4 +53,5 @@ nfacets(C::Cone)
nrays(C::Cone)
rays(C::Cone{T}) where T<:scalar_types
rays_modulo_lineality(C::Cone{T}) where T<:scalar_types
ray_degrees(C::Cone)
```
Loading

0 comments on commit 1a1cac0

Please sign in to comment.