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

Quelle  RG_Com.thy   Sprache: Isabelle

 
chapter The Rely-Guarantee Method

section Abstract Syntax

theory RG_Com imports Main begin

text Semantics of assertions and boolean expressions (bexp) as sets
of states.  Syntax of commands com and parallel commands
par_com.

type_synonym 'a bexp = "'a set"

datatype 'a com =
    Basic "'a \'a"
  | Seq "'a com" "'a com"
  | Cond "'a bexp" "'a com" "'a com"
  | While "'a bexp" "'a com"
  | Await "'a bexp" "'a com"

type_synonym 'a par_com = "'a com option list"

end

Messung V0.5
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet)  ¤

*© 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.