summaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2019-03-28 18:30:50 -0500
committerGitHub <noreply@github.com>2019-03-28 18:30:50 -0500
commit361a1798d66266679abdb8c9033089db8de74320 (patch)
tree2154fac14ac8fc7915d8c35311d21eca7e99616e /proofs
parenta6bd02c5c442b806b5e01fed40ab9d1017e42bc3 (diff)
fix ex_bv.plf (#2905)
Diffstat (limited to 'proofs')
-rw-r--r--proofs/signatures/ex_bv.plf8
1 files changed, 4 insertions, 4 deletions
diff --git a/proofs/signatures/ex_bv.plf b/proofs/signatures/ex_bv.plf
index 58494e793..332d7765c 100644
--- a/proofs/signatures/ex_bv.plf
+++ b/proofs/signatures/ex_bv.plf
@@ -24,9 +24,9 @@
(decl_bblast _ _ _ (bv_bbl_bvand 4 _ _ _ _ _ bt1 bt3) (\ bt5
; bitblasting formulas
-(th_let_pf _ (bv_bbl_eq _ _ _ _ _ _ bt1 bt2) (\ bf1
+(th_let_pf _ (bv_bbl_= _ _ _ _ _ _ bt1 bt2) (\ bf1
(th_let_pf _ (bv_bbl_bvult _ _ _ _ _ _ bt1 bt5) (\ bf2
-(th_let_pf _ (bv_bbl_eq _ _ _ _ _ _ bt2 bt4) (\ bf3
+(th_let_pf _ (bv_bbl_= _ _ _ _ _ _ bt2 bt4) (\ bf3
; CNFication
; a.4 V ~b.4
@@ -44,7 +44,7 @@
trust
))) (\ C3
-; b.4
+; b.4
(satlem _ _
(asf _ _ _ a2 (\ l2
(clausify_false
@@ -52,7 +52,7 @@
))) (\ C6
-(satlem_simplify _ _ _
+(satlem_simplify _ _ _
(R _ _ (R _ _ C6 C2 v2) C3 v1) (\ x x))
)))))))))))))))))))))))))))))))))))))))))))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback