Parallel through the C interface #1803
Answered
by
jajhall
franciscogaluppo
asked this question in
Q&A
-
How can I enable parallelism through the C interface? Is it possible? |
Beta Was this translation helpful? Give feedback.
Answered by
jajhall
Jun 13, 2024
Replies: 1 comment 2 replies
-
If you're solving a MIP then parallel is the default. For an LP, set the parallel option to "On". However, there's little performance gain. For a QP there's no parallelism |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You call Highs_setStringOptionValue, passing
"parallel"
asoption
, and"on"
asvalue
.