Class KnapsackProblemFile

java.lang.Object
org.opt4j.benchmarks.knapsack.KnapsackProblemFile
All Implemented Interfaces:
KnapsackProblem

public class KnapsackProblemFile extends Object implements KnapsackProblem
The KnapsackProblemFile is a KnapsackProblem that is initialized by a file. The format can be found on the referenced website.
See Also: