This project contains an implementation of ESMA and Swing, algorithms that provide an "Equal" solution to the Stable Matching Problem.
After cloning from github, you can run
mvn package
and execute the following classes from the produced jar:
- gr.ntua.cslab.algorithms.ESMA
- gr.ntua.cslab.algorithms.Swing
for ESMA and Swing respectively.
Giannis Giannakopoulos, ggian@cslab.ece.ntua.gr