mirror of
https://github.com/Z3Prover/z3
synced 2025-10-04 15:03:57 +00:00
start work on string-integer integration
This commit is contained in:
parent
2f494a9611
commit
2522e35c5e
2 changed files with 35 additions and 0 deletions
|
@ -146,6 +146,8 @@ namespace smt {
|
|||
expr * get_eqc_value(expr * n, bool & hasEqcValue);
|
||||
bool in_same_eqc(expr * n1, expr * n2);
|
||||
|
||||
rational get_len_value(expr * n);
|
||||
|
||||
bool can_two_nodes_eq(expr * n1, expr * n2);
|
||||
bool can_concat_eq_str(expr * concat, std::string str);
|
||||
bool can_concat_eq_concat(expr * concat1, expr * concat2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue