Skip to content

Commit

Permalink
Added medium post with explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-arenas authored Jun 20, 2021
1 parent 228af30 commit f3986eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ For complete list and details of examples go to the

### Queue systems:

A brief introduction can be found in this [medium post](https://medium.com/mlearning-ai/workforce-planning-optimization-using-python-69af0ef9011a)

#### Example:

```python
Expand Down Expand Up @@ -165,4 +167,4 @@ Output:
{'day': 1, 'shift': 'Afternoon', 'resources': 20},
{'day': 1, 'shift': 'Night', 'resources': 23},
{'day': 1, 'shift': 'Mixed', 'resources': 0}]}
```
```

0 comments on commit f3986eb

Please sign in to comment.