mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 13:40:52 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
58474df438
commit
2590d672f4
4 changed files with 183 additions and 51 deletions
|
@ -89,6 +89,8 @@ namespace bv {
|
|||
bool try_repair_uge(bool e, bvval& a, bvval const& b);
|
||||
bool try_repair_sle(bool e, bvval& a, bvval const& b);
|
||||
bool try_repair_sge(bool e, bvval& a, bvval const& b);
|
||||
bool try_repair_sge(bvval& a, bvect const& b, bvect const& p2);
|
||||
bool try_repair_sle(bvval& a, bvect const& b, bvect const& p2);
|
||||
bool try_repair_shl(bvval const& e, bvval& a, bvval& b, unsigned i);
|
||||
bool try_repair_ashr(bvval const& e, bvval& a, bvval& b, unsigned i);
|
||||
bool try_repair_lshr(bvval const& e, bvval& a, bvval& b, unsigned i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue