File tree Expand file tree Collapse file tree 3 files changed +18
-13
lines changed Expand file tree Collapse file tree 3 files changed +18
-13
lines changed Original file line number Diff line number Diff line change 6
6
7
7
\*******************************************************************/
8
8
9
+ #include < iostream>
10
+
11
+ #include < util/time_stopping.h>
12
+ #include < util/xml.h>
13
+ #include < util/json.h>
14
+
15
+ #include < solvers/sat/satcheck.h>
16
+ #include < solvers/prop/literal_expr.h>
17
+
18
+ #include < goto-symex/build_goto_trace.h>
19
+ #include < goto-programs/xml_goto_trace.h>
20
+ #include < goto-programs/json_goto_trace.h>
21
+
22
+ #include " bv_cbmc.h"
23
+
9
24
#include " all_properties_class.h"
10
25
11
26
/* ******************************************************************\
Original file line number Diff line number Diff line change 6
6
7
7
\*******************************************************************/
8
8
9
- #include < iostream>
10
-
11
- #include < util/time_stopping.h>
12
- #include < util/xml.h>
13
- #include < util/json.h>
14
-
15
- #include < solvers/sat/satcheck.h>
16
9
#include < solvers/prop/cover_goals.h>
17
- #include < solvers/prop/literal_expr.h>
18
-
19
- #include < goto-symex/build_goto_trace.h>
20
- #include < goto-programs/xml_goto_trace.h>
21
- #include < goto-programs/json_goto_trace.h>
22
10
23
11
#include " bmc.h"
24
- #include " bv_cbmc.h"
25
12
26
13
/* ******************************************************************\
27
14
Original file line number Diff line number Diff line change @@ -12,10 +12,13 @@ Author: Peter Schrammel
12
12
#include < util/symbol.h>
13
13
#include < util/std_expr.h>
14
14
#include < util/message.h>
15
+ #include < util/time_stopping.h>
15
16
16
17
#include < solvers/prop/minimize.h>
17
18
#include < solvers/prop/literal_expr.h>
18
19
20
+ #include < goto-symex/build_goto_trace.h>
21
+
19
22
#include " fault_localization.h"
20
23
#include " counterexample_beautification.h"
21
24
You can’t perform that action at this time.
0 commit comments