mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 10:50:24 +00:00
clean up pragmas, Z3str3 refactoring
This commit is contained in:
parent
7e419137b1
commit
144b72244e
4 changed files with 85 additions and 73 deletions
|
@ -582,6 +582,8 @@ protected:
|
|||
bool can_concat_eq_str(expr * concat, zstring& str);
|
||||
bool can_concat_eq_concat(expr * concat1, expr * concat2);
|
||||
bool check_concat_len_in_eqc(expr * concat);
|
||||
void check_eqc_empty_string(expr * lhs, expr * rhs);
|
||||
void check_eqc_concat_concat(std::set<expr*> & eqc_concat_lhs, std::set<expr*> & eqc_concat_rhs);
|
||||
bool check_length_consistency(expr * n1, expr * n2);
|
||||
bool check_length_const_string(expr * n1, expr * constStr);
|
||||
bool check_length_eq_var_concat(expr * n1, expr * n2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue