GeomScale / dingo

A python library for metabolic networks sampling and analysis
GNU Lesser General Public License v3.0
42 stars 27 forks source link

Modernize LP solver interface #84

Open vissarion opened 6 months ago

vissarion commented 6 months ago

This a feature request for how dingo is handling and solving LPs. Now it is using lp-solve library by default and Gurobi solver optionally.

The interface can be more modern and modular if a package like optlang is used. Many different solvers can be then used through optlang's interface (such as cplex, gurobipy, scipy).

nilesh05apr commented 5 months ago

@vissarion are you working on it? I would love to work on it. Can you please share more details or probably add me to your Slack so we can make it more progressive?