sbrt.kernel.math
Interface QuadraticExpr.Term<V>

Type Parameters:
V - the variable type.
All Superinterfaces:
java.lang.Iterable<V>, Polynomial.Term<V>
Enclosing interface:
QuadraticExpr<V>

public static interface QuadraticExpr.Term<V>
extends Polynomial.Term<V>

This interface is used to represent the terms of quadratic expressions. It has not been fully implemented.

Author:
This interface was written and documented by Jeremiah Wright while in the Wagner lab.

Method Summary
 
Methods inherited from interface sbrt.kernel.math.Polynomial.Term
equals, getCoefficient, getVariables, hasAllVariables, hashCode, hasVariable, iterator, power, toString, variables