Skip to content

marco-create/queueing

Repository files navigation

Simple queueing project

Get the repository and cd into the folder

git clone https://github.com/marco-create/queueing.git
cd queueing

Install requirements from the root directory

pip install -r requirements.txt

Now you can run it

mdone_one_node.py

or

mdone_two_node.py

---
title: One-node M/D/1 system
---
  graph LR;
  A("Entry point")
  B("Leaving point")

      λ0 --> A
      λ1 --> node
      A --> node --> B
Loading
---
title: Two-node M/D/1 system
---
  graph LR;
    A("Entry point")
    B("Leaving point")

      λ0 --> A
      λ1 --> node#1
      λ2 --> node#2
      A --> node#1 --> node#2 --> B
Loading

About

Queue theory exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages