We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5108a72 commit 0139424Copy full SHA for 0139424
src/solvers/refinement/string_constraint.h
@@ -54,7 +54,7 @@ Author: Romain Brenguier, [email protected]
54
/// \f$f\f$ [explicitly stated, implied].
55
///
56
/// \todo The fact that we follow this grammar is not enforced at the moment.
57
-class string_constraintt: public exprt
+class string_constraintt : public exprt
58
{
59
public:
60
// String constraints are of the form
@@ -158,7 +158,7 @@ inline std::string to_string(const string_constraintt &expr)
158
}
159
160
/// Constraints to encode non containement of strings.
161
-class string_not_contains_constraintt: public exprt
+class string_not_contains_constraintt : public exprt
162
163
164
// string_not contains_constraintt are formula of the form:
0 commit comments