File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ SRC = $(BOOLEFORCE_SRC) \
197197 smt2_incremental/smt_options.cpp \
198198 smt2_incremental/smt_sorts.cpp \
199199 smt2_incremental/smt_terms.cpp \
200- smt2_incremental/smt_to_string .cpp \
200+ smt2_incremental/smt_to_smt2_string .cpp \
201201 smt2_incremental/smt2_incremental_decision_procedure.cpp \
202202 # Empty last line
203203
Original file line number Diff line number Diff line change 11// Author: Diffblue Ltd.
22
3- #include < solvers/smt2_incremental/smt_to_string .h>
3+ #include < solvers/smt2_incremental/smt_to_smt2_string .h>
44
55#include < solvers/smt2/smt2_conv.h>
66#include < solvers/smt2_incremental/smt_commands.h>
Original file line number Diff line number Diff line change 33// / \file
44// / Streaming SMT data structures to a string based output stream.
55
6- #ifndef CPROVER_SOLVERS_SMT2_INCREMENTAL_SMT_TO_STRING_H
7- #define CPROVER_SOLVERS_SMT2_INCREMENTAL_SMT_TO_STRING_H
6+ #ifndef CPROVER_SOLVERS_SMT2_INCREMENTAL_SMT_TO_SMT2_STRING_H
7+ #define CPROVER_SOLVERS_SMT2_INCREMENTAL_SMT_TO_SMT2_STRING_H
88
99class smt_sortt ;
1010class smt_termt ;
@@ -27,4 +27,4 @@ std::string smt_to_smt2_string(const smt_optiont &option);
2727std::string smt_to_smt2_string (const smt_logict &logic);
2828std::string smt_to_smt2_string (const smt_commandt &command);
2929
30- #endif // CPROVER_SOLVERS_SMT2_INCREMENTAL_SMT_TO_STRING_H
30+ #endif // CPROVER_SOLVERS_SMT2_INCREMENTAL_SMT_TO_SMT2_STRING_H
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ SRC += analyses/ai/ai.cpp \
8888 solvers/smt2_incremental/smt_commands.cpp \
8989 solvers/smt2_incremental/smt_sorts.cpp \
9090 solvers/smt2_incremental/smt_terms.cpp \
91- solvers/smt2_incremental/smt_to_string .cpp \
91+ solvers/smt2_incremental/smt_to_smt2_string .cpp \
9292 solvers/strings/array_pool/array_pool.cpp \
9393 solvers/strings/string_constraint_generator_valueof/calculate_max_string_length.cpp \
9494 solvers/strings/string_constraint_generator_valueof/get_numeric_value_from_character.cpp \
Original file line number Diff line number Diff line change 66#include < solvers/smt2_incremental/smt_logics.h>
77#include < solvers/smt2_incremental/smt_sorts.h>
88#include < solvers/smt2_incremental/smt_terms.h>
9- #include < solvers/smt2_incremental/smt_to_string .h>
9+ #include < solvers/smt2_incremental/smt_to_smt2_string .h>
1010
1111#include < util/mp_arith.h>
1212
You can’t perform that action at this time.
0 commit comments