Uses of Package
org.ddolib.ddo.core.heuristics.cluster

Package
Description
This package contains defining the compilation type and the compilation input
This package contains the classes and interfaces defining the heuristics which can be used to discard or merge node during the restriction or relaxation of the MDD.
This package implements the acs, astar and ddo models for the Knapsack Problem (KS).
 
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)$.
This package implements the acs, astar and ddo models for the Talent Scheduling problem (talentSched).
This package contains the interfaces and abstract classes that must be implemented as problem specific classes to model a problem.It also contains default implementation.