We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d75d3d commit e8aaf09Copy full SHA for e8aaf09
src/cbmc/bmc.h
@@ -18,13 +18,7 @@ Author: Daniel Kroening, kroening@kroening.com
18
#include <util/invariant.h>
19
#include <util/options.h>
20
#include <util/ui_message.h>
21
-
22
-#include <solvers/prop/prop.h>
23
-#include <solvers/prop/prop_conv.h>
24
-#include <solvers/sat/cnf.h>
25
-#include <solvers/sat/satcheck.h>
26
-#include <solvers/smt1/smt1_dec.h>
27
-#include <solvers/smt2/smt2_dec.h>
+#include <util/decision_procedure.h>
28
29
#include <goto-programs/goto_trace.h>
30
0 commit comments