Skip to content

Commit f2279fc

Browse files
authored
chore: update references from SMT-LIB 2024 to 2025
1 parent bf06c58 commit f2279fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

smtcomp/2026/main.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ Despite end-to-end verification, three low-probability sources of error remain:
9898
developed as an integrated tactic for Lean and thus does not natively support the SMT-LIB format.
9999
To use it in SMT-COMP, we developed a wrapper called `leanwuzla` @leanwuzla that translates
100100
SMT-LIB queries into Lean propositions for `bv_decide` to decide. This wrapper is not formally verified.
101-
However, extensive testing on SMT-LIB 2024 provides high confidence in its correctness.
101+
However, extensive testing on SMT-LIB 2025 provides high confidence in its correctness.
102102

103103
2. *Compiler Bugs* in Lean 4, which might produce a binary misaligned with source semantics.
104-
Again, successful runs on SMT-LIB 2024 benchmarks offer indirect validation.
104+
Again, successful runs on SMT-LIB 2025 benchmarks offer indirect validation.
105105

106106
3. *Kernel Unsoundness*, which could undermine proof checking. The Lean kernel follows the De Bruijn criterion
107107
@barendregt2005challenge and has a small, audited codebase, making serious soundness failures extremely unlikely.

0 commit comments

Comments
 (0)