You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am solving the same LP problem on Pycharm IDE on Windows 10 (64-bit) and Linux systems with PULP_CBC_CMD(msg=False, threads=24). On Windows 10, the Solver gives Optimal status, but on Linux system, it gives Infeasible status. I wondered if this is because of the difference in the random seeds in the two OS systems?
The text was updated successfully, but these errors were encountered:
tle4336
changed the title
PULP_CBC_CMD(msg=False, threads=24) give incorrect infeasibility status
PULP_CBC_CMD(msg=False, threads=4) give incorrect infeasibility status
Jan 10, 2024
Details for the issue
What did you do?
I am solving the same LP problem on Pycharm IDE on Windows 10 (64-bit) and Linux systems with PULP_CBC_CMD(msg=False, threads=24). On Windows 10, the Solver gives
Optimal
status, but on Linux system, it givesInfeasible
status. I wondered if this is because of the difference in the random seeds in the two OS systems?What did you expect to see?
The same
optimal
status from both solutions.What did you see instead?
The difference in
status
from both solutionsCould you help investigate this issue? @pchtsp @stumitchell
Useful extra information
Pulp: 2.7.0
The info below often helps, please fill it out if you're able to. :)
What operating system are you using?
I'm using python version:
I installed PuLP via:
Did you also
The text was updated successfully, but these errors were encountered: