Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/innerlee/mm11queue

The M/M/1/1 queuing system written in Julia
https://github.com/innerlee/mm11queue

Last synced: 5 days ago
JSON representation

The M/M/1/1 queuing system written in Julia

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.