Skip to content

Commit a010840

Browse files
committed
Update
1 parent bbdc76d commit a010840

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

check/TestCallbacks.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,8 @@ static void runMipUserSolutionTest(
505505
assert(model.size() == require_origin.size());
506506
Highs highs;
507507
highs.setOptionValue("output_flag", dev_run);
508+
highs.setOptionValue("parallel", "off");
509+
highs.setOptionValue("threads", 1);
508510
highs.setOptionValue("log_dev_level", 5);
509511
highs.setOptionValue("mip_rel_gap", 0);
510512
HighsInt from_model = 0;

0 commit comments

Comments
 (0)