oedokumaci / gale-shapley

Python implementation of the Gale-Shapley Algorithm.
MIT License
4 stars 0 forks source link

Print all preferences compact form #6

Open oedokumaci opened 1 year ago

oedokumaci commented 1 year ago

Printing all preferences in compact form can provide buggy output in one of the following two cases:

Steps to reproduce the behavior:

  1. Edit config.yaml to produce one of the two cases above.
  2. Run python -m gale_shapley
  3. See logs

Print a table like when it is not one of the two cases above.

All of the below systems can produce the bug