mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
renaming the smon fields to distingush them from monomial fields
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
4cbb586947
commit
7eeba3a917
3 changed files with 312 additions and 316 deletions
|
@ -107,12 +107,6 @@ std::ostream& common::print_monomial(const monomial & m, std::ostream& out) cons
|
|||
return c().print_monomial(m, out);
|
||||
}
|
||||
|
||||
//std::ostream& common::print_rooted_monomial(const smon& rm, std::ostream& out) const {
|
||||
// return c().print_rooted_monomial(rm, out);
|
||||
//}
|
||||
//std::ostream& common::print_rooted_monomial_with_vars(const smon& rm, std::ostream& out) const {
|
||||
// return c().print_rooted_monomial_with_vars(rm, out);
|
||||
//}
|
||||
std::ostream& common::print_factor(const factor & f, std::ostream& out) const {
|
||||
return c().print_factor(f, out);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue