mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
invertible_tactic: add partial support for shifts
This commit is contained in:
parent
648a531950
commit
a73d030321
2 changed files with 48 additions and 16 deletions
|
@ -354,6 +354,8 @@ public:
|
|||
MATCH_BINARY(is_bv_mul);
|
||||
MATCH_BINARY(is_bv_sle);
|
||||
MATCH_BINARY(is_bv_ule);
|
||||
MATCH_BINARY(is_bv_ashr);
|
||||
MATCH_BINARY(is_bv_lshr);
|
||||
MATCH_BINARY(is_bv_shl);
|
||||
MATCH_BINARY(is_bv_urem);
|
||||
MATCH_BINARY(is_bv_srem);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue