We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbdc76d commit a010840Copy full SHA for a010840
check/TestCallbacks.cpp
@@ -505,6 +505,8 @@ static void runMipUserSolutionTest(
505
assert(model.size() == require_origin.size());
506
Highs highs;
507
highs.setOptionValue("output_flag", dev_run);
508
+ highs.setOptionValue("parallel", "off");
509
+ highs.setOptionValue("threads", 1);
510
highs.setOptionValue("log_dev_level", 5);
511
highs.setOptionValue("mip_rel_gap", 0);
512
HighsInt from_model = 0;
0 commit comments