Skip to content

Commit 1d9fe9c

Browse files
committed
Delta debugging
1 parent da89604 commit 1d9fe9c

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

doc/architectural/central-data-structures.md

-27
Original file line numberDiff line numberDiff line change
@@ -25,33 +25,6 @@ erDiagram
2525
symbol_tablet {
2626
symbol_map symbols
2727
}
28-
symbol_tablet ||--o{ symbolt : ""
29-
symbolt {
30-
string name
31-
}
32-
goto_functionst {
33-
function_map functions
34-
}
35-
goto_functionst ||--o{ goto_functiont : ""
36-
goto_functiont {
37-
goto_programt body
38-
ordered_collection_of parameter_identifiers
39-
}
40-
goto_functiont ||--|| goto_programt : ""
41-
goto_programt {
42-
ordered_collection_of instructions
43-
}
44-
goto_programt ||--o{ instructiont : ""
45-
instructiont {
46-
enumeration instruction_type
47-
goto_program_codet code
48-
boolean_expression guard
49-
source_locationt source_location
50-
}
51-
instructiont ||--|| goto_program_instruction_typet : ""
52-
instructiont ||--o| goto_program_codet : ""
53-
instructiont ||--o| source_locationt : ""
54-
goto_program_codet ||--o| source_locationt : ""
5528
```
5629

5730
A `goto_modelt` is effectively a pair, consisting of:

0 commit comments

Comments
 (0)