Skip to content

Commit d33abf9

Browse files
committed
Merge branch '3734-pb-competition-cons_pseudoboolean-c-7689-addsymmetryinformation-assertion-tmpvals-null-failed' into 'v91-bugfix'
Resolve "PB Competition: cons_pseudoboolean.c:7689: addSymmetryInformation: Assertion `tmpvals != NULL' failed" See merge request integer/scip!3481
2 parents dad857c + b52cf4f commit d33abf9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scip/cons_pseudoboolean.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7686,7 +7686,6 @@ SCIP_RETCODE addSymmetryInformation(
76867686
return SCIP_OKAY;
76877687
} /*lint !e788*/
76887688
assert(tmpvars != NULL);
7689-
assert(tmpvals != NULL);
76907689
for( i = 0; i < tmpnvars; ++i )
76917690
vars[i] = tmpvars[i];
76927691
constant = 0.0;

0 commit comments

Comments
 (0)