opencobra / optlang

optlang - sympy based mathematical programming language
http://optlang.readthedocs.org/
Apache License 2.0
252 stars 52 forks source link

Should mip be a new dependency? #234

Open Midnighter opened 3 years ago

Midnighter commented 3 years ago

The COIN-OR CBC interface requires mip which at the moment is not installed automatically. Should we add this to the dependencies?

cdiener commented 3 years ago

I think how it's handled now for all solvers except glpk is that they can only be imported if you have them installed. Also mip is only available for Python 3.