--- 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