trytelework / esma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Jupyter Notebook 48.6%Language:Java 32.7%Language:Shell 16.2%Language:C++ 1.3%Language:Python 0.8%Language:Gnuplot 0.2%Language:Makefile 0.1%