Interface AlgorithmicProblemReduction<I1,O1,I2,O2>
-
- All Known Implementing Classes:
IdentityReduction
public interface AlgorithmicProblemReduction<I1,O1,I2,O2>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description O1decodeSolution(O2 solution)I2encodeProblem(I1 problem)
-