We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
may add a interface such as is_solved(problem, solution)
is_solved(problem, solution)
The text was updated successfully, but these errors were encountered:
some problem such as coloring has is_vertex_coloring interface, maybe more?
Sorry, something went wrong.
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/
is_solved_and_festiable
May be you can just dispatch this function for different problems to their own.
Seems most are done, the first one need to be done, what about the rest of the four?
No branches or pull requests
may add a interface such as
is_solved(problem, solution)
The text was updated successfully, but these errors were encountered: