Skip to content

Simulation of an epidemy based on the SIR model. The project was developed for the 'Computer Programming in Physics' course at the University of Bologna

Notifications You must be signed in to change notification settings

nicmontalti/SIR-Simulation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIR Simulation

Building

Compilation is handled by CMake. To compile the code, it is necessary to create a build directory, generate the MakeFile through CMake and execute make

Prerequisites

Building and running

mkdir build
cd build
cmake ..
make

./SIR_simulation

Documentation

The full documentation with some examples can be found in the \tex directory (in Italian)

alt text

https://xkcd.com/793/

About

Simulation of an epidemy based on the SIR model. The project was developed for the 'Computer Programming in Physics' course at the University of Bologna

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.3%
  • TeX 4.9%
  • CMake 0.8%