mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
parent
bbc63cd5b5
commit
c25975a429
|
@ -128,9 +128,6 @@ namespace smt {
|
||||||
else if (a.is_numeral(e, num)) {
|
else if (a.is_numeral(e, num)) {
|
||||||
m_weight += num*mul;
|
m_weight += num*mul;
|
||||||
}
|
}
|
||||||
else if (a.is_to_real(e, e1)) {
|
|
||||||
m_terms.push_back(std::make_pair(e1, mul));
|
|
||||||
}
|
|
||||||
else if (!is_uninterp_const(e)) {
|
else if (!is_uninterp_const(e)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue