3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-23 11:37:54 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-04-19 12:00:38 -07:00
parent 19e0285b83
commit 79b776fee5
4 changed files with 48 additions and 35 deletions

View file

@ -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);