coin-or / pulp

A python Linear Programming API
http://coin-or.github.io/pulp/
Other
2.04k stars 381 forks source link

Bugfix/scip option parsing #689

Closed ggsdc closed 11 months ago

ggsdc commented 11 months ago

SCIP_CMD and HiGHS_CMD where using starts_with() for the option parsing, when the correct method is startswith(). Made the change and added a test to make sure that options parsing works correctly (test is the same as the time limit one but passing the time limit in the options list).