We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338269b commit f2c47bfCopy full SHA for f2c47bf
src/solvers/refinement/string_constraint.h
@@ -89,6 +89,8 @@ std::string from_expr(
89
const string_constraintt &expr);
90
91
/// Checks the data invariant for string_constraintt
92
+/// \param stream : output stream
93
+/// \param [in] ns: namespace for `from_expr`
94
/// \param [in] expr: the string constraint to check
95
/// \return whether the constraint satisfies the invariant
96
bool is_valid_string_constraint(
0 commit comments