/esma

Primary LanguageJupyter Notebook

Equitable Stable Matching Algorithm

Details

This project contains an implementation of ESMA and Swing, algorithms that provide an "Equal" solution to the Stable Matching Problem.

Usage

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.

Contact

Giannis Giannakopoulos, ggian@cslab.ece.ntua.gr