mirror of
https://github.com/Z3Prover/z3
synced 2025-08-20 18:20:22 +00:00
n/a
This commit is contained in:
parent
ddf2d28350
commit
388b2f5eec
9 changed files with 274 additions and 202 deletions
|
@ -88,10 +88,9 @@ namespace bv {
|
|||
bool try_repair_smod(bvval const& e, bvval& a, bvval& b, unsigned i);
|
||||
bool try_repair_urem(bvval const& e, bvval& a, bvval& b, unsigned i);
|
||||
bool try_repair_srem(bvval const& e, bvval& a, bvval& b, unsigned i);
|
||||
bool try_repair_rotate_left(bvval const& e, bvval& a, unsigned n);
|
||||
bool try_repair_rotate_left(bvval const& e, bvval& a, unsigned n) const;
|
||||
bool try_repair_rotate_left(bvval const& e, bvval& a, bvval& b, unsigned i);
|
||||
|
||||
|
||||
sls_valuation& wval0(app* e, unsigned i) { return wval0(e->get_arg(i)); }
|
||||
|
||||
void wval1(app* e, sls_valuation& val) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue