mirror of
https://github.com/Z3Prover/z3
synced 2025-08-29 14:30:07 +00:00
bv
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
81c3966331
commit
20be286391
4 changed files with 3 additions and 7 deletions
|
@ -272,7 +272,6 @@ namespace bv {
|
|||
bool check_mul_zero(app* n, expr_ref_vector const& arg_values, expr* value1, expr* value2);
|
||||
bool check_mul_one(app* n, expr_ref_vector const& arg_values, expr* value1, expr* value2);
|
||||
bool check_mul_low_bits(app* n, expr_ref_vector const& arg_values, expr* value1, expr* value2);
|
||||
|
||||
bool check_umul_no_overflow(app* n, expr_ref_vector const& arg_values, expr* value);
|
||||
bool check_bv_eval(euf::enode* n);
|
||||
bool check_bool_eval(euf::enode* n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue