NennoMP / des-harbour-simulation

A simple Discrete-event simulation of a commercial harbour maritime traffic using SimPy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discrete-event Simulation with SimPy

Overview

A Discrete-event simulation project for Complex Models for Complex Systems's seminar at the University of Pisa.

Instructions

Run the application

  1. Go on the project's root
  2. Create a virtual environment with virtualenv venv
  3. Activate it with source venv/bin/activate or source venv/scripts/activate
  4. Install all requirements needed with pip install -r requirements.txt
  5. Run the script run.sh with bash run.sh

About

A simple Discrete-event simulation of a commercial harbour maritime traffic using SimPy.


Languages

Language:Python 99.8%Language:Shell 0.2%