daffidwilde / matching

A package for solving matching games
https://daffidwilde.github.io/matching/
MIT License
150 stars 42 forks source link

Add hospital initial capacity check #113

Closed daffidwilde closed 4 years ago

daffidwilde commented 4 years ago

As caught in #112, hospitals should not be able to start with non-positive capacities. This PR fixes that.