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

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

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

Subclasses of OneGapForceSpotCostStrategy 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 LenientAllGapsForceSpotCostStrategy
          Cost strategy for the Lenient All Gaps Force algorithm.