Skip to content

Commit

Permalink
Update test for more robustness
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell committed Nov 8, 2024
1 parent 6f4b272 commit d1346eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tst/testinstall.tst
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,8 @@ gap> DigraphEdges(C);
# Issue #704 SubdigraphsMonomorphisms bug
gap> d := Digraph([[2, 3, 4, 5], [1, 3, 4], [1, 2, 4, 5], [1, 2, 3, 5],
> [1, 3, 4]]);;
gap> SubdigraphsMonomorphisms(CompleteMultipartiteDigraph([2, 3]), d);
[ Transformation( [ 1, 3, 2 ] ), Transformation( [ 2, 5, 1, 3, 4 ] ),
Transformation( [ 1, 4, 2, 3 ] ), Transformation( [ 3, 4, 2, 1 ] ) ]
gap> Length(SubdigraphsMonomorphisms(CompleteMultipartiteDigraph([2, 3]), d));
4

# DIGRAPHS_UnbindVariables
gap> Unbind(C);
Expand Down

0 comments on commit d1346eb

Please sign in to comment.