Uses of Class
org.ddolib.examples.pdp.PDPProblem
Packages that use PDPProblem
Package
Description
This package implements the acs, astar and ddo models for the Single Vehicle Pick-up and Delivery Problem (PDP).
-
Uses of PDPProblem in org.ddolib.examples.pdp
Methods in org.ddolib.examples.pdp that return PDPProblemModifier and TypeMethodDescriptionstatic PDPProblemPDPGenerator.genInstance(int n, int unrelated, int maxCapa, Random random) Generates a random PDP instance with the given parameters.Constructors in org.ddolib.examples.pdp with parameters of type PDPProblemModifierConstructorDescriptionPDPFastLowerBound(PDPProblem problem) Constructs a new fast lower bound estimator for a given PDP problem instance.PDPSolution(PDPProblem problem, int[] solution, double value) Constructs a PDP solution with the given problem, solution sequence, and value.