mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
redo fixed bits, add simplifications to intblast solver
This commit is contained in:
parent
c4b7061590
commit
30c0771d24
11 changed files with 127 additions and 121 deletions
|
@ -74,8 +74,10 @@ namespace intblast {
|
|||
expr* umod(expr* bv_expr, unsigned i);
|
||||
expr* smod(expr* bv_expr, unsigned i);
|
||||
bool is_bounded(expr* v, rational const& N);
|
||||
bool is_non_negative(expr* bv_expr, expr* e);
|
||||
expr_ref mul(expr* x, expr* y);
|
||||
expr_ref add(expr* x, expr* y);
|
||||
expr* amod(expr* bv_expr, expr* x, rational const& N);
|
||||
rational bv_size(expr* bv_expr);
|
||||
|
||||
void translate_expr(expr* e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue