File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -118,14 +118,6 @@ void bmct::do_conversion()
118
118
// convert SSA
119
119
equation.convert (prop_conv);
120
120
121
- // the 'extra constraints'
122
- if (!bmc_constraints.empty ())
123
- {
124
- status () << " converting constraints" << eom;
125
-
126
- for (const auto &constraint : bmc_constraints)
127
- prop_conv.set_to_true (constraint);
128
- }
129
121
// hook for cegis to freeze synthesis program vars
130
122
freeze_program_variables ();
131
123
}
Original file line number Diff line number Diff line change @@ -100,9 +100,6 @@ class bmct:public safety_checkert
100
100
safety_checkert::resultt execute (abstract_goto_modelt &);
101
101
virtual ~bmct () { }
102
102
103
- // additional stuff
104
- std::list<exprt> bmc_constraints;
105
-
106
103
void set_ui (ui_message_handlert::uit _ui) { ui=_ui; }
107
104
108
105
// the safety_checkert interface
You can’t perform that action at this time.
0 commit comments