mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
parent
1c5f798cbe
commit
77b74ddb88
2 changed files with 83 additions and 40 deletions
|
@ -509,6 +509,7 @@ namespace smt {
|
|||
expr_ref digit2int(expr* ch);
|
||||
void add_itos_length_axiom(expr* n);
|
||||
literal mk_literal(expr* n);
|
||||
literal mk_simplified_literal(expr* n);
|
||||
literal mk_eq_empty(expr* n, bool phase = true);
|
||||
literal mk_seq_eq(expr* a, expr* b);
|
||||
void tightest_prefix(expr* s, expr* x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue