Hybrid Simulation with Ciw
--------------------------

This repo contains source files for the paper "Two Approaches for Integrated DES+SD Hybrid Simulation in Python" by Geraint Palmer and Yawen Tian.

The software is compatible with Python 3.

In order to run the models, first install the requirements::

    $ pip install -r requirements.txt

Run the tests::

    $ python -m unittest tests

Then open the Jupyter Notebooks with::

    $ jupyter notebook

From here you can click on the names to open either model, ``des_in_sd.ipynb`` or ``sd_in_des.ipynb``, and run the code.