Skip to content

Commit

Permalink
change to make dummy threads compile
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Jun 25, 2024
1 parent 9a2048c commit 72fa111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CbcThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,8 @@ void CbcModel::lockThread() {}
void CbcModel::unlockThread() {}
void CbcModel::setInfoInChild(int type, CbcThread *info) {}
void CbcModel::moveToModel(CbcModel *baseModel, int mode) {}
int CbcModel::splitModel(int numberModels, CbcModel **model, int numberNodes) { return 0; }
int CbcModel::splitModel(int numberModels, CbcModel **model, int numberNodes,
CbcNode ** nodes) { return 0; }
void CbcModel::startSplitModel(int numberIterations) {}
void CbcModel::mergeModels(int numberModel, CbcModel **model, int numberNodes) {}
#endif
Expand Down

0 comments on commit 72fa111

Please sign in to comment.