Skip to content

Commit

Permalink
fixed #238
Browse files Browse the repository at this point in the history
  • Loading branch information
kibaekkim committed May 12, 2022
1 parent b0c6d7a commit 83d0f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Solver/DualDecomp/DdDroWorkerUB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ DSP_RTN_CODE DdDroWorkerUB::solve()
assert(nsubprobs == model_->getNumSubproblems());
for (int k = 0; k < nsubprobs; ++k)
{
printf("rlbd[%d] = %e\n", k * model_->getNumReferences(), osi_[k]->si_->getObjValue());
// printf("rlbd[%d] = %e\n", k * model_->getNumReferences(), osi_[k]->si_->getObjValue());
for (int s = 0; s < model_->getNumReferences(); ++s)
{
osi_dro_->si_->setRowLower(k * model_->getNumReferences() + s, osi_[k]->si_->getObjValue());
Expand Down

0 comments on commit 83d0f16

Please sign in to comment.