Skip to content

Commit

Permalink
thread 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Sep 15, 2024
1 parent 729e751 commit a5f753c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CbcSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4855,7 +4855,7 @@ int CbcMain1(std::deque<std::string> inputQueue, CbcModel &model,
preProcess=1;
}
#ifdef CBC_THREAD
pOptions = (tune2&1) != 0 ? 2 : 0; // bug when 1???
pOptions = (tune2&1) != 0 ? 2 : 1;
#endif
if ((tune2&2) == 0)
pOptions|= 8; // at beginning
Expand Down

0 comments on commit a5f753c

Please sign in to comment.