mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix #5136, regression when removing variable registration for mod/div operations
This commit is contained in:
parent
c629f09f21
commit
c71bbb6391
2 changed files with 10 additions and 2 deletions
|
@ -345,6 +345,10 @@ public:
|
|||
MATCH_BINARY(is_rem);
|
||||
MATCH_BINARY(is_div);
|
||||
MATCH_BINARY(is_idiv);
|
||||
MATCH_BINARY(is_mod0);
|
||||
MATCH_BINARY(is_rem0);
|
||||
MATCH_BINARY(is_div0);
|
||||
MATCH_BINARY(is_idiv0);
|
||||
MATCH_BINARY(is_power);
|
||||
|
||||
MATCH_UNARY(is_sin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue