|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.ll.group43.surfaceoptimization.dp.factory.cost.CostStrategy
edu.mit.ll.group43.surfaceoptimization.dp.factory.cost.SpotCostStrategy
edu.mit.ll.group43.surfaceoptimization.dp.factory.cost.OneGapSpotCostStrategy
edu.mit.ll.group43.surfaceoptimization.dp.factory.cost.OneGapForceSpotCostStrategy
edu.mit.ll.group43.surfaceoptimization.dp.factory.cost.AGOGFSpotCostStrategy
public class AGOGFSpotCostStrategy
Solves for the shortest path in the CPS network by combining the One Gap Force and All Gaps algorithms.
Constructor Summary | |
---|---|
AGOGFSpotCostStrategy(int cps,
MinimumSeparationCalculator<? extends WeightClass> calc)
|
Method Summary | |
---|---|
int |
getEdgeWeight(NetworkEdge edge)
Returns the additional delay that would be incurred if the optimal spot release time of the last aircraft in the target node was calculated immediately after that of the source node in the optimization. |
Methods inherited from class edu.mit.ll.group43.surfaceoptimization.dp.factory.cost.OneGapForceSpotCostStrategy |
---|
initializeFirstStage, safePrevTimeBound, safePrevTimeBound, setOptimalValues, sortedAlphasSoFar, sortedAlphasSoFar |
Methods inherited from class edu.mit.ll.group43.surfaceoptimization.dp.factory.cost.OneGapSpotCostStrategy |
---|
canFitBefore, earliestRelease, earliestReleaseAfter, earliestReleaseAfter, earliestReleaseBetween, earliestReleaseBetween |
Methods inherited from class edu.mit.ll.group43.surfaceoptimization.dp.factory.cost.SpotCostStrategy |
---|
earliestRelease, earliestRelease |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AGOGFSpotCostStrategy(int cps, MinimumSeparationCalculator<? extends WeightClass> calc)
Method Detail |
---|
public int getEdgeWeight(NetworkEdge edge)
getEdgeWeight
in class OneGapForceSpotCostStrategy
edge
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |