Skip to content
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

Open
3 of 8 tasks
c-allergic opened this issue Dec 25, 2024 · 5 comments
Open
3 of 8 tasks

Urgent Reduction Rules to be implemented #123

c-allergic opened this issue Dec 25, 2024 · 5 comments

Comments

@c-allergic
Copy link
Collaborator

c-allergic commented Dec 25, 2024

  • MIS to VertexCover
  • QUBO(Spin Glass) to MaxCut
  • Set Packing to IndependentSet
  • Low Dimensional QUBO and IndependentSet
  • Circuit SAT to k-SAT
  • Vertex matching to MIS
  • Vertex Matching to Set Packing
  • SetCovering to VertexCovering (reverse one have been finished)
@GiggleLiu
Copy link
Owner

Vertex matching to MIS, instead of CircuitSAT to vertex matching. Maximum vertex matching is easy, the counting is hard though.

@GiggleLiu
Copy link
Owner

MIS to VertexCover is much easier.

@GiggleLiu
Copy link
Owner

General QUBO to QUBO on grid is trick. The rest are easy.

@GiggleLiu
Copy link
Owner

Find an interesting paper, sudoku to QUBO: https://arxiv.org/abs/2403.04816v1

@c-allergic
Copy link
Collaborator Author

MIS to VertexCover is much easier.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants