Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/scip option parsing #689

Merged
merged 3 commits into from
Oct 2, 2023
Merged

Conversation

ggsdc
Copy link
Contributor

@ggsdc ggsdc commented Oct 2, 2023

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).

@pchtsp pchtsp merged commit 787973b into coin-or:master Oct 2, 2023
17 checks passed
@ggsdc ggsdc deleted the bugfix/scip_option_parsing branch October 2, 2023 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants