Uses of Class
org.ddolib.examples.alp.ALPState
Packages that use ALPState
Package
Description
This package implements the acs, astar and ddo models for the Aircraft Landing Problem (ALP).
-
Uses of ALPState in org.ddolib.examples.alp
Methods in org.ddolib.examples.alp that return ALPStateModifier and TypeMethodDescriptionALPProblem.initialState()ALPRelax.mergeStates(Iterator<ALPState> states) Merges multiple states into a single relaxed state.ALPProblem.transition(ALPState state, Decision decision) Methods in org.ddolib.examples.alp with parameters of type ALPStateModifier and TypeMethodDescriptionintCompares two ALP states according to the number of remaining aircraft and the sum of runway previous landing times.doubleALPFastLowerBound.fastLowerBound(ALPState state, Set<Integer> variables) Computes a heuristic lower bound of total tardiness from the given state.doubleReturns the relaxed cost of a transition (edge) between states.ALPProblem.transition(ALPState state, Decision decision) doubleALPProblem.transitionCost(ALPState state, Decision decision) Method parameters in org.ddolib.examples.alp with type arguments of type ALPStateModifier and TypeMethodDescriptionALPRelax.mergeStates(Iterator<ALPState> states) Merges multiple states into a single relaxed state.Constructors in org.ddolib.examples.alp with parameters of type ALPState