1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

math/permlib: Fix grammar in description.

This commit is contained in:
Yuri Victorovich 2021-09-07 15:51:03 -07:00
parent b0c4eaac2a
commit a53ca61f24

View File

@ -1,6 +1,6 @@
PermLib is a C++ library for permutation computations. Currently it supports set
stabilizer and in-orbit computations, based on bases and strong generating sets
(BSGS). Additionally, it computes automorphisms of symmetric matrices and find
(BSGS). Additionally, it computes automorphisms of symmetric matrices and finds
the lexicographically smallest set in an orbit of sets. It also features a very
basic recognition of permutation group types.