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
- Remove custom eq_poly and use EqPolynomial instead
- Update polynomial docs
- Ensures order of evaluation is consistent between for VirtualPoly and
EqPolynomial
- Remove old build_eq_x_r_vec and build_eq_x_r_helper
- Tests around boolean hypercube and other introduced functions to make
endianness explicit etc
Addresses #19
We are currently computing the
Eq
Polynomial on the fly without any structure for it instead of actually using the EqPolynomial.The idea is that all of the
Espresso Systems
structures (not yet includingVirtualPolynomial
) aren't used and get deprecated.The text was updated successfully, but these errors were encountered: