Skip to content

Commit c9818a7

Browse files
committed
experiment: which omega can be replaced by cutsat?
1 parent 90ee43e commit c9818a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lakefile.lean

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ abbrev mathlibOnlyLinters : Array LeanOption := #[
3434
`linter.allScriptsDocumented, true⟩,
3535
`linter.pythonStyle, true⟩,
3636
`linter.style.longFile, .ofNat 1500⟩,
37+
`linter.tacticAnalysis.omegaToCutsat, true⟩,
38+
`linter.tacticAnalysis.regressions.omegaToCutsat, true
3739
-- ⟨`linter.nightlyRegressionSet, true⟩,
3840
-- `latest_import.yml` uses this comment: if you edit it, make sure that the workflow still works
3941
]
@@ -55,7 +57,7 @@ abbrev mathlibLeanOptions := #[
5557
-- Note that this should be fixed first such that access to private declarations in such proofs
5658
-- is allowed even when disabling `backward.privateInPublic`.
5759
`backward.proofsInPublic, true⟩,
58-
`maxSynthPendingDepth, .ofNat 3
60+
`maxSynthPendingDepth, .ofNat 3,
5961
] ++ -- options that are used in `lake build`
6062
mathlibOnlyLinters.map fun s ↦ { s with name := `weak ++ s.name }
6163

0 commit comments

Comments
 (0)