mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
19e0285b83
commit
79b776fee5
4 changed files with 48 additions and 35 deletions
|
@ -89,6 +89,7 @@ namespace smt {
|
|||
void add_lt_axiom(expr* n);
|
||||
void add_le_axiom(expr* n);
|
||||
void add_unit_axiom(expr* n);
|
||||
void add_length_axiom(expr* n);
|
||||
literal is_digit(expr* ch);
|
||||
|
||||
expr_ref add_length_limit(expr* s, unsigned k);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue