mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
use pp_mon to print a monomial
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
ed3bfcdea9
commit
49c2d991ca
|
@ -37,7 +37,7 @@ void order::order_lemma() {
|
|||
|
||||
void order::order_lemma_on_rmonomial(const smon& rm) {
|
||||
TRACE("nla_solver_details",
|
||||
tout << "rm = " << rm << ", orig = " << c().m_emons[rm];);
|
||||
tout << "rm = " << rm << ", orig = " << pp_mon(c(), c().m_emons[rm]););
|
||||
|
||||
for (auto ac : factorization_factory_imp(rm, c())) {
|
||||
if (ac.size() != 2)
|
||||
|
|
Loading…
Reference in a new issue