Uses of Class
edu.mit.ll.group43.surfaceoptimization.dp.factory.cost.OneGapSpotCostStrategy

Packages that use OneGapSpotCostStrategy
edu.mit.ll.group43.surfaceoptimization.dp.factory.cost   
 

Uses of OneGapSpotCostStrategy in edu.mit.ll.group43.surfaceoptimization.dp.factory.cost
 

Subclasses of OneGapSpotCostStrategy in edu.mit.ll.group43.surfaceoptimization.dp.factory.cost
 class AGOGFSpotCostStrategy
          Solves for the shortest path in the CPS network by combining the One Gap Force and All Gaps algorithms.
 class AllGapsForceSpotCostStrategy
          Solves for the shortest path through the CPS network by implementing the All Gaps Force heuristic.
 class AllGapsSpotCostStrategy
          The spot cost strategy for the All Gaps algorithm.
 class LenientAllGapsForceSpotCostStrategy
          Cost strategy for the Lenient All Gaps Force algorithm.
 class OneGapForceSpotCostStrategy
          Spot cost strategy for the One Gap Force algorithm.
 class SmartAllGapsSpotCostStrategy
          Spot cost strategy for All Gaps that considers an entire spot release sequence when determining the predecessor bound rather than just the optimal spot release time of the last released aircraft.