Better Nambooripad
A faster way of finding the Nambooripad Partial Order (aka natural partial order and Mitsch order) of a finite regular semigroup.
Thanks for the contribution @Tianrun-Y, can you please give an example which indicates why we should prefer the new method over the older method?
Old version gap> S:=FullTransformationMonoid(4);; gap> NambooripadPartialOrder(S);;time; 3445
New version gap> S:=FullTransformationMonoid(4);; gap> NambooripadPartialOrder(S);;time; 136
Can you please add the example to the relevant test file? Then I'll be happy to merge, and thanks very much!
Can you please add the example to the relevant test file? Then I'll be happy to merge, and thanks very much!
Test added with time included as a comment. Hope this is good?