mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
fix nex comparison
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
f07d9a80c5
commit
10abd61c67
3 changed files with 151 additions and 153 deletions
|
@ -127,7 +127,7 @@ public:
|
|||
|
||||
nex* c_over_f = m_nex_creator.mk_div(*c, f);
|
||||
c_over_f = m_nex_creator.simplify(c_over_f);
|
||||
TRACE("nla_cn", tout << "c_over_f =" << *c_over_f << std::endl;);
|
||||
TRACE("nla_cn", tout << "c_over_f = " << *c_over_f << std::endl;);
|
||||
nex_mul* cm;
|
||||
*c = cm = m_nex_creator.mk_mul(f, c_over_f);
|
||||
TRACE("nla_cn", tout << "common factor=" << *f << ", c=" << **c << "\ne = " << *m_e << "\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue