This module provides the tactic frontends, consisting of:
bv_decide
, the bitblasting basedBitVec
decision procedure itself.bv_check
, likebv_decide
but the LRAT proof is provided as a file so no need to call a SAT solver.bv_decide?
, convertsbv_decide?
intobv_check
calls.