26020-lab4-S-Compilers
This repository contains a python program called compiler.py. This program can solve a graph colouring porblem with 26 colours represented as "A-Z".
- To run the program, you should open the terminal under the program's path.
- The program takes two arguments as input and output paths.
- To run the code, enter the following command in the terminal.
python3 compiler.py <inputFilePath> <outputFilePath>
- You can use
-hto get help for required arguments. For example:
python3 compiler.py -h