Skip to content
Discussion options

You must be logged in to vote

Technically all functionality should already be in place. You need to add the option to the solver parameters, something like:

 let mut params = Params::new(&ctx);
 params.set_bool("parallel.enable", true);

let solver = Solver::new(&ctx);
solver.set_params(&Params::new(&ctx));

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by toolCHAINZ
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #347 on July 16, 2025 08:30.