Skip to content

Commit

Permalink
remove bmc_constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed Apr 28, 2018
1 parent b0f7476 commit f6a92cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions src/cbmc/bmc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,6 @@ void bmct::do_conversion()
// convert SSA
equation.convert(prop_conv);

// the 'extra constraints'
if(!bmc_constraints.empty())
{
status() << "converting constraints" << eom;

for(const auto &constraint : bmc_constraints)
prop_conv.set_to_true(constraint);
}
// hook for cegis to freeze synthesis program vars
freeze_program_variables();
}
Expand Down
3 changes: 0 additions & 3 deletions src/cbmc/bmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ class bmct:public safety_checkert
safety_checkert::resultt execute(abstract_goto_modelt &);
virtual ~bmct() { }

// additional stuff
std::list<exprt> bmc_constraints;

void set_ui(ui_message_handlert::uit _ui) { ui=_ui; }

// the safety_checkert interface
Expand Down

0 comments on commit f6a92cc

Please sign in to comment.