-
-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add COPT support for PuLP #659
Conversation
this is great! It would be great to add these solvers to the tests, like here: Lines 1479 to 1481 in a7684ac
And also it would be even greater to add the installation of the python package in the integrated tests: pulp/.github/workflows/pythonpackage.yml Lines 29 to 32 in a7684ac
by adding another step with the installation of the package. |
@pchtsp Thanks! Please check the updates. |
hello! it seems that the tests are falling. Could you take a look? Are you sure the |
Ah, the It would be nice to test with |
This PR adds COPT support for PuLP, including
COPT_CMD()
,COPT_DLL()
andCOPT()
solvers.The
COPT_CMD()
andCOPT_DLL()
solvers depend oncopt_cmd
and COPT shared library respectively, so a full installation of COPT package is required. You can obtain the latest packages from https://github.com/COPT-Public/COPT-Release.The
COPT()
solver depends oncoptpy
, you can install withpip install coptpy
.For larger instances, a valid COPT license is required, you can apply one from https://www.shanshu.ai/copt.