lelilia / Project_Markov_Simulation

Markov Simulation Project Bootcamp
MIT License
0 stars 0 forks source link

corona - edition #3

Open lelilia opened 3 years ago

lelilia commented 3 years ago

have a maximum number of customers allowed in the supermarket and add a queue that waits in front of the supermarket

calt-laboratory commented 3 years ago

Problem solved. I implemented 2 new functions: corona_stop(), corona_go() I don't push the code until you have double-checked it via a live demonstration.

lelilia commented 3 years ago

cool! looking forward to it!

calt-laboratory commented 3 years ago

methods: corona_stop() and corona_go() transferred into a child class (called CoronaSupermarket) inheriting from parent class Supermarket