queueing-theory
There are 120 repositories under queueing-theory topic.
enhancedformysql/The-Art-of-Problem-Solving-in-Software-Engineering_How-to-Make-MySQL-Better
The Art of Problem-Solving in Software Engineering: How to Make MySQL Better
CiwPython/Ciw
Ciw is a simulation library for open queueing networks.
A-Herzog/Warteschlangensimulator
Warteschlangensimulator is a free, platform independent, discrete-event, stochastic simulator which allows to model queueing systems in form of flowcharts.
marselester/capacity
Capacity management demo based on Jon Moore's talk https://www.youtube.com/watch?v=m64SWl9bfvk.
A-Herzog/Callcenter-Simulator
Callcenter Simulator is a free, platform-independent program for the analysis of staffing requirements in a call center. The simulator uses event-oriented, stochastic simulation for the computation of the parameters.
AbdeltwabMF/queueing-modelsim
Queueing Models Simulator.
KaramiMostafa/SimulatingAChargingStation
Simulation of a renewable powered charging station for electric vehicles (EVs).
ImanRHT/MM1K_Queue_Simulation
A Performance Analysis of the M/M/1/K Queue Model via Discrete Event Simulation with Varied Service Orders
A-Herzog/Mini-Callcenter-Simulator
Mini Callcenter Simulator simulates a call center and takes into account many parameters not covered by the Erlang C formula.
psyclone20/Queueing-Simulation
A Java program that simulates the working of a multi-server queueing model
TUDelft-CITG/OpenQTSim
Discrete event simulation of queues with a Kendall notation
yinchi/simpy-examples
SimPy simulation examples for simple queueing systems
Qvapil/Queueing-Systems-2021
Simulation and analysis of various queueing systems.
A-Herzog/QueueCalc
Queue calculator is a web service for calculating the characteristics of different queueing models.
A-Herzog/QueueSim
QueueSim is a Python package for discrete event stochastic simulation of queueing networks. For Kendall models the performance indicators can also be computed using Erlang and Allen Cunneen approximation formulas.
ccfelius/queueing
Simulated queueing systems using Simpy
KuzmichevaKsenia/queueing
Десктопное приложение на Python для имитационного моделирования системы массового обслуживания
VirtualRoyalty/Single-Server-Queueing-System
Queueing Theory Problem
AlexandrosKyriakakis/QueuingSystems
Exercise solutions and lab simulations for the lesson Queuing Systems at Ece-Ntua
analyticswithali/Optimization-programming
Constrained optimization problems, including linear,network, dynamic,integer, and nonlinear programming, decision trees, queueing theory and Markov decision processes.
farhanishmam/Queueing-System-Simulation-CSE4550
C++ Implementation of the simulation of queueing systems for the lab course CSE 4550. The simulation results are compared to the analytical results based on queueing theory.
inytss/queueing-theory
Introduction to Queueing Theory
JonathanEarle/GrocerySimulation
Simulation of Grocery Queues
parsiad/fast-engset
Fast and accurate routines to compute various quantities in the Engset model.
Birmingham-and-Solihull-ICS/elective_waiting_list_modelling
R scripts for elective waiting list modelling
briceshun/MM1-Queueing-Model
Vehicle Queueing Model of the Greenlane North Interchange
guanzgrace/edX-queueing-theory
Programming assignments for EdX Queuing Theory: from Markov Chains to Multi-Server Systems
mantvydasdeltuva/m_m_s-queue-simulation
A simulation of an M/M/S pure loss queueing model used to study systems with limited server capacity and no waiting queues in queueing theory.
mantvydasdeltuva/m_m_s_infinity-queue-simulation
A simulation of an M/M/S/∞ queueing model used to study scenarios with a finite number of servers and an infinite capacity for queuing in queueing theory.
PepVal/queueing-theory-calculator
Our queueing theory calculator allows you to perform basic calculations using the MM1, MMK, MM1MM, and MMKMM models. These models are widely used in queueing systems analysis to estimate parameters such as average waiting time, average number of customers in the system, and server utilization rate.
svenkonings/MathematicaMVA
Mean-value analysis for closed queueing networks in Mathematica
VishnuBeji/Quantum-Network
A novel network flow algorithm to optimize network traffic and ensure stability in a QKD encrypted generalized network (handling unicast, multicast and broadcast) based on the concept of Universal Max-Weight.
mantvydasdeltuva/m_m_infinity-queue-simulation
A simulation of an M/M/∞ queueing model used to study systems with unlimited service capacity in queueing theory.
mantvydasdeltuva/m_m_s_q-queue-simulation
A simulation of an M/M/S/Q queueing model used to study scenarios with a finite number of servers and a finite queue capacity for queuing in queueing theory.