File tree 2 files changed +0
-5
lines changed
2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ std::unique_ptr<cbmc_solverst::solvert> cbmc_solverst::get_bv_refinement()
115
115
bv_refinementt::infot info;
116
116
info.ns =&ns;
117
117
info.prop =prop.get ();
118
- info.ui =ui;
119
118
120
119
// we allow setting some parameters
121
120
if (options.get_bool_option (" max-node-refinement" ))
@@ -141,7 +140,6 @@ std::unique_ptr<cbmc_solverst::solvert> cbmc_solverst::get_string_refinement()
141
140
prop->set_message_handler (get_message_handler ());
142
141
info.prop =prop.get ();
143
142
info.refinement_bound =DEFAULT_MAX_NB_REFINEMENT;
144
- info.ui =ui;
145
143
if (options.get_bool_option (" max-node-refinement" ))
146
144
info.max_node_refinement =
147
145
options.get_unsigned_int_option (" max-node-refinement" );
Original file line number Diff line number Diff line change 12
12
#ifndef CPROVER_SOLVERS_REFINEMENT_BV_REFINEMENT_H
13
13
#define CPROVER_SOLVERS_REFINEMENT_BV_REFINEMENT_H
14
14
15
- #include < util/ui_message.h>
16
-
17
15
#include < solvers/flattening/bv_pointers.h>
18
16
19
17
#define MAX_STATE 10000
@@ -23,7 +21,6 @@ class bv_refinementt:public bv_pointerst
23
21
private:
24
22
struct configt
25
23
{
26
- ui_message_handlert::uit ui=ui_message_handlert::uit::PLAIN;
27
24
// / Max number of times we refine a formula node
28
25
unsigned max_node_refinement=5 ;
29
26
// / Enable array refinement
You can’t perform that action at this time.
0 commit comments