mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
z3str3: add is_var() similar to theory_seq's implementation
This commit is contained in:
parent
1c70bcee69
commit
f29b033253
2 changed files with 17 additions and 1 deletions
|
@ -572,6 +572,7 @@ protected:
|
|||
expr * z3str2_get_eqc_value(expr * n , bool & hasEqcValue);
|
||||
bool in_same_eqc(expr * n1, expr * n2);
|
||||
expr * collect_eq_nodes(expr * n, expr_ref_vector & eqcSet);
|
||||
bool is_var(expr * e) const;
|
||||
|
||||
bool get_arith_value(expr* e, rational& val) const;
|
||||
bool get_len_value(expr* e, rational& val);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue