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 Apr 23, 2024
2 parents d1dbb47 + 7567092 commit 26c6b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scip/prop_symmetry.c
Original file line number Diff line number Diff line change
Expand Up @@ -1769,10 +1769,10 @@ SCIP_RETCODE computeSymmetryGroup(

/* get symmetry detection graphs from constraints */
conss = SCIPgetConss(scip);
assert( conss != NULL );

nconss = SCIPgetNConss(scip);

assert( conss != NULL || nconss == 0 );

/* exit if no constraints or no variables are available */
if ( nconss == 0 || SCIPgetNVars(scip) == 0 )
{
Expand Down

0 comments on commit 26c6b0f

Please sign in to comment.