3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-04 06:15:46 +00:00

fixes in nex order, add nex_mul::m_coeff

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-10-11 15:49:56 -07:00
parent 5e40d64a82
commit f71cd72d7b
7 changed files with 95 additions and 121 deletions

View file

@ -608,10 +608,6 @@ std::ostream& nla_grobner::display_equation(std::ostream & out, const equation &
return out;
}
void nla_grobner::display_monomial(std::ostream & out, monomial const & m) const {
NOT_IMPLEMENTED_YET();
}
void nla_grobner::display(std::ostream & out) const {
NOT_IMPLEMENTED_YET();
}