File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ SRC += analyses/ai/ai.cpp \
19
19
path_strategies.cpp \
20
20
pointer-analysis/value_set.cpp \
21
21
solvers/floatbv/float_utils.cpp \
22
+ solvers/miniBDD/miniBDD.cpp \
22
23
solvers/refinement/array_pool/array_pool.cpp \
23
24
solvers/refinement/string_constraint_generator_valueof/calculate_max_string_length.cpp \
24
25
solvers/refinement/string_constraint_generator_valueof/get_numeric_value_from_character.cpp \
@@ -112,7 +113,6 @@ OBJ += $(CPROVER_LIBS) testing-utils/testing-utils$(LIBEXT)
112
113
CATCH_TEST = unit_tests$(EXEEXT )
113
114
N_CATCH_TESTS = $(shell \
114
115
cat $$(find . -name "*.cpp" \
115
- -and -not -name "miniBDD_new.cpp" \
116
116
-a -not -name "expr_undefined_casts.cpp" ) | \
117
117
grep -c -E "(SCENARIO|TEST_CASE) ")
118
118
Original file line number Diff line number Diff line change 18
18
#include < util/arith_tools.h>
19
19
#include < util/expanding_vector.h>
20
20
21
- #include < iostream>
22
-
23
21
class bdd_propt :public propt
24
22
{
25
23
public:
You can’t perform that action at this time.
0 commit comments