Uses of Class
org.ddolib.examples.pdp.PDPState
Packages that use PDPState
Package
Description
This package implements the acs, astar and ddo models for the Single Vehicle Pick-up and Delivery Problem (PDP).
-
Uses of PDPState in org.ddolib.examples.pdp
Methods in org.ddolib.examples.pdp that return PDPStateModifier and TypeMethodDescriptionPDPProblem.initialState()Returns the initial state of the problem.PDPProblem.transition(PDPState state, Decision decision) Computes the next state given a current state and a decision.Methods in org.ddolib.examples.pdp with parameters of type PDPStateModifier and TypeMethodDescriptionintCompares two PDP states to determine their relative rank.Returns the domain of possible decisions (nodes to visit) from a given state and variable index.doublePDPFastLowerBound.fastLowerBound(PDPState state, Set<Integer> variables) Computes a fast lower bound for a given state and a set of unassigned variables.PDPProblem.transition(PDPState state, Decision decision) Computes the next state given a current state and a decision.doublePDPProblem.transitionCost(PDPState state, Decision decision) Computes the cost of transitioning from a state via a decision.