commit e8ede2d157fb407350af4c366319014e7e52d55f
parent 7f07611cec1e3e17c6b71e509e6b4493c8eeb588
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Wed, 22 Oct 2025 07:30:39 +0200
commit with codex
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/exact_matching b/exact_matching
@@ -3,6 +3,6 @@
- Input: [bipartite_graph] G with bicolored edges, integer k
- Output: does G contain a [perfect_matching] with exactly k red edges
-[maalouly2022exact]: this is in [rp] and not known to be in [ptime]
+[maalouly2022exact]: this is in [RP] and not known to be in [ptime]
Up: [matching]