Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

paddy74/smallpox-attack-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published