Skip to content

Commit

Permalink
chore: bring back deleted text
Browse files Browse the repository at this point in the history
  • Loading branch information
bollu committed Oct 4, 2024
1 parent 8378285 commit 3843e10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Init/Data/BitVec/Bitblast.lean
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ the `Fin 2^n` representation and Boolean vectors. It is still under development
intended to provide a path for converting SAT and SMT solver proofs about BitVectors
as vectors of bits into proofs about Lean `BitVec` values.
The module is named for the bit-blasting operation in an SMT solver that converts bitvector
expressions into expressions about individual bits in each vector.
### Example: How bitblasting works for multiplication
We explain how the lemmas here are used for bitblasting,
Expand Down

0 comments on commit 3843e10

Please sign in to comment.