mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
parent
aeee44398d
commit
bf9779cb87
1 changed files with 0 additions and 1 deletions
|
@ -1276,7 +1276,6 @@ namespace smt {
|
||||||
expr * rhs2;
|
expr * rhs2;
|
||||||
if (m_util.is_to_real(rhs, rhs2) && is_app(rhs2)) { rhs = to_app(rhs2); }
|
if (m_util.is_to_real(rhs, rhs2) && is_app(rhs2)) { rhs = to_app(rhs2); }
|
||||||
if (!m_util.is_numeral(rhs)) {
|
if (!m_util.is_numeral(rhs)) {
|
||||||
UNREACHABLE();
|
|
||||||
throw default_exception("malformed atomic constraint");
|
throw default_exception("malformed atomic constraint");
|
||||||
}
|
}
|
||||||
theory_var v = internalize_term_core(lhs);
|
theory_var v = internalize_term_core(lhs);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue