Benoît Legat
Benoît Legat
LP | Solver | First test | Second test | | ------------- | ------------- | ---------- | | Clp | [`[0, 0]`](https://projects.coin-or.org/Clp/ticket/80) | Pass | | GLPK | Pass |...
I tried installing Plots on codeocean with Ubuntu 18.04 and Julia v1.5.3, It tries to install FFMPEG v0.2.4 (instead of the new v0.4.0) and runs into the following error: ```...
We used to be able to use `Symbolics.Num` in quaternions but https://github.com/JuliaGeometry/Quaternions.jl/pull/122/ broke our workflow; see https://github.com/dionysos-dev/Dionysos.jl/issues/211 The issue is that `isinf` is not defined for `Num` types defined in...
There are issues reporting incorrect result with `delaunayedges` https://github.com/JuliaGeometry/VoronoiDelaunay.jl/issues/51, and `voronoiedges` https://github.com/JuliaGeometry/VoronoiDelaunay.jl/issues/54. This issue might be related but it's about the iterator on delaunay triangles. I tried to make a...
There is no Polyhedra.jl interface for that yet so currently, it's just: ```julia julia> using CDDLib, Polyhedra julia> vsquare = vrep([[i, j] for i in [-1, 1] for j in...
We should overwrite the method that will be defined in https://github.com/JuliaPolyhedra/Polyhedra.jl/issues/67 since CDD has this information.
Still very premature WIP Closes https://github.com/JuliaPolyhedra/QHull.jl/issues/19
```julia julia> using QHull, Polyhedra julia> v = vrep([x y]) V-representation MixedMatVRep{Float64, Matrix{Float64}}: 4-element iterator of Vector{Float64}: [0.0, 0.0] [0.0, 1.0] [1.0, 0.0] [0.1, 0.1] julia> p = polyhedron(v, QHull.Library())...
See https://github.com/JuliaPolyhedra/Polyhedra.jl/issues/211