Skip to content

Commit

Permalink
feat: Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
limakzi committed Oct 13, 2024
1 parent 88c2e12 commit b3408be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tst/test_properties_magma_isderangment.tst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ gap> List(AllSmallAntimagmas(3), M -> IsRightDerangementInducted(M) );
gap> List(Filtered(AllSmallAntimagmas(3), M -> IsLeftDerangementInducted(M) ), M -> IsRightDerangementInducted( TransposedMagma(M) ) );
[ true, true, true, true, true ]

## there-are-4-antimagmas-that-are-both-left-right-derangement-inducted
gap> Filtered(AllSmallAntimagmas(4), M -> IsLeftDerangementInducted(M) and IsRightDerangementInducted(M) );
[ <magma with 4 generators> ]

gap> STOP_TEST( "test_properties_magma_isderangment.tst" );

0 comments on commit b3408be

Please sign in to comment.