Skip to content

Hira-Amir/Simulating_Repairman_Problem_using_Normal_Distribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Simulating Repairman Problem using Normal Distribution

⚠️ Problem Statement

The problem is to simulate the operation of a factory with M=10 machines, where a minimum of N=6 working machines is required to keep the factory running. Machines can either break down or be repaired. Breakdown times follow a normal distribution (mean 300 time units, standard deviation 80), and repair times also follow a normal distribution (mean 100 time units, standard deviation 50).

🚀 Goal

The goal is to compute the time it takes for the number of working machines to fall below 6, causing the factory to stop production.

Technologies Used

  • Python
  • HTML
  • CSS

Tools Used

  • Visual Studio (VS) Code

About

Simulating Repairman Problem using Normal Distribution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published