You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a program is converted to QUBO, it contains terms of the form x^2 where x is a binary variable. Surely that must be simplified since x^2 = x for binary variables? Is there a simple way to do this?