# HG changeset patch # User boehmes # Date 1265134181 -3600 # Node ID bf3b8462732b1fe392aa644186c31c75eb657125 # Parent fab0ea51063d26af317b6e1cc1ec915b8296cd82 updated examples due to changes in the way SMT certificates are stored diff -r fab0ea51063d -r bf3b8462732b src/HOL/Boogie/Examples/Boogie_Dijkstra.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 diff -r fab0ea51063d -r bf3b8462732b src/HOL/Boogie/Examples/Boogie_Max.thy --- 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 diff -r fab0ea51063d -r bf3b8462732b src/HOL/Boogie/Examples/VCC_Max.thy --- 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