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 Oct 31, 2024
2 parents c782589 + 39ba04d commit 19a9fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scip/cons_pseudoboolean.c
Original file line number Diff line number Diff line change
Expand Up @@ -3946,7 +3946,7 @@ SCIP_RETCODE computeConsAndDataChanges(

allconsanddatas = conshdlrdata->allconsanddatas;
assert(allconsanddatas != NULL);
assert(conshdlrdata->nallconsanddatas > 0);
assert(conshdlrdata->nallconsanddatas >= 0);
assert(conshdlrdata->nallconsanddatas <= conshdlrdata->sallconsanddatas);

for( c = conshdlrdata->nallconsanddatas - 1; c >= 0; --c )
Expand Down

0 comments on commit 19a9fcf

Please sign in to comment.