vegafrank 11 hours ago

We present a polynomial-time algorithm achieving an approximation ratio below √2 for MVC, providing strong evidence that P = NP and disproving the Unique Games Conjecture. The polynomial time solution was implemented in Python and it is available at https://pypi.org/project/capablanca/

afcool83 10 hours ago

I see an implementation of Hopcroft-Karp is disclosed in capablanca documentation. To help us understand your post further, could you explain its involvement? How are you able to achieve an approx ratio below sqrt(2)?