mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
parent
d77a2ed567
commit
28c827fb69
5 changed files with 52 additions and 16 deletions
|
@ -312,8 +312,10 @@ void static_features::update_core(expr * e) {
|
|||
case OP_IDIV:
|
||||
case OP_REM:
|
||||
case OP_MOD:
|
||||
if (!is_numeral(to_app(e)->get_arg(1), r) || r.is_zero())
|
||||
if (!is_numeral(to_app(e)->get_arg(1), r) || r.is_zero()) {
|
||||
m_num_uninterpreted_functions++;
|
||||
m_num_non_linear++;
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue