summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGloria Mundi <gloria@gloria-mundi.eu>2024-11-16 18:12:15 +0100
committerGloria Mundi <gloria@gloria-mundi.eu>2024-11-16 18:12:15 +0100
commite95f59debd69ee7d45d5c966ce466d23264e1c3c (patch)
tree9b16b2c90b0c405af441db07ba406b761cca0ced /test
parentd52b0aee1e0d32c4c6f277e8291cedad2b4f1302 (diff)
rename maxCarBiMatch.cpp to kuhn.cpp
Diffstat (limited to 'test')
-rw-r--r--test/graph/hopcroftKarp.cpp2
-rw-r--r--test/graph/kuhn.cpp (renamed from test/graph/maxCarBiMatch.cpp)2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/graph/hopcroftKarp.cpp b/test/graph/hopcroftKarp.cpp
index 05599dd..df2cec2 100644
--- a/test/graph/hopcroftKarp.cpp
+++ b/test/graph/hopcroftKarp.cpp
@@ -1,6 +1,6 @@
#include "../util.h"
namespace kuhn {
-#include <graph/maxCarBiMatch.cpp>
+#include <graph/kuhn.cpp>
}
namespace hk {
#include <graph/hopcroftKarp.cpp>
diff --git a/test/graph/maxCarBiMatch.cpp b/test/graph/kuhn.cpp
index 6d7fad0..8b7e13b 100644
--- a/test/graph/maxCarBiMatch.cpp
+++ b/test/graph/kuhn.cpp
@@ -1,6 +1,6 @@
#include "../util.h"
namespace kuhn {
-#include <graph/maxCarBiMatch.cpp>
+#include <graph/kuhn.cpp>
}
namespace hk {
#include <graph/hopcroftKarp.cpp>