1
0

gap-numericalsgps 1.4.0

This commit is contained in:
2024-09-03 15:50:44 +02:00
parent e0df96d4e3
commit 8067036d04
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Sep 3 13:49:12 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.4.0
* Added functions NumericalSemigroupsWithFrobeniusNumberPC,
NumericalSemigroupsWithGenusPC,
NumericalSemigroupsWithMaxPrimitivePC,
NumericalSemigroupsWithMaxPrimitive,
FiniteComplementIdealExtension
* Added databases (semigroups with fixed Frobenius number (up
to 32, 1.5MB); semigroups with fixed genus (up to 22, 1.9MB);
semigroups with fixed maximum primitive (up to 32, 2.6 MB))
* Functions related to Ratlif-Rush closure corrected
(intersecting with the semigroup was needed)
* Added sum of two numerical semigroups
* Priority arguments added to membership methods for numerical
semigroups
-------------------------------------------------------------------
Sun Feb 12 10:48:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>