A simulation of COVID-19 spread given a number of stores with opening policies and maximum viral loads.
- Either download the .zip file or clone the repository using
git clone. If you downloaded the .zip file, extract it. - Inside of the directory open a terminal and run
make. - Put all of your .txt input files into the
inputfolder. - Run the program in that same directory using
./op_sim <input file name>or./op_sim <input file name> <output file name>. When you run these, omit the.txtfrom the file names
Templates for the input file can be found in the input folder as template_input.txt