From 327e83e7016dbe58745abb07139b29c8ba8b257e Mon Sep 17 00:00:00 2001 From: Joris van Rantwijk Date: Fri, 7 Jul 2023 22:41:27 +0200 Subject: [PATCH] Update README to mention C++ code --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b79d8fa..9826c39 100644 --- a/README.md +++ b/README.md @@ -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