Class number: CPSC 481
No external requirements
For Windows:s
Install the CLISP compiler by downloading: https://sourceforge.net/projects/clisp/files/latest/download
For MAC:
Install homebrew and then use in a terminal
brew install clisp
Build the .lisp file by using the command in a terminal:
clisp <filename>.lisp
Through the command line, change the directory to the source folder AntColonyOptimization, and run the command clisp ACO.lisp.
no extra features