Skip to content

Commit

Permalink
fix: remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Kindi-0 committed Sep 27, 2024
1 parent bc80696 commit 128fa56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion air/src/air/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ impl<B: StarkField, P> AirContext<B, P> {
let trace_length = self.trace_len();
let transition_divisior_degree = trace_length - self.num_transition_exemptions();

// we use the identity: ceil(a/b) = (a + b - 1)/b
let num_constraint_col =
(highest_constraint_degree - transition_divisior_degree).div_ceil(trace_length);

Expand Down

0 comments on commit 128fa56

Please sign in to comment.