Simulation of Ebola outbreak with ReactiveML, an extension to OCaml. The model we used is based on This Research.
- You need to install OPAM, a package manager for OCaml
- Then install ReactiveML in command-line as follows:
opam install rml
- Compiling the files by running "make"
- Finally, run the executable like:
./ebola_outbreak.opt
If you see some errors regarding Graphics module, This stackoverflow answer may help you solve the issue.