| |
|
| java.lang.Object de.uka.ilkd.key.rule.metaconstruct.arith.Monomial
Monomial | public class Monomial (Code) | | Class for analysing and modifying monomial expressions over the integers
|
divideLCR | public Monomial divideLCR(Monomial m)(Code) | | the result of dividing the least common reducible (LCR) ofmonomial m and this by the monomialthis |
divides | public boolean divides(Monomial m)(Code) | | true iff the monomial this divides the monomialm |
getParts | public ListOfTerm getParts()(Code) | | |
hashCode | public int hashCode()(Code) | | |
reducible | public boolean reducible(Monomial m)(Code) | | true iff the coefficient of m can be made smaller(absolutely) by subtracting a multiple of this |
variablesAreCoprime | public boolean variablesAreCoprime(Monomial m)(Code) | | |
variablesSubsume | public boolean variablesSubsume(Monomial m)(Code) | | true iff the variables/parts of this subsume thevariables of m , i.e., if each variable thatoccurs in m occurs in the same or a higher powerin this |
|
|
|