Skip to content

Commit

Permalink
FM 2019 tutorial archive
Browse files Browse the repository at this point in the history
  • Loading branch information
smitsch committed Oct 10, 2019
1 parent 70ab3b2 commit 1c1e558
Show file tree
Hide file tree
Showing 4 changed files with 713 additions and 9 deletions.
12 changes: 6 additions & 6 deletions tutorials/fm-2019/components.kyx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ SharedDefinitions
Bool OA2ESabstraction(Real por, Real po) <-> po=por;
End.

Lemma "8 Cruise Control Contract Compliance"
ArchiveEntry "01 Cruise Control Contract Compliance"

ProgramVariables
Real d, d0;
Expand All @@ -77,7 +77,7 @@ End.

End.

Lemma "9 Obstacle Contract Compliance"
ArchiveEntry "02 Obstacle Contract Compliance"

ProgramVariables
Real po, po0;
Expand Down Expand Up @@ -106,7 +106,7 @@ End.

End.

Lemma "10 Emergency Braking Contract Compliance"
ArchiveEntry "03 Emergency Braking Contract Compliance"

ProgramVariables
Real por, por0;
Expand Down Expand Up @@ -137,7 +137,7 @@ End.

End.

Lemma "11 Compatibility of Obstacle and Emergency Braking"
ArchiveEntry "04 Compatibility of Obstacle and Emergency Braking"

ProgramVariables
Real po, po0;
Expand All @@ -157,7 +157,7 @@ End.

End.

Lemma "12 Communication Guarantee"
ArchiveEntry "05 Communication Guarantee"

ProgramVariables
Real por;
Expand All @@ -178,7 +178,7 @@ End.

End.

Theorem "13 Emergency Braking System Avoids Obstacles"
Theorem "06 Emergency Braking System Avoids Obstacles"

Description "Parallel composition of emergency braking system and obstacle".

Expand Down
Loading

0 comments on commit 1c1e558

Please sign in to comment.