Skip to content

tuk41605/cis-tyler-wolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For the Discrete Event Simulator, I created two primary classes: Event and Process.
Implementing the classes and using them in the simulator produced no issue; however, there
proved to be difficulties implementing some of the functions which, unfortunately, I was 
not able to remedy in time. 

The functions that produced diffuculty inevitably caused severe bugs in the simulation,
which meant that I could not produce the OUTPUT or STATS file according to the requirements.

The main problem I encountered was sorting the priority queue according to time and inserting
new events into it (the rearrange_priority_queue function), which caused the program to run poorly. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages