mirror of
https://github.com/Z3Prover/z3
synced 2025-08-31 23:34:55 +00:00
bound length of ubv2s
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8e9bc86c23
commit
9e5dcf3ecb
5 changed files with 22 additions and 0 deletions
|
@ -96,6 +96,7 @@ namespace seq {
|
|||
void itos_axiom(expr* s, unsigned k);
|
||||
void ubv2s_axiom(expr* b, unsigned k);
|
||||
void ubv2s_len_axiom(expr* b, unsigned k);
|
||||
void ubv2s_len_axiom(expr* b);
|
||||
void ubv2ch_axiom(sort* bv_sort);
|
||||
void lt_axiom(expr* n);
|
||||
void le_axiom(expr* n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue