Skip to content

Commit

Permalink
make the CI target the new formulation
Browse files Browse the repository at this point in the history
  • Loading branch information
gio54321 committed Dec 18, 2024
1 parent 27268d9 commit e51b671
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
9 changes: 7 additions & 2 deletions Clean.lean
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
import Clean.Tables.Addition8
import Clean.Tables.Fibonacci

-- old version
-- import Clean.Tables.Addition8
-- import Clean.Tables.Fibonacci

-- new version
import Clean.Examples.Gadgets
3 changes: 1 addition & 2 deletions Clean/GadgetsNew/Boolean.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import Clean.Circuit.Basic
import Clean.Utils.Field

section
variable {p : ℕ} [Fact (p ≠ 0)] [Fact p.Prime]
variable [p_large_enough: Fact (p > 512)]
variable {p : ℕ} [Fact p.Prime]

open Circuit
open Expression
Expand Down

0 comments on commit e51b671

Please sign in to comment.