I'm researching in NumericalSemigroups and currently working on a different algorithm that can solve the problem of finding minimal generating system.
My implemented algorithm appears to be more efficient, in means of time complexity, and uses Breadth-first search (BFS).
I'm interested in bringing this algorithm to NumericalSGPS package. 🤩