Skip to content

Commit 8ad853a

Browse files
committed
Debug constraints
1 parent 21a8971 commit 8ad853a

File tree

1 file changed

+2
-2
lines changed
  • extensions/native/circuit/src/sumcheck

1 file changed

+2
-2
lines changed

extensions/native/circuit/src/sumcheck/air.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ impl<AB: InteractionBuilder> Air<AB>
132132
);
133133
builder.when(next.prod_row + next.logup_row).assert_eq(prod_nested_len, next.prod_nested_len);
134134
builder.when(next.prod_row + next.logup_row).assert_eq(logup_nested_len, next.logup_nested_len);
135-
136-
/* _debug
135+
137136
// Row transition
138137
builder
139138
.when(next.prod_row)
@@ -158,6 +157,7 @@ impl<AB: InteractionBuilder> Air<AB>
158157
.when(not(logup_continuation))
159158
.assert_eq(ctx[2], curr_logup_n);
160159

160+
/* _debug
161161
// Termination condition
162162
assert_array_eq(&mut builder.when::<AB::Expr>(not(continuation)), eval_acc, [AB::F::ZERO; 4]);
163163

0 commit comments

Comments
 (0)