freebsd-ports/math/libsemigroups/pkg-descr
Thierry Thomas cb284ba8df Adding HPCombi, High Performance Combinatorics in C++ using vector
instructions, and libsemigroups, a C++ library for semigroups and monoids.

To be used by SageMath.
2020-04-06 18:03:45 +00:00

12 lines
525 B
Plaintext

libsemigroups is a C++11 library containing implementations of several
algorithms for computing finite and finitely presented semigroups.
Namely:
- the Froidure-Pin algorithm for computing finite semigroups;
- the Todd-Coxeter algorithm for finitely presented semigroups and monoids;
- the Knuth-Bendix algorithm for finitely presented semigroups and monoids;
- the Schreier-Sims algorithm for permutation groups.
WWW: https://libsemigroups.readthedocs.io/en/latest/
WWW: https://github.com/libsemigroups/libsemigroups