Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerL-Y committed May 9, 2024
1 parent 6ac1287 commit c802c80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/esbmc/bmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ void bmct::generate_smt_from_equation(
smt_convt &smt_conv,
symex_target_equationt &eq)
{
log_status("generate smt from equation");
std::string logic;

if (!options.get_bool_option("int-encoding"))
Expand All @@ -164,6 +165,7 @@ void bmct::generate_smt_from_equation(
smt_convt::resultt
bmct::run_decision_procedure(smt_convt &smt_conv, symex_target_equationt &eq)
{
log_status("run decision procedure");
generate_smt_from_equation(smt_conv, eq);

if (
Expand Down

0 comments on commit c802c80

Please sign in to comment.