python -m venv venv
pip install -r requirements.txt
g++ ./ants-cpp/Ant.cpp ./ants-cpp/Colony.cpp ./ants-cpp/main.cpp -o ./aco.exe -std=c++11
If you want to test aco you can type i.e.
aco.exe ./data/input.txt 20 100 1.0 3.0 0.1
On lLinux and Mac
export FLASK_APP=run.pyflask run
On Windows cmd
set FLASK_APP=run.pyflask run
If you want to run the application in debug mode type before typing
flask run
export FLASK_ENV=developmentset FLASK_ENV=development
Your app should be running on localhost