I'm working with PuLP 1.6 and had the FICO XPRESS solver installed already before installing PuLP.
When I run pulp.pulpTestAll()
it doesn't show the XPRESS solver as unavailable but instead the test fails with the message:
The system cannot find the path specified.
pulp.constants.PulpError: Tests Failed
How can I configure a PuLP solver, specifically the path? The XPRESS bin folder is in my path currently.
Edit: I have found the pulp.cfg.win
and tried enter my path in some different ways (e.g. XpressPath = C:\xpressmp\bin\optimizer.exe
, but it didn't change the error.