@@ -3508,11 +3508,10 @@ namespace libsemigroups {
35083508 REQUIRE (U.contains (make<Perm>({11 , 10 , 5 , 7 , 8 , 2 , 9 , 3 , 4 , 6 , 1 , 0 , 12 })));
35093509 }
35103510
3511- LIBSEMIGROUPS_TEST_CASE (
3512- " SchreierSims" ,
3513- " 050" ,
3514- " S17 and A39 intersection" ,
3515- " [standard][schreier-sims][no-valgrind][intersection]" ) {
3511+ LIBSEMIGROUPS_TEST_CASE (" SchreierSims" ,
3512+ " 050" ,
3513+ " S17 and A39 intersection" ,
3514+ " [quick][schreier-sims][no-valgrind][intersection]" ) {
35163515 auto rg = ReportGuard (false );
35173516 SchreierSims<50 > S, T, U;
35183517 using Perm = SchreierSims<50 >::element_type;
@@ -3544,11 +3543,10 @@ namespace libsemigroups {
35443543 34 , 35 , 36 , 37 , 38 , 39 , 40 , 41 , 42 , 43 , 44 , 45 , 46 , 47 , 48 , 49 })));
35453544 }
35463545
3547- LIBSEMIGROUPS_TEST_CASE (
3548- " SchreierSims" ,
3549- " 051" ,
3550- " A50 and PGL(2, 49) intersection" ,
3551- " [extreme][schreier-sims][no-valgrind][intersection]" ) {
3546+ LIBSEMIGROUPS_TEST_CASE (" SchreierSims" ,
3547+ " 051" ,
3548+ " A50 and PGL(2, 49) intersection" ,
3549+ " [standard][schreier-sims][intersection]" ) {
35523550 auto rg = ReportGuard (false );
35533551 SchreierSims<50 > S, T, U;
35543552 using Perm = SchreierSims<50 >::element_type;
@@ -3638,7 +3636,7 @@ namespace libsemigroups {
36383636 " SchreierSims" ,
36393637 " 053" ,
36403638 " PGamma(2, 9) wreath Sym(2) and Alt(6)^2.D_8 intersection" ,
3641- " [standard ][schreier-sims][no-valgrind][intersection]" ) {
3639+ " [quick ][schreier-sims][no-valgrind][intersection]" ) {
36423640 auto rg = ReportGuard (false );
36433641 SchreierSims<100 > S, T, U;
36443642 using Perm = SchreierSims<100 >::element_type;
@@ -3688,11 +3686,10 @@ namespace libsemigroups {
36883686 63 , 53 , 43 , 33 , 23 , 12 , 2 , 92 , 82 , 72 , 62 , 52 , 42 , 32 , 22 })));
36893687 }
36903688
3691- LIBSEMIGROUPS_TEST_CASE (
3692- " SchreierSims" ,
3693- " 054" ,
3694- " Alt(6)^2.2^2:4 and Alt(6)^2.4 intersection" ,
3695- " [standard][schreier-sims][no-valgrind][intersection]" ) {
3689+ LIBSEMIGROUPS_TEST_CASE (" SchreierSims" ,
3690+ " 054" ,
3691+ " Alt(6)^2.2^2:4 and Alt(6)^2.4 intersection" ,
3692+ " [quick][schreier-sims][no-valgrind][intersection]" ) {
36963693 auto rg = ReportGuard (false );
36973694 SchreierSims<100 > S, T, U;
36983695 using Perm = SchreierSims<100 >::element_type;
@@ -3989,11 +3986,10 @@ namespace libsemigroups {
39893986 16 , 17 , 18 , 19 , 20 , 21 , 22 , 23 , 24 , 25 , 26 , 27 , 28 , 29 , 30 , 31 })));
39903987 }
39913988
3992- LIBSEMIGROUPS_TEST_CASE (
3993- " SchreierSims" ,
3994- " 060" ,
3995- " AGL(7, 2) and PGL(2, 127) intersection" ,
3996- " [extreme][schreier-sims][no-valgrind][intersection]" ) {
3989+ LIBSEMIGROUPS_TEST_CASE (" SchreierSims" ,
3990+ " 060" ,
3991+ " AGL(7, 2) and PGL(2, 127) intersection" ,
3992+ " [standard][schreier-sims][intersection]" ) {
39973993 auto rg = ReportGuard (false );
39983994 SchreierSims<128 > S, T, U;
39993995 using Perm = SchreierSims<128 >::element_type;
0 commit comments