Skip to content

Commit 4202cb8

Browse files
committed
Removed invalid assertion in validity test.
2 parents 9f29d45 + 3f4d466 commit 4202cb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scip/hypergraph.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,6 @@ SCIP_Bool SCIPhypergraphIsValid(
12991299
BMSfreeBlockMemoryArray(hypergraph->blkmem, &incidences2, nincidences);
13001300
BMSfreeBlockMemoryArray(hypergraph->blkmem, &incidences1, nincidences);
13011301
}
1302-
assert(file);
13031302

13041303
if( SCIPhypergraphHasVertexEdges(hypergraph) )
13051304
{

0 commit comments

Comments
 (0)