coin-or / coin-or/python-mip

Development state

Open
#412 12 comments 2 reactions 0 assignees View on GitHub
Dominant language
Linear Programming
Stars
600
Forks
108
PR merge metrics
No merged PRs in 30d

Description

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 python versions and also for CBC that is from October 2021 currently.

I'm afraid the project will die in near future or did already die.

EDIT:
On Python 3.13 and 3.14 it does not install ... I repacked and installed it from an installation for Python 3.12 with mip==1.16rc0 towards Python 3.13 and it worked!

```
xcopy /s /e c:\Python312\lib\site-packages\mip mip_repack\mip
xcopy /s /e c:\Python312\lib\site-packages\mip-1.16rc0.dist-info mip_repack\mip-1.16rc0.dist-info

wheel pack mip_repack

...

pip install --ignore-requires-python mip-1.16rc0-py3-none-any.whl

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.