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

call concurrent solver if available, to leverage multiple CPU cores #44

Closed
wants to merge 1 commit into from

Conversation

yonch
Copy link
Contributor

@yonch yonch commented Mar 23, 2023

Still missing the ffi bindings for SCIPtpiGetNumThreads, see #43

@mmghannam
Copy link
Member

I'm not sure if this is the right way to implement this, this forces users to solve in parallel mode. This might not make sense in many cases, for example in comparing the performance of including some custom SCIP plugin to default SCIP. Maybe it should be two separate functions and the SCIPtpiGetNumThreads can be used to return an error variant if it returns only 1 thread.

@mmghannam
Copy link
Member

Closing this PR because due to inactivity, @yonch feel free to reopen once it's ready.

@mmghannam mmghannam closed this May 4, 2023
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