This directory contains the implementation of the bitblaster itself. It is split up into two parts:
- Bitblasting of generic boolean substructures for SMT-like problems in
BoolExpr
. - The specific bitblaster for
BitVec
problems with boolean substructure inBVExpr
.