Python implementations of the Stable Marriage and Stable Roommates algorithms
Stars
10
Forks
1
Watchers
10
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
48
commits
added interviews.md -- questions to ask potential users
b4a30ebView on GitHubadded empty col hypothesis check: if there is not an empty column at the end of phase one, there should be a stable match --> but this is currently NOT the case
11f2b72View on GitHubadded hypothesis checker: when there is a complete preference result (no unmatches), the result is stable
9ae920bView on GitHubadded GroupStat class; completed test.py; defined statify() and print_nicely() methods in result.py
ea6f251View on GitHubadded test.py file; added print_nicely() method to Result class
35eaf1cView on GitHubrm pycache, added print_output=True as default to execute() method
f124fe6View on GitHubadded match.py; renamed matcher.py --> matchmaker.py
4ae1b91View on GitHub