Franco Peschiera
Franco Peschiera
Hello! I know this is not what is done in this library. I just wanted to know if: 1. did you know of any package that does the reverse: take...
## Expected behavior Choco should be able to work with MPS files with multiple cores (`-p 3` option in choco-parsers). ## Actual behavior The mps solver returns an error: c...
Maybe @siwy knows about this since it was him who brought the changes with setLogCallback in https://github.com/coin-or/pulp/commit/6a8e4631fdc09575834b2017e339c74017a5ac07. The test that fails is `test_msg_arg`. It only fails in Ubuntu, not in...
When installing highs from the pypi repo (i.e., `pip install highspy`), the `numpy` is not installed. Even if it's needed to then run the library. example on pulp's CI, where...
Hello! Thanks for this library. We'd like to add it as dependency in PuLP (https://github.com/coin-or/pulp/) but I do not want to have to add numpy as dependency. In fact, we...
Hello again! It'd be awesome to have some unittests integrated in this package. If you need examples of projects, you can go check the PuLP unittests for some example problems:...
In PuLP we have python code to write mps files. Since we're in the process to integrate pysmps to read these files, it only makes sense to also migrate the...
@wujianjack as you were the one who developed the connector Details for the issue -------------------- https://github.com/coin-or/pulp/actions/runs/8378206781/job/22942209619 #### What did you do? Tested COPT in PuLP's CI with msg=False #### What...