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 Aug 7, 2024
2 parents 3ec4a8e + 92a6a75 commit c60c8b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scip/cons_pseudoboolean.c
Original file line number Diff line number Diff line change
Expand Up @@ -7686,7 +7686,6 @@ SCIP_RETCODE addSymmetryInformation(
return SCIP_OKAY;
} /*lint !e788*/
assert(tmpvars != NULL);
assert(tmpvals != NULL);
for( i = 0; i < tmpnvars; ++i )
vars[i] = tmpvars[i];
constant = 0.0;
Expand Down

0 comments on commit c60c8b2

Please sign in to comment.