Skip to content

Commit

Permalink
Wishlist of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
galenseilis committed Feb 18, 2024
1 parent 2389950 commit 40aeade
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions docs/examples.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@

# SimPy's Clock Example
## Ciw Examples

# SimPy's First Car Example
### M/M/1

### M/M/c Network

### G/G/1 Restricted Network

### M/G/

## SimPy's Examples

### Clock Example

### First Car Example

Let us consider the [first car example](https://simpy.readthedocs.io/en/latest/simpy_intro/basic_concepts.html#our-first-process) from the SimPy documentation. A car alternates between driving and parking for the duration of the simulation.

Expand Down Expand Up @@ -67,3 +79,19 @@ Start parking at 7
Start driving at 12
Start parking at 14
```

### Bank Renege

### Movie Renege

### Gas Station Refueling

### Machine Shop

### Carwash

### Process Communication

### Event Latency


0 comments on commit 40aeade

Please sign in to comment.