File tree 1 file changed +2
-6
lines changed 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,10 @@ class string_refinementt final: public bv_refinementt
50
50
explicit string_refinementt (const infot &);
51
51
52
52
virtual std::string decision_procedure_text () const override
53
- {
54
- return " string refinement loop with " +prop.solver_text ();
55
- }
53
+ { return " string refinement loop with " +prop.solver_text (); }
56
54
57
55
exprt get (const exprt &expr) const override ;
58
-
59
- protected:
56
+ void set_to (const exprt &expr, bool value) override ;
60
57
decision_proceduret::resultt dec_solve () override ;
61
58
62
59
private:
@@ -102,7 +99,6 @@ class string_refinementt final: public bv_refinementt
102
99
bool add_to_index_set=true );
103
100
104
101
bool add_axioms_for_string_assigns (const exprt &lhs, const exprt &rhs);
105
- void set_to (const exprt &expr, bool value) override ;
106
102
107
103
void debug_model ();
108
104
You can’t perform that action at this time.
0 commit comments