Versions in this module Expand all Collapse all v2 v2.0.0 Jul 18, 2024 Changes in this version + type LinearExpression []Term + func NewLinearExpression(vID int, cID constraint.Element) LinearExpression + func (l LinearExpression) Clone() LinearExpression + func (l LinearExpression) Equal(o LinearExpression) bool + func (l LinearExpression) HashCode() uint64 + func (l LinearExpression) Len() int + func (l LinearExpression) Less(i, j int) bool + func (l LinearExpression) Swap(i, j int) + type Term struct + Coeff constraint.Element + VID int + func NewTerm(vID int, cID constraint.Element) Term + func (t *Term) SetCoeff(c constraint.Element) + func (t Term) HashCode() uint64 + func (t Term) WireID() int Other modules containing this package github.com/danivilardell/gnark