mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
remove comment
This commit is contained in:
parent
45f48123e7
commit
27f2b542df
1 changed files with 0 additions and 2 deletions
|
@ -6831,8 +6831,6 @@ namespace smt {
|
|||
* In some cases, the returned formula requires one or more free integer variables to be created.
|
||||
* These variables are returned in the reference parameter `freeVariables`.
|
||||
* Extra assertions should be made for these free variables constraining them to be non-negative.
|
||||
*
|
||||
* TODO: star unrolling?
|
||||
*/
|
||||
expr_ref theory_str::infer_all_regex_lengths(expr * lenVar, expr * re, expr_ref_vector & freeVariables) {
|
||||
ENSURE(u.is_re(re));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue