passagemath-gap-pkg-semigroups 10.6.29__cp312-abi3-macosx_13_0_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of passagemath-gap-pkg-semigroups might be problematic. Click here for more details.
- gap/pkg/semigroups/CHANGELOG.md +1699 -0
- gap/pkg/semigroups/CONTRIBUTING.md +91 -0
- gap/pkg/semigroups/GNUmakefile +110 -0
- gap/pkg/semigroups/GNUmakefile.in +110 -0
- gap/pkg/semigroups/GPL +674 -0
- gap/pkg/semigroups/LICENSE +16 -0
- gap/pkg/semigroups/Makefile +26 -0
- gap/pkg/semigroups/Makefile.gappkg +225 -0
- gap/pkg/semigroups/PackageInfo.g +529 -0
- gap/pkg/semigroups/README.md +102 -0
- gap/pkg/semigroups/VERSIONS +112 -0
- gap/pkg/semigroups/aclocal.m4 +375 -0
- gap/pkg/semigroups/autogen.sh +25 -0
- gap/pkg/semigroups/bin/x86_64-apple-darwin22-default64-kv10/semigroups.so +0 -0
- gap/pkg/semigroups/config.guess +1807 -0
- gap/pkg/semigroups/config.log +1082 -0
- gap/pkg/semigroups/config.status +1134 -0
- gap/pkg/semigroups/config.sub +1960 -0
- gap/pkg/semigroups/configure +9742 -0
- gap/pkg/semigroups/configure.ac +71 -0
- gap/pkg/semigroups/data/doc/greens.pickle +1 -0
- gap/pkg/semigroups/data/gens/fullbool-8.pickle.gz +0 -0
- gap/pkg/semigroups/data/gens/fullbool.pickle.gz +0 -0
- gap/pkg/semigroups/data/gens/hall.pickle.gz +0 -0
- gap/pkg/semigroups/data/gens/reflex-6.pickle.gz +0 -0
- gap/pkg/semigroups/data/gens/reflex.pickle.gz +0 -0
- gap/pkg/semigroups/data/tst/bipart4 +10 -0
- gap/pkg/semigroups/data/tst/pperm10 +1 -0
- gap/pkg/semigroups/data/tst/tables.gz +0 -0
- gap/pkg/semigroups/data/tst/testdata +1 -0
- gap/pkg/semigroups/data/tst/testinstall.pickle +1 -0
- gap/pkg/semigroups/data/tst/trans3 +7 -0
- gap/pkg/semigroups/data/tst/trans3-old +7 -0
- gap/pkg/semigroups/environment.yml +7 -0
- gap/pkg/semigroups/gap/attributes/acting.gd +15 -0
- gap/pkg/semigroups/gap/attributes/acting.gi +297 -0
- gap/pkg/semigroups/gap/attributes/attr.gd +91 -0
- gap/pkg/semigroups/gap/attributes/attr.gi +1214 -0
- gap/pkg/semigroups/gap/attributes/dual.gd +25 -0
- gap/pkg/semigroups/gap/attributes/dual.gi +209 -0
- gap/pkg/semigroups/gap/attributes/factor.gd +17 -0
- gap/pkg/semigroups/gap/attributes/factor.gi +453 -0
- gap/pkg/semigroups/gap/attributes/homomorph.gd +84 -0
- gap/pkg/semigroups/gap/attributes/homomorph.gi +591 -0
- gap/pkg/semigroups/gap/attributes/inverse.gd +38 -0
- gap/pkg/semigroups/gap/attributes/inverse.gi +708 -0
- gap/pkg/semigroups/gap/attributes/isomorph.gd +16 -0
- gap/pkg/semigroups/gap/attributes/isomorph.gi +377 -0
- gap/pkg/semigroups/gap/attributes/isorms.gd +49 -0
- gap/pkg/semigroups/gap/attributes/isorms.gi +1383 -0
- gap/pkg/semigroups/gap/attributes/maximal.gd +16 -0
- gap/pkg/semigroups/gap/attributes/maximal.gi +1876 -0
- gap/pkg/semigroups/gap/attributes/properties.gd +109 -0
- gap/pkg/semigroups/gap/attributes/properties.gi +1658 -0
- gap/pkg/semigroups/gap/attributes/rms-translat.gd +39 -0
- gap/pkg/semigroups/gap/attributes/rms-translat.gi +1078 -0
- gap/pkg/semigroups/gap/attributes/semifp.gd +12 -0
- gap/pkg/semigroups/gap/attributes/semifp.gi +84 -0
- gap/pkg/semigroups/gap/attributes/translat.gd +474 -0
- gap/pkg/semigroups/gap/attributes/translat.gi +1779 -0
- gap/pkg/semigroups/gap/congruences/cong.gd +154 -0
- gap/pkg/semigroups/gap/congruences/cong.gi +351 -0
- gap/pkg/semigroups/gap/congruences/conginv.gd +38 -0
- gap/pkg/semigroups/gap/congruences/conginv.gi +589 -0
- gap/pkg/semigroups/gap/congruences/conglatt.gd +101 -0
- gap/pkg/semigroups/gap/congruences/conglatt.gi +886 -0
- gap/pkg/semigroups/gap/congruences/congpairs.gd +21 -0
- gap/pkg/semigroups/gap/congruences/congpairs.gi +272 -0
- gap/pkg/semigroups/gap/congruences/congpart.gd +90 -0
- gap/pkg/semigroups/gap/congruences/congpart.gi +449 -0
- gap/pkg/semigroups/gap/congruences/congrees.gd +20 -0
- gap/pkg/semigroups/gap/congruences/congrees.gi +313 -0
- gap/pkg/semigroups/gap/congruences/congrms.gd +54 -0
- gap/pkg/semigroups/gap/congruences/congrms.gi +1467 -0
- gap/pkg/semigroups/gap/congruences/congsemigraph.gd +28 -0
- gap/pkg/semigroups/gap/congruences/congsemigraph.gi +289 -0
- gap/pkg/semigroups/gap/congruences/congsimple.gd +27 -0
- gap/pkg/semigroups/gap/congruences/congsimple.gi +236 -0
- gap/pkg/semigroups/gap/congruences/conguniv.gd +20 -0
- gap/pkg/semigroups/gap/congruences/conguniv.gi +271 -0
- gap/pkg/semigroups/gap/congruences/congwordgraph.gd +21 -0
- gap/pkg/semigroups/gap/congruences/congwordgraph.gi +250 -0
- gap/pkg/semigroups/gap/elements/bipart.gd +71 -0
- gap/pkg/semigroups/gap/elements/bipart.gi +995 -0
- gap/pkg/semigroups/gap/elements/blocks.gd +31 -0
- gap/pkg/semigroups/gap/elements/blocks.gi +134 -0
- gap/pkg/semigroups/gap/elements/boolmat.gd +74 -0
- gap/pkg/semigroups/gap/elements/boolmat.gi +726 -0
- gap/pkg/semigroups/gap/elements/elements.gd +11 -0
- gap/pkg/semigroups/gap/elements/elements.gi +121 -0
- gap/pkg/semigroups/gap/elements/ffmat.gd +71 -0
- gap/pkg/semigroups/gap/elements/ffmat.gi +311 -0
- gap/pkg/semigroups/gap/elements/maxplusmat.gd +131 -0
- gap/pkg/semigroups/gap/elements/maxplusmat.gi +782 -0
- gap/pkg/semigroups/gap/elements/pbr.gd +51 -0
- gap/pkg/semigroups/gap/elements/pbr.gi +740 -0
- gap/pkg/semigroups/gap/elements/pperm.gd +11 -0
- gap/pkg/semigroups/gap/elements/pperm.gi +14 -0
- gap/pkg/semigroups/gap/elements/semiringmat.gd +136 -0
- gap/pkg/semigroups/gap/elements/semiringmat.gi +717 -0
- gap/pkg/semigroups/gap/elements/star.gd +21 -0
- gap/pkg/semigroups/gap/elements/star.gi +21 -0
- gap/pkg/semigroups/gap/elements/trans.gd +13 -0
- gap/pkg/semigroups/gap/elements/trans.gi +50 -0
- gap/pkg/semigroups/gap/fp/freeband.gd +22 -0
- gap/pkg/semigroups/gap/fp/freeband.gi +502 -0
- gap/pkg/semigroups/gap/fp/freeinverse.gd +30 -0
- gap/pkg/semigroups/gap/fp/freeinverse.gi +465 -0
- gap/pkg/semigroups/gap/fp/tietze.gd +89 -0
- gap/pkg/semigroups/gap/fp/tietze.gi +1578 -0
- gap/pkg/semigroups/gap/fp/word.gd +15 -0
- gap/pkg/semigroups/gap/fp/word.gi +67 -0
- gap/pkg/semigroups/gap/greens/acting-inverse.gi +774 -0
- gap/pkg/semigroups/gap/greens/acting-regular.gi +553 -0
- gap/pkg/semigroups/gap/greens/acting.gd +81 -0
- gap/pkg/semigroups/gap/greens/acting.gi +2433 -0
- gap/pkg/semigroups/gap/greens/froidure-pin.gd +25 -0
- gap/pkg/semigroups/gap/greens/froidure-pin.gi +741 -0
- gap/pkg/semigroups/gap/greens/generic.gd +117 -0
- gap/pkg/semigroups/gap/greens/generic.gi +630 -0
- gap/pkg/semigroups/gap/ideals/acting.gd +17 -0
- gap/pkg/semigroups/gap/ideals/acting.gi +1155 -0
- gap/pkg/semigroups/gap/ideals/froidure-pin.gd +11 -0
- gap/pkg/semigroups/gap/ideals/froidure-pin.gi +105 -0
- gap/pkg/semigroups/gap/ideals/ideals.gd +45 -0
- gap/pkg/semigroups/gap/ideals/ideals.gi +442 -0
- gap/pkg/semigroups/gap/ideals/lambda-rho.gd +16 -0
- gap/pkg/semigroups/gap/ideals/lambda-rho.gi +614 -0
- gap/pkg/semigroups/gap/libsemigroups/cong.gd +24 -0
- gap/pkg/semigroups/gap/libsemigroups/cong.gi +431 -0
- gap/pkg/semigroups/gap/libsemigroups/fpsemi.gd +16 -0
- gap/pkg/semigroups/gap/libsemigroups/fpsemi.gi +53 -0
- gap/pkg/semigroups/gap/libsemigroups/froidure-pin.gd +17 -0
- gap/pkg/semigroups/gap/libsemigroups/froidure-pin.gi +945 -0
- gap/pkg/semigroups/gap/libsemigroups/sims1.gd +38 -0
- gap/pkg/semigroups/gap/libsemigroups/sims1.gi +308 -0
- gap/pkg/semigroups/gap/main/acting.gd +36 -0
- gap/pkg/semigroups/gap/main/acting.gi +779 -0
- gap/pkg/semigroups/gap/main/froidure-pin.gd +72 -0
- gap/pkg/semigroups/gap/main/froidure-pin.gi +655 -0
- gap/pkg/semigroups/gap/main/graded.gd +26 -0
- gap/pkg/semigroups/gap/main/graded.gi +355 -0
- gap/pkg/semigroups/gap/main/lambda-rho.gd +29 -0
- gap/pkg/semigroups/gap/main/lambda-rho.gi +514 -0
- gap/pkg/semigroups/gap/main/orbits.gd +24 -0
- gap/pkg/semigroups/gap/main/orbits.gi +512 -0
- gap/pkg/semigroups/gap/main/semiact.gd +20 -0
- gap/pkg/semigroups/gap/main/semiact.gi +821 -0
- gap/pkg/semigroups/gap/main/setup.gd +61 -0
- gap/pkg/semigroups/gap/main/setup.gi +1094 -0
- gap/pkg/semigroups/gap/obsolete.gd +9 -0
- gap/pkg/semigroups/gap/obsolete.gi +14 -0
- gap/pkg/semigroups/gap/options.g +55 -0
- gap/pkg/semigroups/gap/semigroups/grpperm.gd +12 -0
- gap/pkg/semigroups/gap/semigroups/grpperm.gi +177 -0
- gap/pkg/semigroups/gap/semigroups/semibipart.gd +28 -0
- gap/pkg/semigroups/gap/semigroups/semibipart.gi +570 -0
- gap/pkg/semigroups/gap/semigroups/semiboolmat.gd +20 -0
- gap/pkg/semigroups/gap/semigroups/semiboolmat.gi +104 -0
- gap/pkg/semigroups/gap/semigroups/semicons.gd +52 -0
- gap/pkg/semigroups/gap/semigroups/semicons.gi +1194 -0
- gap/pkg/semigroups/gap/semigroups/semidp.gd +13 -0
- gap/pkg/semigroups/gap/semigroups/semidp.gi +509 -0
- gap/pkg/semigroups/gap/semigroups/semieunit.gd +126 -0
- gap/pkg/semigroups/gap/semigroups/semieunit.gi +889 -0
- gap/pkg/semigroups/gap/semigroups/semiex.gd +104 -0
- gap/pkg/semigroups/gap/semigroups/semiex.gi +1590 -0
- gap/pkg/semigroups/gap/semigroups/semiffmat.gd +37 -0
- gap/pkg/semigroups/gap/semigroups/semiffmat.gi +565 -0
- gap/pkg/semigroups/gap/semigroups/semifp.gd +28 -0
- gap/pkg/semigroups/gap/semigroups/semifp.gi +1364 -0
- gap/pkg/semigroups/gap/semigroups/semigraph.gd +40 -0
- gap/pkg/semigroups/gap/semigroups/semigraph.gi +292 -0
- gap/pkg/semigroups/gap/semigroups/semigrp.gd +165 -0
- gap/pkg/semigroups/gap/semigroups/semigrp.gi +1225 -0
- gap/pkg/semigroups/gap/semigroups/semimaxplus.gd +72 -0
- gap/pkg/semigroups/gap/semigroups/semimaxplus.gi +710 -0
- gap/pkg/semigroups/gap/semigroups/semintmat.gd +13 -0
- gap/pkg/semigroups/gap/semigroups/semintmat.gi +74 -0
- gap/pkg/semigroups/gap/semigroups/semipbr.gd +19 -0
- gap/pkg/semigroups/gap/semigroups/semipbr.gi +139 -0
- gap/pkg/semigroups/gap/semigroups/semipperm.gd +27 -0
- gap/pkg/semigroups/gap/semigroups/semipperm.gi +711 -0
- gap/pkg/semigroups/gap/semigroups/semiquo.gd +14 -0
- gap/pkg/semigroups/gap/semigroups/semiquo.gi +97 -0
- gap/pkg/semigroups/gap/semigroups/semiringmat.gd +16 -0
- gap/pkg/semigroups/gap/semigroups/semiringmat.gi +21 -0
- gap/pkg/semigroups/gap/semigroups/semirms.gd +19 -0
- gap/pkg/semigroups/gap/semigroups/semirms.gi +977 -0
- gap/pkg/semigroups/gap/semigroups/semitrans.gd +49 -0
- gap/pkg/semigroups/gap/semigroups/semitrans.gi +909 -0
- gap/pkg/semigroups/gap/tools/display.gd +24 -0
- gap/pkg/semigroups/gap/tools/display.gi +749 -0
- gap/pkg/semigroups/gap/tools/io.gd +17 -0
- gap/pkg/semigroups/gap/tools/io.gi +543 -0
- gap/pkg/semigroups/gap/tools/iterators.gd +16 -0
- gap/pkg/semigroups/gap/tools/iterators.gi +253 -0
- gap/pkg/semigroups/gap/tools/utils.gd +19 -0
- gap/pkg/semigroups/gap/tools/utils.gi +756 -0
- gap/pkg/semigroups/gapbind14/.ccls +18 -0
- gap/pkg/semigroups/gapbind14/.clang-format +104 -0
- gap/pkg/semigroups/gapbind14/CPPLINT.cfg +5 -0
- gap/pkg/semigroups/gapbind14/LICENSE +674 -0
- gap/pkg/semigroups/gapbind14/README.md +76 -0
- gap/pkg/semigroups/gapbind14/demo/.gitignore +4 -0
- gap/pkg/semigroups/gapbind14/demo/LICENSE +293 -0
- gap/pkg/semigroups/gapbind14/demo/Makefile.gappkg +220 -0
- gap/pkg/semigroups/gapbind14/demo/Makefile.in +19 -0
- gap/pkg/semigroups/gapbind14/demo/PackageInfo.g +87 -0
- gap/pkg/semigroups/gapbind14/demo/README.md +17 -0
- gap/pkg/semigroups/gapbind14/demo/configure +34 -0
- gap/pkg/semigroups/gapbind14/demo/gap/gapbind_demo.gd +19 -0
- gap/pkg/semigroups/gapbind14/demo/gap/gapbind_demo.gi +10 -0
- gap/pkg/semigroups/gapbind14/demo/init.g +16 -0
- gap/pkg/semigroups/gapbind14/demo/makedoc.g +10 -0
- gap/pkg/semigroups/gapbind14/demo/read.g +6 -0
- gap/pkg/semigroups/gapbind14/demo/src/gapbind_demo.cc +142 -0
- gap/pkg/semigroups/gapbind14/demo/tst/testall.g +12 -0
- gap/pkg/semigroups/gapbind14/include/gapbind14/cpp_fn.hpp +223 -0
- gap/pkg/semigroups/gapbind14/include/gapbind14/gap_include.hpp +26 -0
- gap/pkg/semigroups/gapbind14/include/gapbind14/gapbind14.hpp +445 -0
- gap/pkg/semigroups/gapbind14/include/gapbind14/tame_free_fn.hpp +420 -0
- gap/pkg/semigroups/gapbind14/include/gapbind14/tame_mem_fn.hpp +556 -0
- gap/pkg/semigroups/gapbind14/include/gapbind14/to_cpp.hpp +162 -0
- gap/pkg/semigroups/gapbind14/include/gapbind14/to_gap.hpp +158 -0
- gap/pkg/semigroups/gapbind14/src/.clang-format +108 -0
- gap/pkg/semigroups/gapbind14/src/gapbind14.cpp +334 -0
- gap/pkg/semigroups/init.g +150 -0
- gap/pkg/semigroups/m4/ax_append_flag.m4 +50 -0
- gap/pkg/semigroups/m4/ax_check_compile_flag.m4 +53 -0
- gap/pkg/semigroups/m4/ax_check_hpcombi.m4 +121 -0
- gap/pkg/semigroups/m4/ax_check_libsemigroup.m4 +68 -0
- gap/pkg/semigroups/m4/ax_compare_version.m4 +177 -0
- gap/pkg/semigroups/m4/ax_cxx_compile_stdcxx.m4 +1009 -0
- gap/pkg/semigroups/m4/ax_cxx_compile_stdcxx_14.m4 +34 -0
- gap/pkg/semigroups/m4/ax_prefix_config_h.m4 +203 -0
- gap/pkg/semigroups/m4/ax_pthread.m4 +522 -0
- gap/pkg/semigroups/m4/find_gap.m4 +94 -0
- gap/pkg/semigroups/makedoc.g +153 -0
- gap/pkg/semigroups/prerequisites.sh +62 -0
- gap/pkg/semigroups/read.g +105 -0
- gap/pkg/semigroups/release.toml +6 -0
- gap/pkg/semigroups/tst/extreme/README +2 -0
- gap/pkg/semigroups/tst/extreme/attrinv.tst +703 -0
- gap/pkg/semigroups/tst/extreme/bipart.tst +2803 -0
- gap/pkg/semigroups/tst/extreme/closure.tst +652 -0
- gap/pkg/semigroups/tst/extreme/cong.tst +286 -0
- gap/pkg/semigroups/tst/extreme/conginv.tst +43 -0
- gap/pkg/semigroups/tst/extreme/examples.tst +2449 -0
- gap/pkg/semigroups/tst/extreme/freeband.tst +37 -0
- gap/pkg/semigroups/tst/extreme/greens-acting-regular.tst +27 -0
- gap/pkg/semigroups/tst/extreme/greens-acting.tst +1999 -0
- gap/pkg/semigroups/tst/extreme/ideals.tst +858 -0
- gap/pkg/semigroups/tst/extreme/inverse.tst +1025 -0
- gap/pkg/semigroups/tst/extreme/maximal.tst +856 -0
- gap/pkg/semigroups/tst/extreme/misc.tst +4236 -0
- gap/pkg/semigroups/tst/extreme/monoid_pkg.tst +1488 -0
- gap/pkg/semigroups/tst/extreme/properties.tst +914 -0
- gap/pkg/semigroups/tst/extreme/semibipart.tst +2837 -0
- gap/pkg/semigroups/tst/extreme/semieunit.tst +49 -0
- gap/pkg/semigroups/tst/extreme/semiffmat.tst +353 -0
- gap/pkg/semigroups/tst/extreme/semigroups.tst +245 -0
- gap/pkg/semigroups/tst/extreme/semiiter.tst +58 -0
- gap/pkg/semigroups/tst/extreme/semirms.tst +1091 -0
- gap/pkg/semigroups/tst/extreme/transform.tst +305 -0
- gap/pkg/semigroups/tst/extreme/translat.tst +44 -0
- gap/pkg/semigroups/tst/standard/README +2 -0
- gap/pkg/semigroups/tst/standard/attributes/acting.tst +388 -0
- gap/pkg/semigroups/tst/standard/attributes/attr.tst +2404 -0
- gap/pkg/semigroups/tst/standard/attributes/dual.tst +308 -0
- gap/pkg/semigroups/tst/standard/attributes/factor.tst +629 -0
- gap/pkg/semigroups/tst/standard/attributes/homomorph.tst +1134 -0
- gap/pkg/semigroups/tst/standard/attributes/inverse.tst +1521 -0
- gap/pkg/semigroups/tst/standard/attributes/isomorph.tst +435 -0
- gap/pkg/semigroups/tst/standard/attributes/isorms.tst +1147 -0
- gap/pkg/semigroups/tst/standard/attributes/maximal.tst +853 -0
- gap/pkg/semigroups/tst/standard/attributes/properties.tst +2028 -0
- gap/pkg/semigroups/tst/standard/attributes/semifp.tst +53 -0
- gap/pkg/semigroups/tst/standard/attributes/translat.tst +796 -0
- gap/pkg/semigroups/tst/standard/congruences/cong.tst +1044 -0
- gap/pkg/semigroups/tst/standard/congruences/conginv.tst +292 -0
- gap/pkg/semigroups/tst/standard/congruences/conglatt.tst +421 -0
- gap/pkg/semigroups/tst/standard/congruences/congpairs.tst +1011 -0
- gap/pkg/semigroups/tst/standard/congruences/congrees.tst +288 -0
- gap/pkg/semigroups/tst/standard/congruences/congrms.tst +701 -0
- gap/pkg/semigroups/tst/standard/congruences/congsemigraph.tst +422 -0
- gap/pkg/semigroups/tst/standard/congruences/congsimple.tst +311 -0
- gap/pkg/semigroups/tst/standard/congruences/conguniv.tst +259 -0
- gap/pkg/semigroups/tst/standard/congruences/congwordgraph.tst +330 -0
- gap/pkg/semigroups/tst/standard/elements/bipart.tst +783 -0
- gap/pkg/semigroups/tst/standard/elements/blocks.tst +166 -0
- gap/pkg/semigroups/tst/standard/elements/boolmat.tst +608 -0
- gap/pkg/semigroups/tst/standard/elements/elements.tst +117 -0
- gap/pkg/semigroups/tst/standard/elements/ffmat.tst +349 -0
- gap/pkg/semigroups/tst/standard/elements/maxplusmat.tst +613 -0
- gap/pkg/semigroups/tst/standard/elements/pbr.tst +506 -0
- gap/pkg/semigroups/tst/standard/elements/pperm.tst +32 -0
- gap/pkg/semigroups/tst/standard/elements/semiringmat.tst +601 -0
- gap/pkg/semigroups/tst/standard/elements/trans.tst +58 -0
- gap/pkg/semigroups/tst/standard/fp/freeband.tst +311 -0
- gap/pkg/semigroups/tst/standard/fp/freeinverse.tst +147 -0
- gap/pkg/semigroups/tst/standard/fp/tietze.tst +780 -0
- gap/pkg/semigroups/tst/standard/fp/word.tst +106 -0
- gap/pkg/semigroups/tst/standard/greens/acting-inverse.tst +545 -0
- gap/pkg/semigroups/tst/standard/greens/acting-regular.tst +396 -0
- gap/pkg/semigroups/tst/standard/greens/acting.tst +2033 -0
- gap/pkg/semigroups/tst/standard/greens/froidure-pin.tst +1831 -0
- gap/pkg/semigroups/tst/standard/greens/generic.tst +1436 -0
- gap/pkg/semigroups/tst/standard/ideals/acting.tst +279 -0
- gap/pkg/semigroups/tst/standard/ideals/froidure-pin.tst +178 -0
- gap/pkg/semigroups/tst/standard/ideals/ideals.tst +380 -0
- gap/pkg/semigroups/tst/standard/libsemigroups/cong.tst +310 -0
- gap/pkg/semigroups/tst/standard/libsemigroups/froidure-pin.tst +778 -0
- gap/pkg/semigroups/tst/standard/libsemigroups/sims1.tst +379 -0
- gap/pkg/semigroups/tst/standard/main/acting.tst +411 -0
- gap/pkg/semigroups/tst/standard/main/froidure-pin.tst +392 -0
- gap/pkg/semigroups/tst/standard/main/semiact.tst +203 -0
- gap/pkg/semigroups/tst/standard/main/setup.tst +1144 -0
- gap/pkg/semigroups/tst/standard/obsolete.tst +19 -0
- gap/pkg/semigroups/tst/standard/options.tst +54 -0
- gap/pkg/semigroups/tst/standard/semigroups/grpperm.tst +581 -0
- gap/pkg/semigroups/tst/standard/semigroups/semibipart.tst +2635 -0
- gap/pkg/semigroups/tst/standard/semigroups/semiboolmat.tst +1871 -0
- gap/pkg/semigroups/tst/standard/semigroups/semicons.tst +1173 -0
- gap/pkg/semigroups/tst/standard/semigroups/semidp.tst +739 -0
- gap/pkg/semigroups/tst/standard/semigroups/semieunit.tst +339 -0
- gap/pkg/semigroups/tst/standard/semigroups/semiex.tst +2055 -0
- gap/pkg/semigroups/tst/standard/semigroups/semiffmat.tst +746 -0
- gap/pkg/semigroups/tst/standard/semigroups/semifp.tst +2702 -0
- gap/pkg/semigroups/tst/standard/semigroups/semigraph.tst +133 -0
- gap/pkg/semigroups/tst/standard/semigroups/semigrp.tst +1112 -0
- gap/pkg/semigroups/tst/standard/semigroups/semimaxplus.tst +654 -0
- gap/pkg/semigroups/tst/standard/semigroups/semipbr.tst +2142 -0
- gap/pkg/semigroups/tst/standard/semigroups/semipperm.tst +2169 -0
- gap/pkg/semigroups/tst/standard/semigroups/semiquo.tst +278 -0
- gap/pkg/semigroups/tst/standard/semigroups/semirms.tst +3010 -0
- gap/pkg/semigroups/tst/standard/semigroups/semitrans.tst +2758 -0
- gap/pkg/semigroups/tst/standard/tools/display.tst +1040 -0
- gap/pkg/semigroups/tst/standard/tools/io.tst +363 -0
- gap/pkg/semigroups/tst/testinstall.tst +1815 -0
- gap/pkg/semigroups/tst/teststandard.g +22 -0
- gap/pkg/semigroups/tst/workspaces/load-workspace.tst +142 -0
- gap/pkg/semigroups/tst/workspaces/load.g +11 -0
- gap/pkg/semigroups/tst/workspaces/save-workspace.tst +166 -0
- gap/pkg/semigroups/tst/workspaces/save.g +14 -0
- passagemath_gap_pkg_semigroups-10.6.29.dist-info/METADATA +93 -0
- passagemath_gap_pkg_semigroups-10.6.29.dist-info/METADATA.bak +94 -0
- passagemath_gap_pkg_semigroups-10.6.29.dist-info/RECORD +354 -0
- passagemath_gap_pkg_semigroups-10.6.29.dist-info/WHEEL +6 -0
- passagemath_gap_pkg_semigroups-10.6.29.dist-info/top_level.txt +1 -0
- passagemath_gap_pkg_semigroups.dylibs/libsemigroups.2.dylib +0 -0
- sage/all__sagemath_gap_pkg_semigroups.py +1 -0
- sage/libs/all__sagemath_gap_pkg_semigroups.py +1 -0
- sage/libs/gap_pkg_semigroups.abi3.so +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
#############################################################################
|
|
2
|
+
##
|
|
3
|
+
#W teststandard.g
|
|
4
|
+
#Y Copyright (C) 2018-2022 Wilf A. Wilson
|
|
5
|
+
##
|
|
6
|
+
## Licensing information can be found in the README file of this package.
|
|
7
|
+
##
|
|
8
|
+
#############################################################################
|
|
9
|
+
##
|
|
10
|
+
LoadPackage("semigroups", false);;
|
|
11
|
+
# These "{No} errors detected" lines currently have to be printed in this way
|
|
12
|
+
# to satisfy the automated GAP testing system that runs on Jenkins.
|
|
13
|
+
if SemigroupsTestInstall()
|
|
14
|
+
and SemigroupsTestStandard(rec(suppressStatusMessage := true))
|
|
15
|
+
and SEMIGROUPS.TestManualExamples() then
|
|
16
|
+
Print("#I No errors detected while testing\n\n");
|
|
17
|
+
QUIT_GAP(0);
|
|
18
|
+
else
|
|
19
|
+
Print("#I Errors detected while testing\n\n");
|
|
20
|
+
QUIT_GAP(1);
|
|
21
|
+
fi;
|
|
22
|
+
FORCE_QUIT_GAP(1); # if we ever get here, there was an error
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
#############################################################################
|
|
2
|
+
##
|
|
3
|
+
#W workspaces/load-workspace.tst
|
|
4
|
+
#Y Copyright (C) 2016 Michael Young
|
|
5
|
+
##
|
|
6
|
+
## Licensing information can be found in the README file of this package.
|
|
7
|
+
##
|
|
8
|
+
#############################################################################
|
|
9
|
+
##
|
|
10
|
+
## This file, together with save-workspace.tst, tests the ability to save
|
|
11
|
+
## and load workspaces which include Semigroups objects. Objects should be
|
|
12
|
+
## created and stored in save-workspace.tst, and then loaded and tested in
|
|
13
|
+
## load-workspace.tst to ensure that they work correctly after being saved.
|
|
14
|
+
##
|
|
15
|
+
#############################################################################
|
|
16
|
+
|
|
17
|
+
# DO NOT USE LOCAL VARIABLES @local in this file!
|
|
18
|
+
|
|
19
|
+
# Set up testing environment
|
|
20
|
+
gap> START_TEST("Semigroups package: workspaces/load-workspace.tst");
|
|
21
|
+
gap> SEMIGROUPS.StartTest();
|
|
22
|
+
|
|
23
|
+
#############################################################################
|
|
24
|
+
## Test objects that were created in save-workspace.tst, using the same
|
|
25
|
+
## variable names. Give the test blocks the same headers as in the previous
|
|
26
|
+
## file.
|
|
27
|
+
#############################################################################
|
|
28
|
+
|
|
29
|
+
# Congruences from libsemigroups
|
|
30
|
+
gap> NrEquivalenceClasses(cong);
|
|
31
|
+
4
|
|
32
|
+
gap> [Matrix(IsBooleanMat, [[0, 1], [1, 0]]),
|
|
33
|
+
> Matrix(IsBooleanMat, [[0, 1], [1, 0]])] in cong;
|
|
34
|
+
true
|
|
35
|
+
gap> [Matrix(IsBooleanMat, [[0, 1], [1, 1]]),
|
|
36
|
+
> Matrix(IsBooleanMat, [[0, 1], [1, 0]])] in cong;
|
|
37
|
+
true
|
|
38
|
+
gap> [Matrix(IsBooleanMat, [[0, 0], [0, 0]]),
|
|
39
|
+
> Matrix(IsBooleanMat, [[0, 1], [1, 0]])] in cong;
|
|
40
|
+
false
|
|
41
|
+
gap> EquivalenceRelationCanonicalLookup(cong);
|
|
42
|
+
[ 1, 1, 2, 1, 1, 3, 1, 1, 2, 1, 3, 1, 1, 2, 4, 3 ]
|
|
43
|
+
|
|
44
|
+
# Semigroups from libsemigroups
|
|
45
|
+
gap> Size(T);
|
|
46
|
+
9
|
|
47
|
+
gap> NrIdempotents(T);
|
|
48
|
+
8
|
|
49
|
+
gap> Factorization(T, x);
|
|
50
|
+
[ 4 ]
|
|
51
|
+
gap> D := DClass(T, x);;
|
|
52
|
+
gap> id := Idempotents(D);
|
|
53
|
+
[ Matrix(IsBooleanMat, [[0, 1], [0, 1]]),
|
|
54
|
+
Matrix(IsBooleanMat, [[1, 1], [0, 0]]),
|
|
55
|
+
Matrix(IsBooleanMat, [[1, 1], [1, 1]]),
|
|
56
|
+
Matrix(IsBooleanMat, [[1, 0], [0, 0]]),
|
|
57
|
+
Matrix(IsBooleanMat, [[1, 0], [1, 0]]) ]
|
|
58
|
+
gap> ForAll(id, x -> x in T);
|
|
59
|
+
true
|
|
60
|
+
gap> Size(U);
|
|
61
|
+
9
|
|
62
|
+
gap> NrIdempotents(U);
|
|
63
|
+
8
|
|
64
|
+
gap> xx := U.1 * U.2 * U.3 ^ 5 * U.2 * U.3;
|
|
65
|
+
Transformation( [ 2, 2, 4, 4 ] )
|
|
66
|
+
gap> Factorization(U, xx);
|
|
67
|
+
[ 4 ]
|
|
68
|
+
gap> DD := DClass(U, xx);;
|
|
69
|
+
gap> idd := Idempotents(DD);
|
|
70
|
+
[ Transformation( [ 1, 1, 4, 4 ] ), Transformation( [ 2, 2, 4, 4 ] ),
|
|
71
|
+
Transformation( [ 3, 3, 3 ] ), Transformation( [ 1, 1, 1 ] ),
|
|
72
|
+
Transformation( [ 2, 2, 2 ] ) ]
|
|
73
|
+
gap> ForAll(idd, x -> x in U);
|
|
74
|
+
true
|
|
75
|
+
|
|
76
|
+
# Bipartitions
|
|
77
|
+
gap> y;
|
|
78
|
+
<bipartition: [ 1, 3 ], [ 2, 4, -1 ], [ 5, 6, -2, -3 ], [ -4, -5 ], [ -6 ]>
|
|
79
|
+
gap> IsBipartition(y);
|
|
80
|
+
true
|
|
81
|
+
gap> DegreeOfBipartition(y);
|
|
82
|
+
6
|
|
83
|
+
gap> RankOfBipartition(y);
|
|
84
|
+
2
|
|
85
|
+
gap> NrTransverseBlocks(y);
|
|
86
|
+
2
|
|
87
|
+
gap> NrLeftBlocks(y);
|
|
88
|
+
3
|
|
89
|
+
gap> NrRightBlocks(y);
|
|
90
|
+
4
|
|
91
|
+
gap> NrBlocks(y);
|
|
92
|
+
5
|
|
93
|
+
gap> LeftBlocks(y);
|
|
94
|
+
<blocks: [ 1, 3 ], [ 2*, 4* ], [ 5*, 6* ]>
|
|
95
|
+
gap> RightBlocks(y);
|
|
96
|
+
<blocks: [ 1* ], [ 2*, 3* ], [ 4, 5 ], [ 6 ]>
|
|
97
|
+
gap> IntRepOfBipartition(y);
|
|
98
|
+
[ 1, 2, 1, 2, 3, 3, 2, 3, 3, 4, 4, 5 ]
|
|
99
|
+
gap> LeftProjection(y);
|
|
100
|
+
<bipartition: [ 1, 3 ], [ 2, 4, -2, -4 ], [ 5, 6, -5, -6 ], [ -1, -3 ]>
|
|
101
|
+
gap> RightProjection(y);
|
|
102
|
+
<bipartition: [ 1, -1 ], [ 2, 3, -2, -3 ], [ 4, 5 ], [ 6 ], [ -4, -5 ],
|
|
103
|
+
[ -6 ]>
|
|
104
|
+
gap> One(y);
|
|
105
|
+
<block bijection: [ 1, -1 ], [ 2, -2 ], [ 3, -3 ], [ 4, -4 ], [ 5, -5 ],
|
|
106
|
+
[ 6, -6 ]>
|
|
107
|
+
gap> IsBlockBijection(y);
|
|
108
|
+
false
|
|
109
|
+
gap> IsUniformBlockBijection(y);
|
|
110
|
+
false
|
|
111
|
+
gap> IsTransBipartition(y);
|
|
112
|
+
false
|
|
113
|
+
gap> IsDualTransBipartition(y);
|
|
114
|
+
false
|
|
115
|
+
gap> IsPermBipartition(y);
|
|
116
|
+
false
|
|
117
|
+
gap> IsPartialPermBipartition(y);
|
|
118
|
+
false
|
|
119
|
+
|
|
120
|
+
# Blocks
|
|
121
|
+
gap> b;
|
|
122
|
+
<blocks: [ 1*, 3* ], [ 2, 4, 7 ], [ 5*, 6*, 8*, 9* ], [ 10* ]>
|
|
123
|
+
gap> ProjectionFromBlocks(b);
|
|
124
|
+
<bipartition: [ 1, 3, -1, -3 ], [ 2, 4, 7 ], [ 5, 6, 8, 9, -5, -6, -8, -9 ],
|
|
125
|
+
[ 10, -10 ], [ -2, -4, -7 ]>
|
|
126
|
+
gap> NrBlocks(b);
|
|
127
|
+
4
|
|
128
|
+
gap> RankOfBlocks(b);
|
|
129
|
+
3
|
|
130
|
+
gap> NrTransverseBlocks(b);
|
|
131
|
+
3
|
|
132
|
+
gap> DegreeOfBlocks(b);
|
|
133
|
+
10
|
|
134
|
+
gap> AsDigraph(b);
|
|
135
|
+
<immutable digraph with 10 vertices, 23 edges>
|
|
136
|
+
gap> CanonicalBlocks(b);
|
|
137
|
+
<blocks: [ 1* ], [ 2*, 3* ], [ 4*, 5*, 6*, 7* ], [ 8, 9, 10 ]>
|
|
138
|
+
|
|
139
|
+
# No point unbinding local variables, since this will only ever be run in a
|
|
140
|
+
# workspace
|
|
141
|
+
gap> SEMIGROUPS.StopTest();
|
|
142
|
+
gap> STOP_TEST("Semigroups package: workspaces/load-workspace.tst");
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
#############################################################################
|
|
2
|
+
##
|
|
3
|
+
#W load.g
|
|
4
|
+
#Y Copyright (C) 2023 James D Mitchell
|
|
5
|
+
##
|
|
6
|
+
## Licensing information can be found in the README file of this package.
|
|
7
|
+
##
|
|
8
|
+
#############################################################################
|
|
9
|
+
##
|
|
10
|
+
|
|
11
|
+
QuitGap(Test("tst/workspaces/load-workspace.tst") and SemigroupsTestInstall());
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
#############################################################################
|
|
2
|
+
##
|
|
3
|
+
#W workspaces/save-workspace.tst
|
|
4
|
+
#Y Copyright (C) 2016 Michael Young
|
|
5
|
+
##
|
|
6
|
+
## Licensing information can be found in the README file of this package.
|
|
7
|
+
##
|
|
8
|
+
#############################################################################
|
|
9
|
+
##
|
|
10
|
+
## This file, together with load-workspace.tst, tests the ability to save
|
|
11
|
+
## and load workspaces which include Semigroups objects. Objects should be
|
|
12
|
+
## created and stored in save-workspace.tst, and then loaded and tested in
|
|
13
|
+
## load-workspace.tst to ensure that they work correctly after being saved.
|
|
14
|
+
##
|
|
15
|
+
#############################################################################
|
|
16
|
+
|
|
17
|
+
# DO NOT USE LOCAL VARIABLES @local in this file!
|
|
18
|
+
|
|
19
|
+
# Set up testing environment
|
|
20
|
+
|
|
21
|
+
gap> START_TEST("Semigroups package: workspaces/save-workspace.tst");
|
|
22
|
+
gap> SetInfoLevel(InfoDebug, 0);
|
|
23
|
+
gap> LoadPackage("semigroups", false);;
|
|
24
|
+
gap> SEMIGROUPS.StartTest();
|
|
25
|
+
|
|
26
|
+
#############################################################################
|
|
27
|
+
## Create objects below here, and add tests to load-workspace.tst to ensure
|
|
28
|
+
## that they are saved to disk correctly. Do not reuse variable names.
|
|
29
|
+
#############################################################################
|
|
30
|
+
|
|
31
|
+
# Congruences from libsemigroups
|
|
32
|
+
gap> S := Semigroup(Matrix(IsBooleanMat, [[0, 1], [1, 0]]),
|
|
33
|
+
> Matrix(IsBooleanMat, [[1, 0], [1, 1]]),
|
|
34
|
+
> Matrix(IsBooleanMat, [[1, 0], [0, 0]]),
|
|
35
|
+
> Matrix(IsBooleanMat, [[1, 0], [0, 0]]));;
|
|
36
|
+
gap> cong := LeftSemigroupCongruence(S, [S.1, S.2]);;
|
|
37
|
+
gap> NrEquivalenceClasses(cong);
|
|
38
|
+
4
|
|
39
|
+
gap> EquivalenceRelationCanonicalLookup(cong);
|
|
40
|
+
[ 1, 1, 2, 1, 1, 3, 1, 1, 2, 1, 3, 1, 1, 2, 4, 3 ]
|
|
41
|
+
|
|
42
|
+
# Semigroups from libsemigroups
|
|
43
|
+
gap> T := Semigroup(Matrix(IsBooleanMat, [[0, 1], [0, 0]]),
|
|
44
|
+
> Matrix(IsBooleanMat, [[1, 0], [1, 1]]),
|
|
45
|
+
> Matrix(IsBooleanMat, [[1, 0], [0, 1]]),
|
|
46
|
+
> Matrix(IsBooleanMat, [[1, 0], [0, 0]]));;
|
|
47
|
+
gap> Size(T);
|
|
48
|
+
9
|
|
49
|
+
gap> NrIdempotents(T);
|
|
50
|
+
8
|
|
51
|
+
gap> x := T.1 * T.2 * T.3 ^ 5 * T.2 * T.3;
|
|
52
|
+
Matrix(IsBooleanMat, [[1, 0], [0, 0]])
|
|
53
|
+
gap> Factorization(T, x);
|
|
54
|
+
[ 4 ]
|
|
55
|
+
gap> D := DClass(T, x);;
|
|
56
|
+
gap> id := Idempotents(D);
|
|
57
|
+
[ Matrix(IsBooleanMat, [[0, 1], [0, 1]]),
|
|
58
|
+
Matrix(IsBooleanMat, [[1, 1], [0, 0]]),
|
|
59
|
+
Matrix(IsBooleanMat, [[1, 1], [1, 1]]),
|
|
60
|
+
Matrix(IsBooleanMat, [[1, 0], [0, 0]]),
|
|
61
|
+
Matrix(IsBooleanMat, [[1, 0], [1, 0]]) ]
|
|
62
|
+
gap> ForAll(id, x -> x in T);
|
|
63
|
+
true
|
|
64
|
+
gap> U := AsSemigroup(IsTransformationSemigroup, T);
|
|
65
|
+
<transformation monoid of size 9, degree 4 with 3 generators>
|
|
66
|
+
gap> Size(U);
|
|
67
|
+
9
|
|
68
|
+
gap> NrIdempotents(U);
|
|
69
|
+
8
|
|
70
|
+
gap> xx := U.1 * U.2 * U.3 ^ 5 * U.2 * U.3;
|
|
71
|
+
Transformation( [ 2, 2, 4, 4 ] )
|
|
72
|
+
gap> Factorization(U, xx);
|
|
73
|
+
[ 4 ]
|
|
74
|
+
gap> DD := DClass(U, xx);;
|
|
75
|
+
gap> idd := Idempotents(DD);
|
|
76
|
+
[ Transformation( [ 1, 1, 4, 4 ] ), Transformation( [ 2, 2, 4, 4 ] ),
|
|
77
|
+
Transformation( [ 3, 3, 3 ] ), Transformation( [ 1, 1, 1 ] ),
|
|
78
|
+
Transformation( [ 2, 2, 2 ] ) ]
|
|
79
|
+
gap> ForAll(idd, x -> x in U);
|
|
80
|
+
true
|
|
81
|
+
|
|
82
|
+
# Bipartitions
|
|
83
|
+
gap> y := Bipartition([[1, 3], [2, 4, -1], [5, 6, -2, -3], [-4, -5], [-6]]);
|
|
84
|
+
<bipartition: [ 1, 3 ], [ 2, 4, -1 ], [ 5, 6, -2, -3 ], [ -4, -5 ], [ -6 ]>
|
|
85
|
+
gap> IsBipartition(y);
|
|
86
|
+
true
|
|
87
|
+
gap> DegreeOfBipartition(y);
|
|
88
|
+
6
|
|
89
|
+
gap> RankOfBipartition(y);
|
|
90
|
+
2
|
|
91
|
+
gap> NrTransverseBlocks(y);
|
|
92
|
+
2
|
|
93
|
+
gap> NrLeftBlocks(y);
|
|
94
|
+
3
|
|
95
|
+
gap> NrRightBlocks(y);
|
|
96
|
+
4
|
|
97
|
+
gap> NrBlocks(y);
|
|
98
|
+
5
|
|
99
|
+
gap> LeftBlocks(y);
|
|
100
|
+
<blocks: [ 1, 3 ], [ 2*, 4* ], [ 5*, 6* ]>
|
|
101
|
+
gap> RightBlocks(y);
|
|
102
|
+
<blocks: [ 1* ], [ 2*, 3* ], [ 4, 5 ], [ 6 ]>
|
|
103
|
+
gap> IntRepOfBipartition(y);
|
|
104
|
+
[ 1, 2, 1, 2, 3, 3, 2, 3, 3, 4, 4, 5 ]
|
|
105
|
+
gap> LeftProjection(y);
|
|
106
|
+
<bipartition: [ 1, 3 ], [ 2, 4, -2, -4 ], [ 5, 6, -5, -6 ], [ -1, -3 ]>
|
|
107
|
+
gap> RightProjection(y);
|
|
108
|
+
<bipartition: [ 1, -1 ], [ 2, 3, -2, -3 ], [ 4, 5 ], [ 6 ], [ -4, -5 ],
|
|
109
|
+
[ -6 ]>
|
|
110
|
+
gap> One(y);
|
|
111
|
+
<block bijection: [ 1, -1 ], [ 2, -2 ], [ 3, -3 ], [ 4, -4 ], [ 5, -5 ],
|
|
112
|
+
[ 6, -6 ]>
|
|
113
|
+
gap> IsBlockBijection(y);
|
|
114
|
+
false
|
|
115
|
+
gap> IsUniformBlockBijection(y);
|
|
116
|
+
false
|
|
117
|
+
gap> IsTransBipartition(y);
|
|
118
|
+
false
|
|
119
|
+
gap> IsDualTransBipartition(y);
|
|
120
|
+
false
|
|
121
|
+
gap> IsPermBipartition(y);
|
|
122
|
+
false
|
|
123
|
+
gap> IsPartialPermBipartition(y);
|
|
124
|
+
false
|
|
125
|
+
|
|
126
|
+
# Blocks
|
|
127
|
+
gap> b := BLOCKS_NC([[1, 3], [-2, -4, -7], [5, 6, 8, 9], [10]]);
|
|
128
|
+
<blocks: [ 1*, 3* ], [ 2, 4, 7 ], [ 5*, 6*, 8*, 9* ], [ 10* ]>
|
|
129
|
+
gap> ProjectionFromBlocks(b);
|
|
130
|
+
<bipartition: [ 1, 3, -1, -3 ], [ 2, 4, 7 ], [ 5, 6, 8, 9, -5, -6, -8, -9 ],
|
|
131
|
+
[ 10, -10 ], [ -2, -4, -7 ]>
|
|
132
|
+
gap> NrBlocks(b);
|
|
133
|
+
4
|
|
134
|
+
gap> RankOfBlocks(b);
|
|
135
|
+
3
|
|
136
|
+
gap> NrTransverseBlocks(b);
|
|
137
|
+
3
|
|
138
|
+
gap> DegreeOfBlocks(b);
|
|
139
|
+
10
|
|
140
|
+
gap> AsDigraph(b);
|
|
141
|
+
<immutable digraph with 10 vertices, 23 edges>
|
|
142
|
+
gap> CanonicalBlocks(b);
|
|
143
|
+
<blocks: [ 1* ], [ 2*, 3* ], [ 4*, 5*, 6*, 7* ], [ 8, 9, 10 ]>
|
|
144
|
+
|
|
145
|
+
# Save the workspace
|
|
146
|
+
gap> SaveWorkspace(Concatenation(SEMIGROUPS.PackageDir,
|
|
147
|
+
> "/tst/workspaces/test-output.w"));
|
|
148
|
+
true
|
|
149
|
+
|
|
150
|
+
# Unbind local variables, auto-generated by etc/tst-unbind-local-vars.py
|
|
151
|
+
gap> Unbind(D);
|
|
152
|
+
gap> Unbind(DD);
|
|
153
|
+
gap> Unbind(S);
|
|
154
|
+
gap> Unbind(T);
|
|
155
|
+
gap> Unbind(U);
|
|
156
|
+
gap> Unbind(b);
|
|
157
|
+
gap> Unbind(cong);
|
|
158
|
+
gap> Unbind(id);
|
|
159
|
+
gap> Unbind(idd);
|
|
160
|
+
gap> Unbind(x);
|
|
161
|
+
gap> Unbind(xx);
|
|
162
|
+
gap> Unbind(y);
|
|
163
|
+
|
|
164
|
+
#
|
|
165
|
+
gap> SEMIGROUPS.StopTest();
|
|
166
|
+
gap> STOP_TEST("Semigroups package: workspaces/save-workspace.tst");
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
#############################################################################
|
|
2
|
+
##
|
|
3
|
+
#W save.g
|
|
4
|
+
#Y Copyright (C) 2023 James D Mitchell
|
|
5
|
+
##
|
|
6
|
+
## Licensing information can be found in the README file of this package.
|
|
7
|
+
##
|
|
8
|
+
#############################################################################
|
|
9
|
+
##
|
|
10
|
+
|
|
11
|
+
SetInfoLevel(InfoPackageLoading, 4);
|
|
12
|
+
LoadPackage("semigroups", false);
|
|
13
|
+
SetInfoLevel(InfoPackageLoading, 0);
|
|
14
|
+
QuitGap(SemigroupsTestInstall() and Test("tst/workspaces/save-workspace.tst"));
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: passagemath-gap-pkg-semigroups
|
|
3
|
+
Version: 10.6.29
|
|
4
|
+
Summary: passagemath: Computational Group Theory with GAP: semigroups package
|
|
5
|
+
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
|
+
Maintainer: Matthias Köppe, passagemath contributors
|
|
7
|
+
License-Expression: GPL-2.0-or-later
|
|
8
|
+
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
|
9
|
+
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
|
10
|
+
Project-URL: repo, https://github.com/passagemath/passagemath
|
|
11
|
+
Project-URL: documentation, https://passagemath.org/docs/latest
|
|
12
|
+
Project-URL: homepage (upstream), https://www.sagemath.org
|
|
13
|
+
Project-URL: discourse, https://passagemath.discourse.group
|
|
14
|
+
Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
|
|
15
|
+
Project-URL: tracker, https://github.com/passagemath/passagemath/issues
|
|
16
|
+
Classifier: Development Status :: 6 - Mature
|
|
17
|
+
Classifier: Intended Audience :: Education
|
|
18
|
+
Classifier: Intended Audience :: Science/Research
|
|
19
|
+
Classifier: Operating System :: POSIX
|
|
20
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
21
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
|
22
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
+
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
+
Requires-Python: <3.14,>=3.10
|
|
30
|
+
Description-Content-Type: text/x-rst
|
|
31
|
+
Requires-Dist: passagemath-environment~=10.6.29.0
|
|
32
|
+
|
|
33
|
+
======================================================================
|
|
34
|
+
passagemath: Computational Group Theory with GAP: semigroups package
|
|
35
|
+
======================================================================
|
|
36
|
+
|
|
37
|
+
`passagemath <https://github.com/passagemath/passagemath>`__ is open
|
|
38
|
+
source mathematical software in Python, released under the GNU General
|
|
39
|
+
Public Licence GPLv2+.
|
|
40
|
+
|
|
41
|
+
It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
42
|
+
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
43
|
+
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
44
|
+
|
|
45
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
46
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
47
|
+
It was created in October 2024 with the following goals:
|
|
48
|
+
|
|
49
|
+
- providing modularized installation with pip,
|
|
50
|
+
- establishing first-class membership in the scientific Python
|
|
51
|
+
ecosystem,
|
|
52
|
+
- giving `clear attribution of upstream
|
|
53
|
+
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
54
|
+
- providing independently usable Python interfaces to upstream
|
|
55
|
+
libraries,
|
|
56
|
+
- offering `platform portability and integration testing
|
|
57
|
+
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
58
|
+
to upstream projects,
|
|
59
|
+
- inviting collaborations with upstream projects,
|
|
60
|
+
- `building a professional, respectful, inclusive
|
|
61
|
+
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
62
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
63
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
64
|
+
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
65
|
+
serverless deployment with Javascript,
|
|
66
|
+
- developing a native Windows port.
|
|
67
|
+
|
|
68
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
69
|
+
available online.
|
|
70
|
+
|
|
71
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
72
|
+
all major Linux distributions and recent versions of macOS.
|
|
73
|
+
|
|
74
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
75
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
76
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
77
|
+
or virtualization.
|
|
78
|
+
|
|
79
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
About this pip-installable distribution package
|
|
83
|
+
-----------------------------------------------
|
|
84
|
+
|
|
85
|
+
This pip-installable distribution ``passagemath-gap-pkg-semigroups`` is a
|
|
86
|
+
distribution of the GAP package `semigroups <https://semigroups.github.io/Semigroups/>`__,
|
|
87
|
+
for use with ``passagemath-gap``.
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
What is included
|
|
91
|
+
----------------
|
|
92
|
+
|
|
93
|
+
- Wheels on PyPI include the GAP package ``semigroups``
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: passagemath-gap-pkg-semigroups
|
|
3
|
+
Version: 10.6.29
|
|
4
|
+
Summary: passagemath: Computational Group Theory with GAP: semigroups package
|
|
5
|
+
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
|
+
Maintainer: Matthias Köppe, passagemath contributors
|
|
7
|
+
License-Expression: GPL-2.0-or-later
|
|
8
|
+
Project-URL: release notes, https://github.com/passagemath/passagemath/releases
|
|
9
|
+
Project-URL: repo (upstream), https://github.com/sagemath/sage
|
|
10
|
+
Project-URL: repo, https://github.com/passagemath/passagemath
|
|
11
|
+
Project-URL: documentation, https://passagemath.org/docs/latest
|
|
12
|
+
Project-URL: homepage (upstream), https://www.sagemath.org
|
|
13
|
+
Project-URL: discourse, https://passagemath.discourse.group
|
|
14
|
+
Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
|
|
15
|
+
Project-URL: tracker, https://github.com/passagemath/passagemath/issues
|
|
16
|
+
Classifier: Development Status :: 6 - Mature
|
|
17
|
+
Classifier: Intended Audience :: Education
|
|
18
|
+
Classifier: Intended Audience :: Science/Research
|
|
19
|
+
Classifier: Operating System :: POSIX
|
|
20
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
21
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
|
22
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
|
+
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
+
Requires-Python: <3.14,>=3.10
|
|
30
|
+
Description-Content-Type: text/x-rst
|
|
31
|
+
Requires-Dist: passagemath-conf~=10.6.29.0; sys_platform != "win32"
|
|
32
|
+
Requires-Dist: passagemath-environment~=10.6.29.0
|
|
33
|
+
|
|
34
|
+
======================================================================
|
|
35
|
+
passagemath: Computational Group Theory with GAP: semigroups package
|
|
36
|
+
======================================================================
|
|
37
|
+
|
|
38
|
+
`passagemath <https://github.com/passagemath/passagemath>`__ is open
|
|
39
|
+
source mathematical software in Python, released under the GNU General
|
|
40
|
+
Public Licence GPLv2+.
|
|
41
|
+
|
|
42
|
+
It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
43
|
+
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
44
|
+
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
45
|
+
|
|
46
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
47
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
48
|
+
It was created in October 2024 with the following goals:
|
|
49
|
+
|
|
50
|
+
- providing modularized installation with pip,
|
|
51
|
+
- establishing first-class membership in the scientific Python
|
|
52
|
+
ecosystem,
|
|
53
|
+
- giving `clear attribution of upstream
|
|
54
|
+
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
55
|
+
- providing independently usable Python interfaces to upstream
|
|
56
|
+
libraries,
|
|
57
|
+
- offering `platform portability and integration testing
|
|
58
|
+
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
59
|
+
to upstream projects,
|
|
60
|
+
- inviting collaborations with upstream projects,
|
|
61
|
+
- `building a professional, respectful, inclusive
|
|
62
|
+
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
63
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
64
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
65
|
+
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
66
|
+
serverless deployment with Javascript,
|
|
67
|
+
- developing a native Windows port.
|
|
68
|
+
|
|
69
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
70
|
+
available online.
|
|
71
|
+
|
|
72
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
73
|
+
all major Linux distributions and recent versions of macOS.
|
|
74
|
+
|
|
75
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
76
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
77
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
78
|
+
or virtualization.
|
|
79
|
+
|
|
80
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
About this pip-installable distribution package
|
|
84
|
+
-----------------------------------------------
|
|
85
|
+
|
|
86
|
+
This pip-installable distribution ``passagemath-gap-pkg-semigroups`` is a
|
|
87
|
+
distribution of the GAP package `semigroups <https://semigroups.github.io/Semigroups/>`__,
|
|
88
|
+
for use with ``passagemath-gap``.
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
What is included
|
|
92
|
+
----------------
|
|
93
|
+
|
|
94
|
+
- Wheels on PyPI include the GAP package ``semigroups``
|