mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 01:13:18 +00:00
string to regex approximation used to strengthen membership constraints (#4610)
* string to regex approximation used to strengthen membership constraints * fixed pull request comments
This commit is contained in:
parent
fb035c0634
commit
8137143ada
4 changed files with 98 additions and 3 deletions
|
@ -75,6 +75,9 @@ namespace smt {
|
|||
|
||||
bool is_string_equality(literal lit);
|
||||
|
||||
// Get a regex which overapproximates a given string
|
||||
expr_ref get_overapprox_regex(expr* s);
|
||||
|
||||
void rewrite(expr_ref& e);
|
||||
|
||||
bool coallesce_in_re(literal lit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue