Class OptimalValue
java.lang.Object
dk.alexandra.fresco.lib.lp.OptimalValue
- All Implemented Interfaces:
Computation<OptimalValue.Result,ProtocolBuilderNumeric>
public class OptimalValue
extends Object
implements Computation<OptimalValue.Result,ProtocolBuilderNumeric>
Extracts the optimal value from a
LPTableau and an update matrix representing a
terminated Simplex method. Returns the corresponding values of score=p/q-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OptimalValue
-
-
Method Details
-
buildComputation
- Specified by:
buildComputationin interfaceComputation<OptimalValue.Result,ProtocolBuilderNumeric>
-