Franco Peschiera

Results 114 comments of Franco Peschiera

with regards to the MIP-start file. As somewhat documented in [this page](https://coin-or.github.io/pulp/guides/how_to_configure_solvers.html#using-solver-specific-functionality), you can in theory already do this with the current access to the low-level interface to CPLEX_PY: ```python...

Hello again, I'm sorry I don't think it's a good idea to add another way to warmStart that only works for some solvers when there's ways to do that that...

From what I see in your logs, you actually found a solution (10, actually). Can you share the .mps file or .json file with the problem so we can see...

mmm it does read the mip start file so I think pulp is doing what it should do: ``` opening mipstart file .\Local\Temp\3d92e16fc503432c97984231532ed3fa-pulp.mst. ``` The example in the docs is...

I'm going to close the issue because everything seems to work from pulp's side. Please create a new issue if you don't agree.

of course! Also, feel free to propose a warning on the warmStart=True / keepFiles=False config. Does this problem depend on the version of CBC?

@tomaszG247 do you think you can make the required changes to merge this PR? thanks again

Thanks again! Please try to sign the CLA agreement. Do tell me if there's any issue in signing it. It appears it's not working very good.

Hello again! I've been thinking that it would be nice to add some unit tests that used some sample solution files from SCIP to test these changes. Also, could you...

This make sense, many commercial solvers already provide a file object interface, if I remember correctly. I'd love to check a PR if you feel like helping out : )