plut / ConstructiveGeometry.jl

Algorithms and syntax for building CSG objects within Julia.
MIT License
50 stars 2 forks source link

CompatHelper is disabled #32

Open blegat opened 2 years ago

blegat commented 2 years ago

CompatHelper seems to be disabled. You can enable it in the Actions. This should trigger the updates of packages such as Polyhedra and GLPK (by the way, you might consider switching from GLPK.jl to HiGHS.jl)

plut commented 2 years ago

I re-enabled CompatHelper. However, since GLPK is used only through Polyhedra.jl, I am not sure how to replace it by HiGHS; if you think you can do it, please feel free to write a PR!

(Sorry for the late reply — this package is a hobby project and I don't always have as much time as I would want for it).