Skip to content

Commit 3e700fe

Browse files
committed
formatting
1 parent 6d77072 commit 3e700fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

highs/mip/HighsMipSolver.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ void HighsMipSolver::run() {
304304
}
305305

306306
while (search.hasNode()) {
307-
308-
309307
// Possibly look for primal solution from the user
310308
if (!submip && callback_->user_callback &&
311309
callback_->active[kCallbackMipUserSolution])
@@ -325,7 +323,6 @@ void HighsMipSolver::run() {
325323

326324
mipdata_->lp.setIterationLimit(iterlimit);
327325

328-
329326
// perform the dive and put the open nodes to the queue
330327
size_t plungestart = mipdata_->num_nodes;
331328
bool limit_reached = false;

0 commit comments

Comments
 (0)