@@ -40,25 +40,28 @@ HighsMipWorker::HighsMipWorker(const HighsMipSolver& mipsolver__,
4040 search_ptr_->getLocalDomain ().addConflictPool (conflictpool_);
4141
4242 // printf(
43- // "lprelax_ parameter address in constructor of mipworker %p, %d columns, "
44- // "and "
43+ // "lprelax_ parameter address in constructor of mipworker %p, %d columns,
44+ // " " and "
4545 // "%d rows\n",
4646 // (void*)&lprelax_, int(lprelax_.getLpSolver().getNumCol()),
4747 // int(lprelax_.getLpSolver().getNumRow()));
4848
4949 // printf(
50- // "lprelaxation_ address in constructor of mipworker %p, %d columns, and "
50+ // "lprelaxation_ address in constructor of mipworker %p, %d columns, and
51+ // "
5152 // "%d rows\n",
5253 // (void*)&lprelaxation_, int(lprelaxation_.getLpSolver().getNumCol()),
5354 // int(lprelaxation_.getLpSolver().getNumRow()));
5455
5556 // HighsSearch has its own relaxation initialized no nullptr.
57+
5658 search_ptr_->setLpRelaxation (&lprelaxation_);
5759
5860 // printf(
5961 // "Search has lp member in constructor of mipworker with address %p, %d "
6062 // "columns, and %d rows\n",
61- // (void*)&search_ptr_->lp, int(search_ptr_->lp->getLpSolver().getNumCol()),
63+ // (void*)&search_ptr_->lp,
64+ // int(search_ptr_->lp->getLpSolver().getNumCol()),
6265 // int(search_ptr_->lp->getLpSolver().getNumRow()));
6366}
6467
0 commit comments