Skip to content

Navigation Menu

Sign in
Sign up

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /