coin-or / python-mip

Python-MIP: collection of Python tools for the modeling and solution of Mixed-Integer Linear programs
Eclipse Public License 2.0
513 stars 88 forks source link

Add COPT support for Python-MIP #354

Open wujianjack opened 1 year ago

wujianjack commented 1 year ago

This PR adds COPT support for Python-MIP, you can obtain the latest packages from https://github.com/COPT-Public/COPT-Release.

For larger instances, a valid COPT license is required, you can apply one from https://www.shanshu.ai/copt.

AdeelK93 commented 9 months ago

I have been interested in trying out COPT, having it supported in python MIP would make it very convenient to do so!