mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 23:13:57 +00:00
non-fixes to string length code, plus the get_length() code from new Z3
This commit is contained in:
parent
2522e35c5e
commit
ecb069b701
2 changed files with 115 additions and 22 deletions
|
@ -146,7 +146,7 @@ namespace smt {
|
|||
expr * get_eqc_value(expr * n, bool & hasEqcValue);
|
||||
bool in_same_eqc(expr * n1, expr * n2);
|
||||
|
||||
rational get_len_value(expr * n);
|
||||
rational get_len_value(expr * x);
|
||||
|
||||
bool can_two_nodes_eq(expr * n1, expr * n2);
|
||||
bool can_concat_eq_str(expr * concat, std::string str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue