Uses of Interface
org.ddolib.modeling.Relaxation
Packages that use Relaxation
Package
Description
This package contains defining the compilation type and the compilation input
This package implements the acs, astar and ddo models for the Aircraft Landing Problem (ALP).
This package implements the acs, astar and ddo models for the Bounded Knapsack Problem (BKS).
This package implements the acs, astar and ddo models for the Golomb Rule Problem (GRP).
This package implements the acs, astar and ddo models for the Knapsack Problem (KS).
This package implements the acs, astar and ddo models for the Longest Common Subsequence (LCS) Problem.
This package implements the acs, astar and ddo models for the Maximum 2-Satisfiability Problem (MAX2SAT) Problem.
This package implements the acs, astar and ddo models for the Maximum Cut Problem (MCP).
This package implements the acs, astar and ddo models for the Maximum Independent Set Problem (MISP).
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 Minimum Sum Completion Time (MSCT).
This package implements the acs, astar and ddo models for the Pigment Sequencing Problem (PSP).
This package implements the acs, astar and ddo models for the Single Machine with Inventory Constraint (SMIC).
This package implements the acs, astar and ddo models for the Single Row Facility Layout Problem (SRFLP).
This package implements the acs, astar and ddo models for the Talent Scheduling problem (talentSched).
This package implements the acs, astar and ddo models for the Traveling Salesman Problem (TSP).
This package implements the acs, astar and ddo models for the Traveling Salesman Problem with Time Window (TSPTW).
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.
-
Uses of Relaxation in org.ddolib.ddo.core.compilation
Fields in org.ddolib.ddo.core.compilation declared as RelaxationModifier and TypeFieldDescriptionCompilationConfig.relaxationRelaxation model used to approximate or merge states in relaxed MDD compilation. -
Uses of Relaxation in org.ddolib.examples.alp
Classes in org.ddolib.examples.alp that implement Relaxation -
Uses of Relaxation in org.ddolib.examples.boundedknapsack
Classes in org.ddolib.examples.boundedknapsack that implement RelaxationModifier and TypeClassDescriptionclassA relaxation strategy for the Bounded Knapsack Problem (BKP) used in relaxed decision diagrams. -
Uses of Relaxation in org.ddolib.examples.gruler
Classes in org.ddolib.examples.gruler that implement RelaxationModifier and TypeClassDescriptionclassRelaxation operator for the Golomb Ruler (GR) problem. -
Uses of Relaxation in org.ddolib.examples.knapsack
Classes in org.ddolib.examples.knapsack that implement Relaxation -
Uses of Relaxation in org.ddolib.examples.lcs
Classes in org.ddolib.examples.lcs that implement Relaxation -
Uses of Relaxation in org.ddolib.examples.max2sat
Classes in org.ddolib.examples.max2sat that implement RelaxationModifier and TypeClassDescriptionclassImplements a relaxation for the Maximum 2-Satisfiability (MAX2SAT) problem. -
Uses of Relaxation in org.ddolib.examples.maximumcoverage
Classes in org.ddolib.examples.maximumcoverage that implement RelaxationModifier and TypeClassDescriptionclassRelaxation operator forMaxCoverStatein the Maximum Coverage problem. -
Uses of Relaxation in org.ddolib.examples.mcp
Classes in org.ddolib.examples.mcp that implement RelaxationModifier and TypeClassDescriptionclassImplements a relaxation strategy for the Maximum Cut Problem (MCP). -
Uses of Relaxation in org.ddolib.examples.misp
Classes in org.ddolib.examples.misp that implement RelaxationModifier and TypeClassDescriptionclassImplements a relaxation strategy for the Maximum Independent Set Problem (MISP) to be used in decision diagram optimization (DDO) algorithms. -
Uses of Relaxation in org.ddolib.examples.mks
Classes in org.ddolib.examples.mks that implement RelaxationModifier and TypeClassDescriptionclassRelaxation strategy for the multi-dimensional Knapsack problem (MKS) states. -
Uses of Relaxation in org.ddolib.examples.msct
Classes in org.ddolib.examples.msct that implement RelaxationModifier and TypeClassDescriptionclassImplements the relaxation operator for theMSCTProblemin the context of Decision Diagram Optimization (DDO) algorithms. -
Uses of Relaxation in org.ddolib.examples.pigmentscheduling
Classes in org.ddolib.examples.pigmentscheduling that implement RelaxationModifier and TypeClassDescriptionclassImplements the relaxation mechanism used in the DDO framework for the Pigment Scheduling Problem (PSP). -
Uses of Relaxation in org.ddolib.examples.smic
Classes in org.ddolib.examples.smic that implement RelaxationModifier and TypeClassDescriptionclassTheSMICRelaxclass implements a relaxation operator for theSMICProblem, used in Decision Diagram Optimization (DDO)-based solvers. -
Uses of Relaxation in org.ddolib.examples.srflp
Classes in org.ddolib.examples.srflp that implement RelaxationModifier and TypeClassDescriptionclassImplementation of a relaxation for the Single Row Facility Layout Problem (SRFLP). -
Uses of Relaxation in org.ddolib.examples.talentscheduling
Classes in org.ddolib.examples.talentscheduling that implement RelaxationModifier and TypeClassDescriptionclassImplementation of a relaxation for the Talent Scheduling problem (TSP). -
Uses of Relaxation in org.ddolib.examples.tsp
Classes in org.ddolib.examples.tsp that implement RelaxationModifier and TypeClassDescriptionclassImplementation of a relaxation for the Traveling Salesman Problem (TSP). -
Uses of Relaxation in org.ddolib.examples.tsptw
Classes in org.ddolib.examples.tsptw that implement RelaxationModifier and TypeClassDescriptionclassRelaxation class for the Traveling Salesman Problem with Time Windows (TSPTW). -
Uses of Relaxation in org.ddolib.modeling
Methods in org.ddolib.modeling that return RelaxationModifier and TypeMethodDescriptionDdoModel.relaxation()Returns the relaxation of the model used to evaluate the nodes or layers of the decision diagram.final Relaxation<T> ExactModel.relaxation()