2

When I run the cord below at Jupyter-notebook,

solver = SCIP_CMD(path=scip_file, threads =7)

it returns the following error.

SCIP_CMD.__init__() got an unexpected keyword argument 'threads'

I checked the git-hub code but I could not find the keyword "threads" . Is the SCIP solver multi-threaded in PULP now? I downloaded SCIP ver 8.0.3 and pulp ver 2.7.0.

1 Answer 1

1

SCIP is by default single-threaded, which you could have figured out by searching previous asked questions

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks! Looking at the following website, it seems that multithreading is possible. But is it difficult? coin-or.github.io/pulp/technical/…
You can set that all you want in from the pulp-end. SCIP is single-thread only (unless you use UG as an external parallelization framework, but I don't think you will be able to do that from pulp)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.