File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,6 @@ std::unique_ptr<cbmc_solverst::solvert> cbmc_solverst::get_string_refinement()
143
143
info.prop =prop.get ();
144
144
info.refinement_bound =DEFAULT_MAX_NB_REFINEMENT;
145
145
info.ui =ui;
146
- if (options.get_bool_option (" string-max-length" ))
147
- info.max_string_length =
148
- options.get_unsigned_int_option (" string-max-length" );
149
- info.trace =options.get_bool_option (" trace" );
150
146
if (options.get_bool_option (" max-node-refinement" ))
151
147
info.max_node_refinement =
152
148
options.get_unsigned_int_option (" max-node-refinement" );
Original file line number Diff line number Diff line change @@ -37,10 +37,7 @@ class string_refinementt final: public bv_refinementt
37
37
struct configt
38
38
{
39
39
std::size_t refinement_bound=0 ;
40
- // / Concretize strings after solver is finished
41
- bool trace=false ;
42
40
bool use_counter_example=true ;
43
- std::size_t max_string_length;
44
41
};
45
42
public:
46
43
// / string_refinementt constructor arguments
You can’t perform that action at this time.
0 commit comments