jkhamphousone / RingStarProblems.jl

A Julia solver of Ring Star Problem variants
https://jkhamphousone.github.io/RingStarProblems.jl/
MIT License
4 stars 0 forks source link

Depend on MathOpthInterface instead of JuMP.jl #4

Open jkhamphousone opened 1 month ago

jkhamphousone commented 1 month ago

Support for all ILP JuMP solvers to be added.

nsajko commented 1 month ago

I think the ideal approach is to depend on MathOptInterface.jl while being solver-agnostic. While Gurobi is an impressive piece of software, it can be prohibitive as a strong dependency.

jkhamphousone commented 1 month ago

That is a great idea, indeed, thank you a lot :) I never used directly MathOptInterface.jl yet, always JuMP, so I will learn it! If you want to participate in the development, do not hesitate :+1: