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

need a function to check the problem is solved by some solution #122

Open
ArrogantGao opened this issue Dec 25, 2024 · 3 comments
Open

need a function to check the problem is solved by some solution #122

ArrogantGao opened this issue Dec 25, 2024 · 3 comments

Comments

@ArrogantGao
Copy link

may add a interface such as is_solved(problem, solution)

@c-allergic
Copy link
Collaborator

some problem such as coloring has is_vertex_coloring interface, maybe more?

@ArrogantGao
Copy link
Author

ArrogantGao commented Dec 25, 2024

I mean a unified interface for all problems, such as the is_solved_and_festiable in JuMP.jl, https://jump.dev/JuMP.jl/stable/manual/solutions/

May be you can just dispatch this function for different problems to their own.

@c-allergic
Copy link
Collaborator

  • is_factoring
  • is_max_cut_solved
  • is_QUBO_solved
  • is_spin_glass_solved

Seems most are done, the first one need to be done, what about the rest of the four?

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