We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5471ab7 commit 7571b3fCopy full SHA for 7571b3f
crates/recursion/src/gkr/input/air.rs
@@ -98,6 +98,12 @@ impl<AB: AirBuilder + InteractionBuilder> Air<AB> for GkrInputAir {
98
let local: &GkrInputCols<AB::Var> = (*local).borrow();
99
let next: &GkrInputCols<AB::Var> = (*next).borrow();
100
101
+ ///////////////////////////////////////////////////////////////////////
102
+ // Boolean Constraints
103
104
+
105
+ builder.assert_bool(local.is_n_max_greater_than_n_logup);
106
107
///////////////////////////////////////////////////////////////////////
108
// Proof Index Constraints
109
0 commit comments