-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathROOT
75 lines (68 loc) · 1.96 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
session "Interaction_Trees" = "Shallow-Expressions-Z" +
options [timeout = 600, document = pdf, document_output = "output"]
sessions
Abstract_Prog_Syntax
theories
ITrees
document_files
"root.tex"
session "ITree_Simulation" in "simulation" = "Interaction_Trees" +
options [timeout = 600, document = false]
theories
ITree_Simulation
session "ITree_UTP" in "UTP" = "Interaction_Trees" +
options [timeout = 600, document = false]
sessions
"Circus_Toolkit"
theories
ITree_UTP
ITree_Countable_Nondeterminism
ITree_Random
session "ITree_VCG" in "UTP/VCG" = "ITree_UTP" +
options [timeout = 600, document = false]
sessions
Explorer
theories
ITree_VCG
session "ITree_Numeric_VCG" in "UTP/VCG/Numeric" = "HOL-Analysis" +
options [timeout = 600, document = false]
sessions
ITree_VCG
"HOL-Number_Theory"
"Hybrid-Library"
theories
ITree_Numeric_VCG
session "ITree_RoboChart" in "RoboChart" = "ITree_UTP" +
options [timeout = 600, document = pdf, document_output = "output"]
theories
ITree_RoboChart
RoboChart_Simulation
document_files
"root.tex"
session "RoboChart_basic" in "RoboChart/examples/RoboChart_basic" = "ITree_RoboChart" +
options [timeout = 600, document = pdf, document_output = "output"]
sessions
"ITree_RoboChart"
"ITree_Simulation"
theories
RoboChart_basic
document_files
"root.tex"
"images/system.pdf"
"images/system.png"
session "RoboChart_ChemicalDetector_autonomous" in "RoboChart/examples/RoboChart_ChemicalDetector_autonomous" = "ITree_RoboChart" +
options [timeout = 600, document = pdf, document_output = "output"]
sessions
"ITree_RoboChart"
"ITree_Simulation"
theories
RoboChart_ChemicalDetector_autonomous
document_files
"root.tex"
"images/Module.pdf"
"images/Chemical.pdf"
"images/Location.pdf"
"images/MainController.pdf"
"images/MicroController.pdf"
"images/GasAnalysis.pdf"
"images/Movement.pdf"