scipopt / SCIP.jl

Julia interface to SCIP solver
MIT License
95 stars 24 forks source link

Update SCIP.jl to support Ipopt precompiled with LBT #273

Closed amontoison closed 1 year ago

amontoison commented 1 year ago

SCIP_PaPILO_jll is precompiled with an upper bound on Ipopt_jll. We can't download the last artifact of Ipopt_jll when we use Ipopt.jl if SCIP.jl is installed. I updated SCIP.jl such that a BLAS / LAPACK backend is automatically loaded. You should be able to drop this constraint in the future.

matbesancon commented 1 year ago

Perfect thanks! We'll be able to drop the constraint with the new bugfix release in the coming week