This is the repository with examples for the OpenQTSim package.
The package documentation can be found here.
The benefit of OpenQTSim is the generic set-up. This makes it straightforward to experiment with different aspects of queueing simulations. A number of examples are presented in the notebooks folder.
Check the information on how to get started either way.
If you wish to use the notebooks on your local drive, use the following code to get started.
# Download the package
git clone https://github.com/TUDelft-CITG/OpenQTSim-Notebooks
# Go to the correct folder
cd OpenQTSim-Notebooks
# Install package
pip install -r requirements.txt
# Go to the notebooks foldeer
cd notebooks
# Start jupyter notebooks
jupyter notebook