python-mip icon indicating copy to clipboard operation
python-mip copied to clipboard

Python-MIP: collection of Python tools for the modeling and solution of Mixed-Integer Linear programs

Results 124 python-mip issues
Sort by recently updated
recently updated
newest added

Hi, it seems that the project is a little bit abandoned. 🫤This is really sad, since python-mip has the fastest binding available for CBC. Will there be updates for coming...

High-level summary: - switched binary library from `highspy` to `highsbox`, because `highspy` was not meant to be used that way, which caused problems on some platforms - bugfixes in `var_get_index`/`constr_get_index`,...

Since making python-mip fit for Python >=3.13 is on track I wonder, if CBC could be added with parallel mode? As far as I know or understood, CBC can run...

**Describe the bug** For the same model, if I create two VarList (called list1 and list2), then some cache bugs happen. If I use list1 for storing x_1, x_2, x_3,...