Documentation

Std.Tactic.BVDecide.Bitblast.BVExpr.Circuit.Impl.Operations.Extract

This module contains the implementation of a bitblaster for BitVec.extract.

def Std.Tactic.BVDecide.BVExpr.bitblast.blastExtract {α : Type} [Hashable α] [DecidableEq α] {newWidth : Nat} (aig : Sat.AIG α) (target : ExtractTarget aig newWidth) :
Equations
  • One or more equations did not get rendered due to their size.
@[irreducible]
def Std.Tactic.BVDecide.BVExpr.bitblast.blastExtract.go {α : Type} [Hashable α] [DecidableEq α] {newWidth : Nat} {aig : Sat.AIG α} {w : Nat} (input : aig.RefVec w) (start : Nat) (falseRef : aig.Ref) (curr : Nat) (hcurr : curr newWidth) (s : aig.RefVec curr) :
aig.RefVec newWidth
Equations
  • One or more equations did not get rendered due to their size.