-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Urgent Reduction Rules to be implemented #123
Comments
Vertex matching to MIS, instead of CircuitSAT to vertex matching. Maximum vertex matching is easy, the counting is hard though. |
MIS to VertexCover is much easier. |
General QUBO to QUBO on grid is trick. The rest are easy. |
Find an interesting paper, sudoku to QUBO: https://arxiv.org/abs/2403.04816v1 |
https://opendsa-server.cs.vt.edu/OpenDSA/Books/Everything/html/independentSet_to_vertexCover.html, this website has a simple proof. I'm a little bit confused that in that case, if we could directly input the graph and weight of IS to the vertex cover and finish the reduction, and when extract the solution, we just have the complement set of the solution? |
The text was updated successfully, but these errors were encountered: