Skip to content

Commit

Permalink
Merge branch 'main' into test_bitwuzla_update
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasgrosser authored Dec 27, 2024
2 parents 73fbe75 + 0aef1c2 commit 912b8ef
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ jobs:
lake -R build
- name: Run LLVM
continue-on-error: true
run: |
(cd bv-evaluation; python3 ./compare-leansat-vs-bitwuzla-llvm-sym.py -j128)
echo "Symbolic"
- name: Run LLVM Symbolic
continue-on-error: true
run: |
(cd bv-evaluation; python3 ./compare-leansat-vs-bitwuzla-llvm.py -j128)
- name: Run Alive Symbolic
Expand All @@ -72,7 +76,7 @@ jobs:
- name: Compare LLVM
run: |
(cd bv-evaluation; python3 ./collect-data-llvm.py > /dev/null)
(cd bv-evaluation; python3 ./collect-data-llvm.py)
- name: Compare HDEl
run: |
Expand Down
3 changes: 1 addition & 2 deletions SSA/Experimental/Bits/AutoStructs/FormulaToAuto.lean
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ open AutoStructs
open Mathlib

@[simp] theorem Language.mem_setOf_eq {x : List α} {p : List α → Prop} :
@Membership.mem (List α) (Language α) instMembershipListLanguage {y | p y} x = p x := by
rfl
@Membership.mem (List α) (Language α) Language.instMembershipList {y | p y} x = p x := rfl

@[simp] theorem Language.trivial : x ∈ (⊤ : Language α) := by trivial

Expand Down
8 changes: 4 additions & 4 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "63618639886f3bea1260812a0e5b81aebdc8cc60",
"rev": "d97af69f33c3a73efddc6db118bf4ffdb0ff78cd",
"name": "mathlib",
"manifestFile": "lake-manifest.json",
"inputRev": "nightly-testing-2024-12-22",
"inputRev": "nightly-testing-2024-12-26",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/plausible",
Expand All @@ -45,7 +45,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "d7caecce0d0f003fd5e9cce9a61f1dd6ba83142b",
"rev": "003ff459cdd85de551f4dcf95cdfeefe10f20531",
"name": "LeanSearchClient",
"manifestFile": "lake-manifest.json",
"inputRev": "main",
Expand Down Expand Up @@ -95,7 +95,7 @@
"type": "git",
"subDir": null,
"scope": "leanprover-community",
"rev": "1a278069eda32a2dc0ce4d59eeb77d318373d10e",
"rev": "181555dcc86ea0d9147988f6fec8c18061300868",
"name": "batteries",
"manifestFile": "lake-manifest.json",
"inputRev": "nightly-testing",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defaultTargets = ["SSA"]
[[require]]
name = "mathlib"
git = "https://github.com/leanprover-community/mathlib4"
rev = "nightly-testing-2024-12-22"
rev = "nightly-testing-2024-12-26"

[[require]]
name = "Cli"
Expand Down
2 changes: 1 addition & 1 deletion lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4-pr-releases:pr-release-6453
leanprover/lean4-pr-releases:pr-release-6453

0 comments on commit 912b8ef

Please sign in to comment.