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
Change name to: PTR-RBL
z1z2z3z4 -> 4za*(z1+z2+z3+z4)+2*(z1z2+z1z3+z1z4+z2z3+z2z4+z3z4)+7;
Alternative forms: (2za + sum_i z_i)^2 -1
Note: original paper does not have the -1 !!!
Con: (2za + sum_i z_i)^2 -1 doesn't work for k=5, but maybe if we changed the coefficients it could.
The text was updated successfully, but these errors were encountered:
I have chosen to divide their original gadget by 2, so this is not what they originally had:
z1z2z3-> 2za+(z1+z2+z3)+2za*(z1+z2+z3)+(z1z2+z1z3+z2*z3)+3
Alternative form: (1+2*za + sum_i z_i)^2 -1
Note: original paper does not have the -1 !!!
Change name to: PTR-RBL
z1z2z3z4 -> 4za*(z1+z2+z3+z4)+2*(z1z2+z1z3+z1z4+z2z3+z2z4+z3z4)+7;
Alternative forms: (2za + sum_i z_i)^2 -1
Note: original paper does not have the -1 !!!
Con: (2za + sum_i z_i)^2 -1 doesn't work for k=5, but maybe if we changed the coefficients it could.
The text was updated successfully, but these errors were encountered: