Skip to content

Commit 56874d2

Browse files
Remove exists-for-all config
1 parent e0e97ad commit 56874d2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

SSA/Experimental/Bits/Fast/Generalize.lean

-7
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ def substitute (bvLogicalExpr: BVLogicalExpr) (assignment: Std.HashMap Nat BVEx
121121
| _ => bvLogicalExpr
122122

123123

124-
structure ExistsForAllConfig where
125-
expr : BVLogicalExpr
126-
existsVars : List Nat
127-
forAllVars : List Nat
128-
numAttempts: Nat
129-
130-
131124
instance : ToString BVExpr.PackedBitVec where
132125
toString bitvec := toString bitvec.bv
133126

0 commit comments

Comments
 (0)