38 Tree normalizedTree()
const;
40 ostream&
print(ostream& dst)
const;
41 mterm greatestDivisor()
const;
A CTree = (Node x [CTree]) is a Node associated with a list of subtrees called branches.
Implements a multiplicative term, a term of type k*x^n*y^m*...
map< Tree, mterm > fSig2MTerms
mapping between signatures and corresponding mterms
ostream & operator<<(ostream &s, const aterm &a)
Implements a additive term, a set of mterms added together m1 + m2 + m3 + ...
ostream & print(ostream &dst) const
print a aterm m1 + m2 + m3 +...
void print(Tree t, FILE *out)