updated examples due to changes in the way SMT certificates are stored
authorboehmes
Tue, 02 Feb 2010 19:09:41 +0100
changeset 34993 bf3b8462732b
parent 34985 fab0ea51063d
child 34994 97903dadf5ff
updated examples due to changes in the way SMT certificates are stored
src/HOL/Boogie/Examples/Boogie_Dijkstra.thy
src/HOL/Boogie/Examples/Boogie_Max.thy
src/HOL/Boogie/Examples/VCC_Max.thy
--- a/src/HOL/Boogie/Examples/Boogie_Dijkstra.thy	Tue Feb 02 18:12:05 2010 +0100
+++ b/src/HOL/Boogie/Examples/Boogie_Dijkstra.thy	Tue Feb 02 19:09:41 2010 +0100
@@ -81,9 +81,11 @@
 
 boogie_open "~~/src/HOL/Boogie/Examples/Boogie_Dijkstra"
 
+declare [[smt_certificates="~~/src/HOL/Boogie/Examples/Boogie_Dijkstra.certs"]]
+declare [[smt_record=false]]
+
 boogie_vc Dijkstra
   using [[z3_proofs=true]]
-  using [[smt_cert="~~/src/HOL/Boogie/Examples/cert/Boogie_Dijkstra"]]
   by boogie
 
 boogie_end 
--- a/src/HOL/Boogie/Examples/Boogie_Max.thy	Tue Feb 02 18:12:05 2010 +0100
+++ b/src/HOL/Boogie/Examples/Boogie_Max.thy	Tue Feb 02 19:09:41 2010 +0100
@@ -38,9 +38,11 @@
 
 boogie_open "~~/src/HOL/Boogie/Examples/Boogie_Max"
 
+declare [[smt_certificates="~~/src/HOL/Boogie/Examples/Boogie_Max.certs"]]
+declare [[smt_record=false]]
+
 boogie_vc max
   using [[z3_proofs=true]]
-  using [[smt_cert="~~/src/HOL/Boogie/Examples/cert/Boogie_max"]]
   by boogie
 
 boogie_end
--- a/src/HOL/Boogie/Examples/VCC_Max.thy	Tue Feb 02 18:12:05 2010 +0100
+++ b/src/HOL/Boogie/Examples/VCC_Max.thy	Tue Feb 02 19:09:41 2010 +0100
@@ -46,11 +46,13 @@
 
 boogie_open (quiet) "~~/src/HOL/Boogie/Examples/VCC_Max"
 
+declare [[smt_certificates="~~/src/HOL/Boogie/Examples/VCC_Max.certs"]]
+declare [[smt_record=false]]
+
 boogie_status
 
 boogie_vc maximum
   using [[z3_proofs=true]]
-  using [[smt_cert="~~/src/HOL/Boogie/Examples/cert/VCC_maximum"]]
   by boogie
 
 boogie_end