jump-dev / Pajarito.jl

A solver for mixed-integer convex optimization
Mozilla Public License 2.0
129 stars 22 forks source link

Will Pajarito be updated to work with JuMP 0.20? #430

Closed ierhard closed 2 years ago

ierhard commented 4 years ago

Will Pajarito be updated to work with JuMP 0.20?

This is what I see when I try to install Pajarito via Pkg.add("Pajarito"):

Unsatisfiable requirements detected for package JuMP [4076af6c]:
JuMP [4076af6c] log:
 ├─possible versions are: [0.18.3-0.18.6, 0.19.0-0.19.2, 0.20.0-0.20.1] or uninstalled
 ├─restricted to versions 0.20.1 by an explicit requirement, leaving only versions 0.20.1
 └─restricted by compatibility requirements with Pajarito [2f354839] to versions: 0.18.3-0.18.6 — no versions left
   └─Pajarito [2f354839] log:
     ├─possible versions are: 0.6.1 or uninstalled
     └─restricted to versions * by an explicit requirement, leaving only versions 0.6.1

If there's another way to use Pajarito at the moment, I'd be grateful to hear your advice.

ccoffrin commented 4 years ago

This update has been blocked by adding solver-agnostic callbacks which have been added to JuMP-master recently. However, I am not aware of anyone who is actively working on porting it, community contributions would likely be welcome.

jay-dave commented 4 years ago

I have the same question. Has there been any update since the last post?

odow commented 4 years ago

No change. Help appreciated.

odow commented 2 years ago

Closing in favor of #411