~~ Kotlin ~~

Run the "main.kt" file.
When program started, a menu will appear.
Select the option you want to run and enter its number in the console.
After pressing the "enter" key, the result is displayed.
If a file has been generated, its name is printed.
You can read the file using the GAP application.
To end the program in Kotlin, press the letter "E" as exit.



~~  GAP  ~~

In the file "path.txt" you load into the variable "filename" the path to the file that you created using the application in Kotlin.
The file contains graphs in a format that is easy for GAP to read.
Copy the entire code in the "path.txt" file into the GAP application and press "enter".
This program selects all non-isomorphic graphs from the graphs we give it to the file that is loaded in the "filename" variable.
He prints their quantity, draws them and print the size of their automorphism group.
Exit the GAP program with the command "quit;".