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
Extend the current toqubo_constraint! to accept quadratic constraints should be trivial since there is already a reduce_degree function.
The text was updated successfully, but these errors were encountered:
This should be useful for you https://qiskit.org/documentation/stable/0.25/tutorials/optimization/1_quadratic_program.html
Sorry, something went wrong.
Thanks for pointing that out! It is included as availble on the coverage table but I think I've lost that chunk of code during some copy/pasting 😵💫
Oh good to know that it was already implemented. A test case for each accepted constraint type would be good to identify if something stops working.
Successfully merging a pull request may close this issue.
Extend the current toqubo_constraint! to accept quadratic constraints should be trivial since there is already a reduce_degree function.
The text was updated successfully, but these errors were encountered: