Bipartite Matching Is in NC

Hacker News Top Papers

Summary

A paper by Chatterjee, Ghosh, Gurjar, Raj, and Thierauf claims to show that the Bipartite Matching problem is in the complexity class NC, resolving a central open problem from the 1980s in parallel algorithms and derandomization.

No content available
Original Article
View Cached Full Text

Cached at: 06/26/26, 11:17 AM

# Bipartite matching is in NC! Source: [https://scottaaronson.blog/?p=9851](https://scottaaronson.blog/?p=9851) Since I’m a good mood today—at a beautiful science camp with my kids, high in the mountains near Big Bear Lake in California—I thought I’d blog about something positive\. Last week, five authors \(Chatterjee, Ghosh, Gurjar, Raj, and Thierauf\) posted a[major paper](https://eccc.weizmann.ac.il/report/2026/100/)to the Electronic Colloquium on Computational Complexity, which shows \(or anyway, credibly claims to show\) that the[Bipartite Matching](https://discrete.openmathbooks.org/dmoi3/sec_matchings.html)problem is in the complexity class[NC](https://en.wikipedia.org/wiki/NC_(complexity))\. Assuming this stands, it resolves a central problem in parallel algorithms and derandomization that’s been open since the 1980s\. In Bipartite Matching, you’re given a list of n men and n women, you’re told who’s willing to date whom, and your goal is to 1. decide whether it’s possible to pair everyone off with a willing partner, and 2. if they are, actually pair them off\. One of the great early discoveries of combinatorial algorithms, taught in every introductory algorithms course, is that this problem is solvable in time polynomial in n, even though the naïve, brute\-force approach would require examining n\! possibilities\. \(Note that in the*bipartite*version, we assume that the men and women are all straight\. If the men and women can be LGBT, we get the problem of matching in*general*graphs, which again turns out to be solvable in polynomial time, but now the algorithm is much more sophisticated, and was a major discovery of Edmonds in the 1960s\.\) Anyway, the question is whether we can do even better than polynomial time: in particular, can we solve the problem in time polynomial in*log\(n\)*, given polynomially many parallel processors? Back in the 1980s, first[Karp, Upfal, and Wigderson](http://www.math.ias.edu/~avi/PUBLICATIONS/MYPAPERS/KUW86/KarpUW86.pdf), and then \(via a very different method\) Mulmuley, my former PhD adviser Umesh Vazirani, and Umesh’s brother Vijay Vazirani managed to[show that the answer is yes](https://people.eecs.berkeley.edu/~vazirani/pubs/matching.pdf), but only if the parallel processors additionally get access to random bits, and only need to succeed with high probability\. The new achievement is to derandomize the Mulmuley\-Vazirani\-Vazirani algorithm, and show that problems 1 and 2 above are both solvable in*deterministic*polylogarithmic time with parallel processing \(in other words, in the complexity class NC\)\. No, I don’t understand how it works yet\. If anyone does, feel free to explain in the comments\! Or ask your favorite AI to generate a summary\. If I run out of options, at some point I might actually try*reading the paper*\. \(*Note:*Thanks to Gil Kalai for some corrections to an earlier version of this post\.\) --- **One other announcement:**Today is the day of primary elections in NYC\! Virtually*all*of my smartest friends who work on AI governance and safety are extremely excited about the Congressional campaign of[Alex Bores](https://www.alexbores.nyc/)—indeed, it would be little exaggeration to say that they consider him the last best hope of humankind\. Bores has been a national leader on trying to regulate AI, to the extent that Marc Andreessen’s “Leading the Future” anti\-AI\-regulation PAC has spent millions of dollars trying to sink his candidacy\. Outside of AI, Bores seems like a sane, conventional Democrat, i\.e\. the kind I like, and much more moderate than his base on Israel \(note that his main opponent is also such\)\. Without commenting on Bores’ views on every possible issue, I’ll simply say: if you live in[New York’s 12th Congressional District](https://en.wikipedia.org/wiki/New_York%27s_12th_congressional_district)\(comprising a huge chunk of central Manhattan\), and you care about AI safety, please consider a vote for Bores while there’s still time\. This entry was posted on Monday, June 22nd, 2026 at 12:27 pm and is filed under[Announcements](https://scottaaronson.blog/?cat=31),[Complexity](https://scottaaronson.blog/?cat=5)\. You can follow any responses to this entry through the[RSS 2\.0](https://scottaaronson.blog/?feed=rss2&p=9851)feed\. You can[leave a response](https://scottaaronson.blog/?p=9851#respond), or[trackback](https://scottaaronson.blog/wp-trackback.php?p=9851)from your own site\. You can use rich HTML in comments\! You can also use basic TeX, by enclosing it within$$ $$for displayed equations or\\\( \\\)for inline equations\. After two decades of mostly\-open comments, in July 2024*Shtetl\-Optimized*transitioned to the following policy: All comments are treated, by default, as personal missives to me, Scott Aaronson\-\-\-with no expectation either that they'll appear on the blog or that I'll reply to them\. At my leisure and discretion, and in consultation with the[*Shtetl\-Optimized*Committee of Guardians](https://scottaaronson.blog/?p=6576), I'll put on the blog a curated selection of comments that I judge to be particularly interesting or to move the topic forward, and I'll do my best to answer those\. But it will be more like Letters to the Editor\. Anyone who feels unjustly censored is welcome to the rest of the Internet\.

Similar Articles

Learn to Match: Two-Sided Matching with Temporally Extended Feedback

arXiv cs.LG

This paper introduces a framework for two-sided matching with temporally extended feedback, formulating it as a partially observable Markov game with costly screening, noisy observations, and evolving latent profiles. The authors present Learn2Match, a multi-agent reinforcement learning benchmark, and show that independent PPO outperforms bandit baselines in social welfare but incurs higher information-friction loss.

Eliciting Complex Spatial Reasoning in MLLMs through Wide-Baseline Matching

Hugging Face Daily Papers

This paper introduces ReasonMatch-Bench, a benchmark for wide-baseline matching in multimodal LLMs, and proposes Dynamic Correspondence Reinforcement Learning (DCRL) to improve spatial reasoning. Experiments show significant gains on the benchmark while maintaining general performance.

Geometry-Aware MCTS for Extremal Problems in Combinatorial Geometry

arXiv cs.AI

This paper presents a Geometry-Aware Monte Carlo Tree Search framework for solving extremal combinatorial geometry problems on n×n grids, achieving new best-known results on five out of six tested problems, including improvements for the No-Three-in-Line problem.