Completed Fall 2021
- Use the
cd
command to change into the directory for this repository - Change into the program directory by typing
cd containmentcheck
- Install the dependencies for the project by typing
poetry install
- Run the program in the following fashion:
poetry run containmentcheck --size 5000 --maximum 50000000 --approach list
- Note that this is not the only configuration you should try for your experiment
- Note that the program will not work unless you add the required source code
- Refer to the
writing/reflection.md
for details about designing your experiment
- Confirm that the program is producing acceptable experimental output
Please refer to the final report for the experimental design and findings.