Authors: Shiraz Nave, Eden Meidan
Description: This project solves boards of the Futoshiki game in different sizes and difficulty level. Input file format (txt):
For execution you may use the "menu.exe" file by clicking it. When the program is running, please follow its instructions. Once entering the filename/path for configurations, the program will run: Regular GA, Darwin GA, Lamarck GA and will print the results.
You can also run the program using the full code with the following commands:
pip install -r requirements.txt
python menu.py

