edu.neu.ccs.satsolver
Interface OutputI


public interface OutputI

OutputI class instances are returned by the outsourcing team code back to the csu team code as a result of computations.


Method Summary
 double getMaxBias()
          Returns the maximum bias representing the bent coin for the input pairs.
 PolynomialI getPolynomial()
          Returns the polynomial generated by the PairI values.
 

Method Detail

getMaxBias

double getMaxBias()
Returns the maximum bias representing the bent coin for the input pairs.

Valid return values are between 0 and 1.

Returns:
the maximum bias

getPolynomial

PolynomialI getPolynomial()
Returns the polynomial generated by the PairI values.

Returns:
Polynomial
See Also:
PolynomialI