Uses of Class
org.ddolib.examples.mks.MKSProblem
Packages that use MKSProblem
Package
Description
The Multidimensional Knapsack Problem (MKP) is a generalization of the KP
to multiple capacity constraints: $n$ items and $m$ dimensions of the knapsack
are given, each dimension with capacity bound $(C_1,\ldots ,C_m)$.
-
Uses of MKSProblem in org.ddolib.examples.mks
Constructors in org.ddolib.examples.mks with parameters of type MKSProblemModifierConstructorDescriptionMKSDistance(MKSProblem instance) Constructs a distance evaluator for the given MKS problem.MKSFastLowerBound(MKSProblem problem) Constructs a fast lower bound evaluator for the given MKS problem.