Polyhedra.jl icon indicating copy to clipboard operation
Polyhedra.jl copied to clipboard

Polyhedral Computation Interface

Results 41 Polyhedra.jl issues
Sort by recently updated
recently updated
newest added

In Oscar.jl with ``` function getFaces(A,b,p,FD) NF = normal_fan(Oscar.Polyhedron(A,b)) faces= [] for d in 1:Oscar.dim(NF) for cone in Oscar.cones(NF,d) face = [] for ray in Oscar.rays(cone) rayy = [-r.num for...

See https://github.com/jump-dev/MathOptInterface.jl/issues/1833

Closes https://github.com/JuliaPolyhedra/Polyhedra.jl/issues/303

@dimpase Is the link https://cddlib.github.io/polyhedral_faq/#x1-250002.22 expected to change ? The tag `#x1-250002.22` seems fragile

Need to add test, it came up when I tried doing `convexhull([1], Ray([1]))` but its output does not contain the origin in the points which is inconsistent with `convexhull([1], Ray([1]),...

My environment is: OS: Archlinux 5.16.5 Julia: 1.7.2 Polyhedra: 0.6.17 CDDLib: 0.7.0 When I test the simple examples in the tutorial ``` julia> using Polyhedra julia> A = [1 1;1...

Hi, I asked about this issue on [discourse](https://discourse.julialang.org/t/qhull-and-polyhedra-give-different-volume-estimates/74487), but did not receive a reply. I am opening this issue because the result from volume seems to be a bug unless...