https://github.com/innerlee/mm11queue
The M/M/1/1 queuing system written in Julia
https://github.com/innerlee/mm11queue
Last synced: 3 months ago
JSON representation
The M/M/1/1 queuing system written in Julia
- Host: GitHub
- URL: https://github.com/innerlee/mm11queue
- Owner: innerlee
- Created: 2015-10-06T09:55:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T03:41:46.000Z (over 10 years ago)
- Last Synced: 2025-04-05T17:45:38.612Z (about 1 year ago)
- Language: Julia
- Size: 848 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MM11Queue
The M/M/1/1 queuing system written in Julia.
MM11Queue implements two simulation routines.
### Fixed-Increment Time Advance

### Next-Event Time Advance

### Theoretical Result

## How To Use
* in the command line, at the directory of the code, type the following command to run julia
```cmd
julia
```
* setup drawing package. in the julia environment, type
```julia
Pkg.add("Gadfly")
Pkg.add("Cairo")
```
* run codes. in julia, type
```julia
include("main.jl")
```
you will see figures with .svg extention generated.