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
{{ message }}
This repository was archived by the owner on Oct 11, 2024. It is now read-only.
On 2020-06-10 @pvienhage wrote in bab508e “Constraint System Contract Autogen (#709)”:
Make this a struct with internally named members
the members are (index, degree bound, expression, name)
pubenumRationalExpression{X,Constant(FieldElement),Trace(usize,isize),Polynomial(DensePolynomial,Box<RationalExpression>),// TODO - Make this a struct with internally named members// the members are (index, degree bound, expression, name)ClaimPolynomial(usize,usize,Box<RationalExpression>,Option<&'staticstr>),Add(Box<RationalExpression>,Box<RationalExpression>),Neg(Box<RationalExpression>),Mul(Box<RationalExpression>,Box<RationalExpression>),Inv(Box<RationalExpression>),