Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/HOL/SMT_Examples/   (Beweissystem Isabelle Version 2025-1©)  Datei vom 16.11.2025 mit Größe 1 kB image not shown  

Quelle  Boogie.thy

  Sprache: Isabelle
 

(*  Title:      HOL/SMT_Examples/Boogie.thy
    Author:     Sascha Boehme, TU Muenchen
*)


section Proving Boogie-generated verification conditions

theory Boogie
imports Main
keywords "boogie_file" :: thy_load
begin

text 
 -Boogie and its applications are described in:
 begin{itemize}

 item Sascha B"ohme, K. Rustan M. Leino, and Burkhart Wolff.
 -Boogie --- An Interactive Prover for the Boogie Program-Verifier.
  Proving in Higher Order Logics, 2008.

 item Sascha B"ohme, Micha{\l} Moskal, Wolfram Schulte, and Burkhart Wolff.
 -Boogie --- An Interactive Prover-Backend for the Verifying C Compiler.
  of Automated Reasoning, 2009.

 end{itemize}
 




section Built-in types and functions of Boogie

subsection Integer arithmetics

text 
  operations div and mod are built-in in Boogie, but
  a particular semantics due to different interpretations in
  languages. We assume that each application comes with a
  axiomatization.
 


axiomatization
  boogie_div :: "int ==> int ==> int" (infixl div'_b 70and
  boogie_mod :: "int ==> int ==> int" (infixl mod'_b 70)



section Setup

ML_file boogie.ML



section Verification condition proofs

declare [[smt_oracle = false]]
declare [[smt_read_only_certificates = true]]


external_file Boogie_Max.certs
declare [[smt_certificates = "Boogie_Max.certs"]]

boogie_file Boogie_Max.b2i


external_file Boogie_Dijkstra.certs
declare [[smt_certificates = "Boogie_Dijkstra.certs"]]

boogie_file Boogie_Dijkstra.b2i


declare [[z3_extensions = true]]
external_file VCC_Max.certs
declare [[smt_certificates = "VCC_Max.certs"]]

boogie_file VCC_Max.b2i

end

Messung V0.5 in Prozent
C=56 H=100 G=80

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.