Python and GAP codes for analyzing regularity in Generalized Latin Square Graphs of finite semigroups. Accompanies the paper : A Counting Framework for Generalized Latin Square Graphs of Finite Semigroups
This repository contains Python and GAP scripts for the paper "A Counting Framework for Generalized Latin Square Graphs of Finite Semigroups".
glsg_python.py: Python code for verifying regularity in S4.glsg_gap.g: GAP code for analyzing small semigroups (up to order 4).
Run glsg_python.py with NetworkX and Matplotlib installed.
For GAP, load the semigroups package and run RunGLSGAnalysis();.
If using this code, cite: [Your paper details].