File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,57 @@ interpreted) are named with `_typet`. For example `ui_message_handlert`
52
52
rather than ` UI_message_handlert ` or ` UIMessageHandler ` and
53
53
` union_typet ` .
54
54
55
+ # Overview of CPROVER directories
56
+
57
+ - language front ends
58
+
59
+ * ansi-c
60
+ * cpp
61
+ * langapi
62
+ * jsil
63
+
64
+
65
+ - static analysis
66
+
67
+ * analysis
68
+ * pointer analysis
69
+
70
+
71
+ - utilities
72
+
73
+ * big int
74
+ * json
75
+ * xmllang
76
+ * util
77
+ * miniz
78
+ * nonstd
79
+
80
+
81
+ - tools
82
+
83
+ * cbmc
84
+ * clobber
85
+ * goto-analyzer
86
+ * goto-instrument
87
+ * goto-diff
88
+ * memory-models
89
+ * goto-cc
90
+ * jbmc
91
+
92
+
93
+ - goto-programs
94
+
95
+ * goto-programs
96
+ * linking
97
+
98
+
99
+ - symbolic execution
100
+ * goto-symex
101
+
102
+
103
+ - solvers
104
+ * solvers
105
+
55
106
\section other-apps Other apps
56
107
Other Useful Code
57
108
-----------------
You can’t perform that action at this time.
0 commit comments