Skip to main content

Constraint

Type Alias Constraint 

Source
pub type Constraint = Vec<Variable>;
Expand description

In GR1CS a constraint is a vector of linear combinations associated with a predicate

Aliased Typeยง

pub struct Constraint { /* private fields */ }