@@ -49,17 +49,17 @@ class string_constraint_generatort final
49
49
50
50
explicit string_constraint_generatort (const infot& info);
51
51
52
- // Axioms are of three kinds: universally quantified string constraint,
53
- // not contains string constraints and simple formulas.
52
+ // / Axioms are of three kinds: universally quantified string constraint,
53
+ // / not contains string constraints and simple formulas.
54
54
const std::vector<exprt> &get_axioms () const ;
55
55
56
- // Boolean symbols for the results of some string functions
56
+ // / Boolean symbols for the results of some string functions
57
57
const std::vector<symbol_exprt> &get_boolean_symbols () const ;
58
58
59
59
// / Symbols used in existential quantifications
60
60
const std::vector<symbol_exprt> &get_index_symbols () const ;
61
61
62
- // Set of strings that have been created by the generator
62
+ // / Set of strings that have been created by the generator
63
63
const std::set<string_exprt> &get_created_strings () const ;
64
64
65
65
exprt get_witness_of (
@@ -73,8 +73,7 @@ class string_constraint_generatort final
73
73
const irep_idt &prefix, const typet &type=bool_typet());
74
74
symbol_exprt fresh_univ_index (const irep_idt &prefix, const typet &type);
75
75
76
- // Maps unresolved symbols to the string_exprt that was created for them
77
-
76
+ // / Maps unresolved symbols to the string_exprt that was created for them
78
77
string_exprt add_axioms_for_refined_string (const exprt &expr);
79
78
80
79
exprt add_axioms_for_function_application (
0 commit comments