Class FakeBinaryProblem

java.lang.Object
org.uma.jmetal.problem.binaryproblem.impl.AbstractBinaryProblem
org.uma.jmetal.problem.binaryproblem.impl.FakeBinaryProblem
All Implemented Interfaces:
Serializable, BinaryProblem, Problem<BinarySolution>

public class FakeBinaryProblem extends AbstractBinaryProblem
Fake implementation of BinaryProblem that does nothing. Intended to be used in unit tests
See Also: