We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa42688 commit 81c904cCopy full SHA for 81c904c
src/solvers/refinement/string_constraint.h
@@ -90,6 +90,8 @@ exprt univ_within_bounds(const string_constraintt &axiom);
90
std::string to_string(const string_constraintt &expr);
91
92
/// Checks the data invariant for string_constraintt
93
+/// \param stream : output stream
94
+/// \param [in] ns: namespace for `from_expr`
95
/// \param [in] constraint: the string constraint to check
96
/// \return whether the constraint satisfies the invariant
97
bool is_valid_string_constraint(
0 commit comments