Skip to content

Commit

Permalink
extreme/isomorph.tst: accommodate GAP ViewString changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed May 10, 2020
1 parent 66a202c commit 627c3df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tst/extreme/isomorph.tst
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,11 @@ gap> AutomorphismGroup(gr);
Group(())
gap> gr := CycleDigraph(1000);
<immutable cycle digraph with 1000 vertices>
gap> AutomorphismGroup(gr);
<permutation group of size 1000 with 1 generators>
gap> AutomorphismGroup(gr);;
gap> Size(last);
1000
gap> IsPermGroup(last2) and IsCyclic(last2);
true
gap> AutomorphismGroup(CompleteDigraph(6)) = SymmetricGroup(6);
true

Expand Down

0 comments on commit 627c3df

Please sign in to comment.