Documentation

Std.Tactic.BVDecide.Bitblast.BVExpr.Circuit.Impl.Carry

This module contains the implementation of a circuit to determine whether a certain addition would overflow. This is provided separately from the addition circuit for two reasons:

  1. Determining whether an overflow will occur does not require to build a full ripple carry adder.
  2. Other operations such as unsigned less than may be implemented in terms of overflow detection.
@[irreducible]
def Std.Tactic.BVDecide.BVExpr.bitblast.mkOverflowBit.go {α : Type} [Hashable α] [DecidableEq α] {w : Nat} (aig : Sat.AIG α) (lhs rhs : aig.RefVec w) (curr : Nat) (cin : aig.Ref) :
Equations
  • One or more equations did not get rendered due to their size.
@[irreducible]
theorem Std.Tactic.BVDecide.BVExpr.bitblast.mkOverflowBit.go_le_size {α : Type} [Hashable α] [DecidableEq α] {w curr : Nat} {aig : Sat.AIG α} {cin : aig.Ref} {lhs rhs : aig.RefVec w} :
aig.decls.size (go aig lhs rhs curr cin).aig.decls.size
@[irreducible]
theorem Std.Tactic.BVDecide.BVExpr.bitblast.mkOverflowBit.go_decl_eq {α : Type} [Hashable α] [DecidableEq α] {w curr : Nat} {aig : Sat.AIG α} {cin : aig.Ref} {lhs rhs : aig.RefVec w} (idx : Nat) (h1 : idx < aig.decls.size) (h2 : idx < (go aig lhs rhs curr cin).aig.decls.size) :
(go aig lhs rhs curr cin).aig.decls[idx] = aig.decls[idx]