mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 17:01:55 +00:00
coalesce seq.unit into string in mk_skolem
This commit is contained in:
parent
8bf4a15c27
commit
c07a63cf8e
3 changed files with 59 additions and 1 deletions
|
@ -565,6 +565,7 @@ namespace smt {
|
|||
bool get_length(expr* s, rational& val) const;
|
||||
|
||||
void mk_decompose(expr* e, expr_ref& head, expr_ref& tail);
|
||||
expr* coalesce_chars(expr* const& str);
|
||||
expr_ref mk_skolem(symbol const& s, expr* e1, expr* e2 = 0, expr* e3 = 0, expr* e4 = 0, sort* range = 0);
|
||||
bool is_skolem(symbol const& s, expr* e) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue