public class IdentityReduction<I,O> extends java.lang.Object implements AlgorithmicProblemReduction<I,O,I,O>
| Constructor and Description |
|---|
IdentityReduction() |
| Modifier and Type | Method and Description |
|---|---|
O |
decodeSolution(O solution) |
I |
encodeProblem(I problem) |
public I encodeProblem(I problem)
encodeProblem in interface AlgorithmicProblemReduction<I,O,I,O>public O decodeSolution(O solution)
decodeSolution in interface AlgorithmicProblemReduction<I,O,I,O>