mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 17:01:55 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7cc093eee0
commit
c1480b4389
9 changed files with 118 additions and 24 deletions
|
@ -499,6 +499,8 @@ namespace smt {
|
|||
void add_in_re_axiom(expr* n);
|
||||
bool add_stoi_axiom(expr* n);
|
||||
bool add_itos_axiom(expr* n);
|
||||
literal is_digit(expr* ch);
|
||||
expr_ref digit2int(expr* ch);
|
||||
void add_itos_length_axiom(expr* n);
|
||||
literal mk_literal(expr* n);
|
||||
literal mk_eq_empty(expr* n, bool phase = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue