Documentation

Lean.Elab.Tactic.BVDecide.Frontend.BVCheck

This modules provides the implementation of bv_check.

Get the directory that contains the Lean file which is currently being elaborated.

Instances For

    Prepare an Expr that proves bvExpr.unsat using native evalution.

    Instances For

      This tactic works just like bv_decide but skips calling a SAT solver by using a proof that is already stored on disk. It is called with the name of an LRAT file in the same directory as the current Lean file:

      bv_check "proof.lrat"
      
      Instances For