Uses of Package
org.ddolib.ddo.core.heuristics.cluster
Packages that use 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.
-
Classes in org.ddolib.ddo.core.heuristics.cluster used by org.ddolib.ddo.core.compilationClassDescriptionInterface defining a strategy to reduce the number of nodes in a layer of a decision diagram by clustering nodes for restriction and relaxation.
-
Classes in org.ddolib.ddo.core.heuristics.cluster used by org.ddolib.ddo.core.heuristics.clusterClassDescriptionInterface defining a strategy to reduce the number of nodes in a layer of a decision diagram by clustering nodes for restriction and relaxation.Interface defining a distance function between states, used to form clusters when deciding which nodes on a layer of a decision diagram should be merged.
-
Classes in org.ddolib.ddo.core.heuristics.cluster used by org.ddolib.examples.knapsackClassDescriptionInterface defining a distance function between states, used to form clusters when deciding which nodes on a layer of a decision diagram should be merged.
-
Classes in org.ddolib.ddo.core.heuristics.cluster used by org.ddolib.examples.maximumcoverageClassDescriptionInterface defining a distance function between states, used to form clusters when deciding which nodes on a layer of a decision diagram should be merged.
-
Classes in org.ddolib.ddo.core.heuristics.cluster used by org.ddolib.examples.mksClassDescriptionInterface defining a distance function between states, used to form clusters when deciding which nodes on a layer of a decision diagram should be merged.
-
Classes in org.ddolib.ddo.core.heuristics.cluster used by org.ddolib.examples.talentschedulingClassDescriptionInterface defining a distance function between states, used to form clusters when deciding which nodes on a layer of a decision diagram should be merged.
-
Classes in org.ddolib.ddo.core.heuristics.cluster used by org.ddolib.modelingClassDescriptionInterface defining a strategy to reduce the number of nodes in a layer of a decision diagram by clustering nodes for restriction and relaxation.Interface defining a distance function between states, used to form clusters when deciding which nodes on a layer of a decision diagram should be merged.