Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v9-minor'
Browse files Browse the repository at this point in the history
  • Loading branch information
scip-ci committed Nov 1, 2024
2 parents 4e4be43 + c84627b commit d9a805e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scip/cons_pseudoboolean.c
Original file line number Diff line number Diff line change
Expand Up @@ -4976,6 +4976,9 @@ SCIP_RETCODE correctConshdlrdata(
assert(conshdlrdata != NULL);
assert(ndelconss != NULL);

if( conshdlrdata->nallconsanddatas == 0 )
return SCIP_OKAY;

allconsanddatas = conshdlrdata->allconsanddatas;
assert(allconsanddatas != NULL);
assert(conshdlrdata->nallconsanddatas >= 1);
Expand Down

0 comments on commit d9a805e

Please sign in to comment.