mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
fix translation of bvudiv
This commit is contained in:
parent
0368b52716
commit
e184a9a711
2 changed files with 57 additions and 22 deletions
|
@ -77,6 +77,7 @@ namespace intblast {
|
|||
bool is_non_negative(expr* bv_expr, expr* e);
|
||||
expr_ref mul(expr* x, expr* y);
|
||||
expr_ref add(expr* x, expr* y);
|
||||
expr_ref if_eq(expr* n, unsigned k, expr* th, expr* el);
|
||||
expr* amod(expr* bv_expr, expr* x, rational const& N);
|
||||
rational bv_size(expr* bv_expr);
|
||||
|
||||
|
@ -147,6 +148,7 @@ namespace intblast {
|
|||
|
||||
rational get_value(expr* e) const;
|
||||
|
||||
void finalize_model(model& mdl) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue