/smallpox-attack-sim

Academic project created for CS355 at Old Dominion University (Spring 2018). Simple disease outbreak simulator writtend using SMLNJ.

Primary LanguageStandard MLMIT LicenseMIT

License: MIT

SMLNJ Smallpox Attack Simulator

Simulates a disease outbreak using Standard ML of New Jersey.

This program was created for CS355: Principles of Programming Languages at Old Dominion University during Spring 2018.

Prerequisites

You will need Standard ML of New Jersey and CMake:

sudo apt install smlnj cmake

Setup

The population generator is set up to build using CMake:

cd src/PopGen/
mkdir build && cd build
cmake .. && cmake --build .
./popGen

This will generate the file groups.data which must be moved to the directory containing main.sml:

mv groups.data ../../

Running the Application

From the src directory:

sml -s main.sml

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Patrick Cox - Contributor - paddy74
  • Caroline Kuzio - Contributor - ckoozie

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments