1
0
Fork 0

Update README to mention C++ code

This commit is contained in:
Joris van Rantwijk 2023-07-07 22:41:27 +02:00
parent d8d44f6171
commit 327e83e701
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@ This repository is probably not the best place if ...
test_mwmatching.py : Unit tests
run_matching.py : Command-line program to run the matching algorithm
cpp/
mwmatching.h : C++ implementation of maximum weight matching
test_mwmatching.cpp : Unit tests
run_matching.cpp : Command-line program to run the matching algorithm
tests/
generate/ : Python programs to generate graphs
graphs/ : Collection of graphs and matching outputs