mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fix #6676 get rid of rem0 declare it to be mod0 semantics to simplify code paths
This commit is contained in:
parent
58a2a9c79c
commit
0b5c38dea5
5 changed files with 7 additions and 14 deletions
|
@ -311,7 +311,6 @@ struct expr2subpaving::imp {
|
|||
case OP_REM:
|
||||
case OP_IRRATIONAL_ALGEBRAIC_NUM:
|
||||
case OP_DIV0:
|
||||
case OP_REM0:
|
||||
case OP_MOD0:
|
||||
case OP_IDIV0:
|
||||
throw default_exception("you must apply arithmetic purifier before internalizing expressions into the subpaving module.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue