-
Notifications
You must be signed in to change notification settings - Fork 10
/
ROOT
327 lines (261 loc) · 7.59 KB
/
ROOT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
(******************************************************************************)
(* Project: The Isabelle/UTP Proof System *)
(* File: ROOT *)
(* Authors: Simon Foster and Frank Zeyda (University of York, UK) *)
(* Emails: simon.foster@york.ac.uk and frank.zeyda@gmail.com *)
(******************************************************************************)
(* Profiling Library *)
session "Profiling" in "profiling" = "HOL-Eisbach" +
options [document = false, timeout = 1000]
theories
Profiling
(* Continuum Universe *)
session "Continuum" in "continuum" = "HOL-Cardinals" +
options [document = false, timeout = 1000]
sessions
"UTP1-Toolkit"
theories
Continuum
Dyadic
Finite_Bijection
Lightweight_Cardinals
Real_Bit
UNIV_TYPE
(* Continuous System Dynamics *)
session "Dynamics" in "dynamics" = "Ordinary_Differential_Equations" +
options [document = pdf, document_output = "output", timeout = 1000]
sessions
"UTP1-Reactive"
"Differential_Dynamic_Logic"
theories
Derivative_extra
ODE_Cert
Contiguous_Functions
Timed_Traces
Matrix_Syntax
document_files
"root.bib"
"root.tex"
"document.sty"
"zed.sty"
"csp.sty"
(* UTP Mathematical Toolkit *)
session "UTP1-Toolkit" in "toolkit" = "HOL-Algebra" +
options [document = false]
sessions
Optics
Z_Toolkit
Total_Recall
theories utp_toolkit
(* Core UTP Framework *)
session "UTP1" in "utp" = "UTP1-Toolkit" +
options [document = pdf, document_output = "output", timeout = 1000]
theories [document = false]
utp_parser_utils
theories
utp
utp_full
document_files
"root.bib"
"root.tex"
"document.sty"
(* UTP Calculi *)
session "UTP1-Calculi" in "calculi" = "UTP1" +
options [document = false]
theories
utp_wprespec
(* Pseudo Z-Notation *)
session "ZedLite" in "zedlite" = "UTP1" +
options [document = false]
theories [document = false]
zedlite
(* UTP and Kleene Algebra with Tests (KAT) *)
session "UTP1-KAT" in "theories/kleene" = "UTP1" +
options [document = pdf, document_output = "output", timeout = 1000]
sessions
"KAT_and_DRA"
theories utp_kleene
document_files
"root.bib"
"root.tex"
"document.sty"
(* UTP Designs *)
session "UTP1-Designs" in "theories/designs" = "UTP1-KAT" +
options [document = pdf, document_output = "output", timeout = 1000]
theories utp_designs
document_files
"root.bib"
"root.tex"
"document.sty"
(* UTP Undefinedness *)
session "UTP1-Undef" in "theories/undef" = "UTP1-Designs" +
options [document = false]
theories utp_undef
(* UTP Memory Models *)
session "UTP1-Memory" in "theories/memory" = "UTP1-Undef" +
options [document = false]
sessions
"Continuum"
theories utp_memory
(* Imperative Programs based on Designs *)
session "UTP1-Impl" in "impl" = "UTP1-Memory" +
options [document = false]
theories
utp_impl
(* UTP Generalised Reactive Processes *)
session "UTP1-Reactive" in "theories/reactive" = "UTP1-Designs" +
options [document = pdf, document_output = "output", timeout = 1000]
theories utp_reactive
document_files
"root.bib"
"root.tex"
"document.sty"
(* Reactive Designs *)
session "UTP1-Reactive-Designs" in "theories/rea_designs" = "UTP1-Reactive" +
options [document = pdf, document_output = "output", timeout = 1000]
theories utp_rea_designs
document_files
"root.bib"
"root.tex"
"document.sty"
(* Timed Relations *)
session "UTP1-Time" in "theories/time" = "UTP1-Reactive-Designs" +
options [browser_info = true, document = false]
theories utp_time_rel
(* Stateful-Failure Reactive Designs *)
session "UTP1-Stateful-Failures" in "theories/sf_rdes" = "UTP1-Reactive-Designs" +
options [document = pdf, document_output = "output", timeout = 1000]
theories utp_sf_rdes
document_files
"root.bib"
"root.tex"
"document.sty"
(* Circus *)
session "UTP1-Circus" in "theories/circus" = "UTP1-Stateful-Failures" +
options [document = pdf, document_output = "output", timeout = 1000]
theories utp_circus utp_circus_easy_parser
document_files
"root.bib"
"root.tex"
"document.sty"
(* Core UTP with Deep Variables *)
session "UTP1-Deep" in "utp/models/deep" = "UTP1" +
options [browser_info = true, document = false]
sessions Continuum
theories utp_deep
(* Core UTP with Axiomatic Variables *)
session "UTP1-Axm" in "utp/models/axm" = "UTP1" +
options [browser_info = true, document = false]
directories "../../../axiomatic"
theories utp_axm
(* Core UTP with Deep & Axiomatic Variables *)
session "UTP1-Deep-Axm" in "utp/models" = "UTP1-Deep" +
options [browser_info = true, document = false]
sessions "UTP1-Axm"
theories "UTP1-Deep.utp_deep" "UTP1-Axm.utp_axm"
(* UTP Theory Base *)
session "UTP1-Theories" in "theories" = "UTP1-Circus" +
options [browser_info = true, document = false]
sessions
"UTP1-Time"
theories utp_theories
(* Imports for Hybrid UTP *)
(* We chose to start another root from the Analysis session (via Dynamics)
and build everything else on top of it. This is because Analysis takes
more than 10 minutes to build on a laptop and everything else is
comparatively lightweight. *)
session "UTP1-Hybrid-Imports" in "hybrid/imports" = "Dynamics" +
options [document = false]
sessions
"UTP1-Time"
theories
"utp_hybrid_imports"
(* Hybrid UTP *)
session "UTP1-Hybrid" in "hybrid" = "UTP1-Hybrid-Imports" +
options [document = false, timeout = 1000]
theories
utp_hybrid
document_files
"root.bib"
"root.tex"
"document.sty"
"zed.sty"
"csp.sty"
(*
session "UTP1-dL" in "theories/hyprog" = "UTP1-Hybrid-Imports" +
options [document = false]
theories
utp_hyprog
(* Hybrid UTP with deep model *)
session "UTP1-Hybrid-Deep" in "theories" = "UTP1-HYBRID" +
options [browser_info = true, document = false]
theories utp_theories_deep
*)
(* Hybrid UTP examples *)
session "UTP1-Hybrid-Examples" in "hybrid/examples" = "UTP1-Hybrid" +
options [document = false]
theories
utp_bouncing_ball
utp_thermostat
utp_trains
(* Modelica Mechanisation: Limited Compositional Semantics *)
session "Modelica" in "modelica" = "UTP1-Hybrid" +
options [document = false]
theories
Modelica
(* Modelica Mechanisation: Non-Compositional Semantics *)
session "Modelica-NC" in "modelica/noncomp" = "UTP1-Hybrid" +
options [document = false]
theories
Modelica_NonComp
(*
(* VDM-SL Mechanisation *)
session "VDM-SL" in "vdm-sl" = "UTP1-THY-DEEP" +
options [document = false]
theories
PFOL
VDM
*)
(* Isabelle/UTP Tutorial *)
session "UTP1-Tutorial" in "tutorial" = "UTP1-Theories" +
options [document = pdf, document_output = "output", timeout = 1000]
theories
utp_tutorial
utp_boyle
utp_csp_buffer
utp_csp_mini_mondex
document_files
"root.bib"
"root.tex"
"document.sty"
(* Untimed RoboChart *)
(*
session "RoboChart-Untimed" in "robochart/untimed" = "UTP1-Circus" +
theories
MetaModel
StateMachine
*)
(* FMI Mechanisation *)
(*
session "FMI" in "fmi" = "UTP1-Theories-Deep-Axm" +
options [document = pdf, document_output = "output", timeout = 1000]
theories
fmi
Time
Topology
Architecture
Railways_Spec
Railways_Impl
Interlocking
document_files
(* "root.bib" *)
"root.tex"
"document.sty"
*)
(* Case Studies *)
session "Tokeneer" in "casestudies/Tokeneer" = "ZedLite" +
options [document = pdf, document_output = "output", timeout = 1000]
theories
Tokeneer
document_files
"root.tex"