Household ODE Simulation

This project provides a ODE model that approximates the mean dynamics of a disease spread on a random network with household structures. The details see the household model page.

This program uses the gsl library to solve the ODE system.

The equations are defined in Equations page.

The ODE solver is defined in the ODE page.

The main program is defined in household.cpp