Uses of Class
org.ddolib.examples.msct.MSCTProblem
Packages that use MSCTProblem
Package
Description
This package implements the acs, astar and ddo models for the Minimum Sum Completion Time (MSCT).
-
Uses of MSCTProblem in org.ddolib.examples.msct
Constructors in org.ddolib.examples.msct with parameters of type MSCTProblemModifierConstructorDescriptionMSCTFastLowerBound(MSCTProblem problem) Constructs a lower bound evaluator for a specific instance of the MSCT problem.MSCTRelax(MSCTProblem problem) Constructs a relaxation operator for the given MSCT problem instance.