Skip to content

v1.8.0: Clp.jl was replaced by HiGHS.jl

Latest

Choose a tag to compare

@BoundaryValueProblems BoundaryValueProblems released this 10 Sep 01:44
· 2 commits to master since this release

Because Clp.jl doesn’t ship native ARM64 binaries for macOS (so it must be built from source on Apple Silicon), we’ve switched our default solver to HiGHS.jl. HiGHS.jl uses Julia’s artifact system to provide precompiled binaries for both ARM64 (Apple Silicon) and x86_64 (Intel) on macOS (as well as Linux and Windows), eliminating compilation overhead and ensuring seamless, cross-platform solver support.