Skip to content

Commit 92a6a75

Browse files
committed
Merge remote-tracking branch 'origin/v91-bugfix' into v9-minor
2 parents c9175d4 + d33abf9 commit 92a6a75

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)