Update README to mention C++ code
This commit is contained in:
parent
d8d44f6171
commit
327e83e701
|
@ -36,6 +36,11 @@ This repository is probably not the best place if ...
|
||||||
test_mwmatching.py : Unit tests
|
test_mwmatching.py : Unit tests
|
||||||
run_matching.py : Command-line program to run the matching algorithm
|
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/
|
tests/
|
||||||
generate/ : Python programs to generate graphs
|
generate/ : Python programs to generate graphs
|
||||||
graphs/ : Collection of graphs and matching outputs
|
graphs/ : Collection of graphs and matching outputs
|
||||||
|
|
Loading…
Reference in New Issue