Skip to content

Commit

Permalink
copy mipStart_
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhforrest committed Feb 13, 2024
1 parent b28567b commit 702b9ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CbcModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6827,6 +6827,7 @@ CbcModel::CbcModel(const CbcModel &rhs, bool cloneHandler)
strongInfo_[5] = rhs.strongInfo_[5];
strongInfo_[6] = rhs.strongInfo_[6];
keepNamesPreproc = rhs.keepNamesPreproc;
mipStart_ = rhs.mipStart_;
solverCharacteristics_ = NULL;
if (rhs.emptyWarmStart_)
emptyWarmStart_ = rhs.emptyWarmStart_->clone();
Expand Down

0 comments on commit 702b9ca

Please sign in to comment.