https://github.com/pedritomelenas/francy-monoids
A GAP package with graphic tools related to commutative monoids
https://github.com/pedritomelenas/francy-monoids
Last synced: about 2 months ago
JSON representation
A GAP package with graphic tools related to commutative monoids
- Host: GitHub
- URL: https://github.com/pedritomelenas/francy-monoids
- Owner: pedritomelenas
- License: gpl-3.0
- Created: 2018-04-29T20:16:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T20:59:31.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T14:18:18.402Z (3 months ago)
- Language: GAP
- Size: 182 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# francy-monoids
A GAP package with graphic tools related to commutative monoids
This package requires [francy](https://github.com/mcmartins/francy) and [numericalsgps](https://github.com/gap-packages/numericalsgps).
## Implemented tools
### Hasse diagrams
- `DrawHasseDiagramOfNumericalSemigroup`
- `DrawOverSemigroupsNumericalSemigroup`### Graphs
- `DrawRosalesGraph`
- `DrawEliahouGraph`
- `DrawFactorizationGraph`### Trees
- `DrawTreeOfGluingsOfNumericalSemigroup`
- `DrawTreeOfSonsOfNumericalSemigroup`## Examples
You can see this in action with [](https://mybinder.org/v2/gh/pedritomelenas/francy-monoids/master?filepath=Examples%2Ffrancy-monoids.ipynb)