Skip to content

lorenzomanini/SIR_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIR Simulation

alt text

https://xkcd.com/793/

Building

La compilazione è gestita tramite CMake. Per compilare il codice è sufficiente creare una directory di build, generare il Makefile tramite CMake e compilare con make.

Prerequisiti

  • CMake 3.16+
  • SFML 2.5+
  • ROOT

Building and running

mkdir build
cd build
cmake ..
make

./SIR_simulation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published