Skip to content

Commit c2a11d1

Browse files
committed
Merge remote-tracking branch 'origin/v10-minor'
2 parents 8370349 + d787d07 commit c2a11d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scip/heur_multistart.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ SCIP_RETCODE improvePoint(
456456
if( nviolnlrows == 0 )
457457
{
458458
assert(updatevec[i] == 0.0);
459-
return SCIP_OKAY;
459+
goto TERMINATE;
460460
}
461461

462462
for( i = 0; i < nvars; ++i )

0 commit comments

Comments
 (0)