matching
matching copied to clipboard
A package for solving matching games
I bumped into `RecursionError` in the `deepcopy` reproduced by ``` import sys from matching.games import StableMarriage # fix by enlarging the size of recursionlimit # sys.setrecursionlimit(10000) num_x = 400 num_y...
Hi there! Thanks for this great library. I'd like to know whether the following is expected behaviour. Using the HospitalResident algorithm, I have the scenario below. All hospitals rank all...
https://github.com/githubocto/repo-visualizer-demo
Occasionally, we don't achieve full coverage, causing CI to fail. Rather than reducing our threshold, I'd rather rewrite the tests (or add an example) to force full coverage. The details...
A weird but probably rather small issue. Is as it says above. I wonder if I've set up `quart-doc build` right with `quarto publish gh-pages`...
There are definitely some old-school bits of RST in the doc-strings, and the notebooks need a good looking at.
There are a couple issues that would be nice to address: - time complexity of the algorithms #26 - scalability #139 I'm thinking that the package needs a rework. I...
It's a bit naff at the moment. I think it would be great to distil the nashpy contributing documentation...
I’m wondering if there is a possibility to have different “students” have different weights? For instance, in a matching problem where a student can take half a slot or a...