Skip to content

Commit

Permalink
Update lean-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
JOSHCLUNE committed Oct 14, 2024
1 parent 28406d9 commit eed2d39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Duper/Tests/temp.lean
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ open Lean Auto
@[rebind Auto.Native.solverFunc]
def Auto.duperPort (lemmas : Array Lemma) : MetaM Expr := do
let formulas ← Duper.autoLemmasToFormulas lemmas
let formulas := formulas.map (fun f => (f.1, f.2.1, f.2.2.1, f.2.2.2, none))
Duper.runDuperPortfolioMode formulas .none
{ portfolioMode := true,
portfolioInstance := none,
Expand Down
4 changes: 2 additions & 2 deletions lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "2b6ed7d9f86d558d94b8d9036a637395163c4fa6",
"rev": "6cd81c96800dc2d2741499e931f350f069ca74c7",
"name": "auto",
"manifestFile": "lake-manifest.json",
"inputRev": "2b6ed7d9f86d558d94b8d9036a637395163c4fa6",
"inputRev": "6cd81c96800dc2d2741499e931f350f069ca74c7",
"inherited": false,
"configFile": "lakefile.lean"},
{"url": "https://github.com/leanprover-community/batteries",
Expand Down
2 changes: 1 addition & 1 deletion lakefile.lean
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Lake

open Lake DSL

require auto from git "https://github.com/leanprover-community/lean-auto.git"@"2b6ed7d9f86d558d94b8d9036a637395163c4fa6"
require auto from git "https://github.com/leanprover-community/lean-auto.git"@"6cd81c96800dc2d2741499e931f350f069ca74c7"
require batteries from git "https://github.com/leanprover-community/batteries" @ "v4.11.0"

package Duper {
Expand Down

0 comments on commit eed2d39

Please sign in to comment.