Uses of Class
org.cicirello.search.problems.scheduling.WeightedShortestProcessingPlusSetupTime
-
Packages that use WeightedShortestProcessingPlusSetupTime Package Description org.cicirello.search.problems.scheduling Package of classes and interfaces related to representing and solving scheduling problems, which includes implementations of constructive heuristics for scheduling problems. -
-
Uses of WeightedShortestProcessingPlusSetupTime in org.cicirello.search.problems.scheduling
Subclasses of WeightedShortestProcessingPlusSetupTime in org.cicirello.search.problems.scheduling Modifier and Type Class Description class
ApparentTardinessCostSetupAdjusted
This is an implementation of a variation of the Apparent Tardiness Cost (ATC) heuristic, with a simple adjustment for setup times for problems with sequence-dependent setups.class
WeightedCostOverTimeSetupAdjusted
This is an implementation of a variation of the weighted COVERT heuristic, adjusted to account for setup times for problems with sequence-dependent setups.class
WeightedCriticalRatioSetupAdjusted
This is an implementation of a variation of the weighted critical ratio heuristic, adjusted to account for setup times for problems with sequence-dependent setups.class
WeightedShortestProcessingPlusSetupTimeLateOnly
This class implements a variation the weighted shortest process time heuristic with non-zero heuristic values only for late jobs, but adjusted to incorporate setups times for problems with sequence-dependent setups.
-