Uses of Record Class
org.ddolib.examples.tsptw.TSPTWDominanceKey
Packages that use TSPTWDominanceKey
Package
Description
This package implements the acs, astar and ddo models for the Traveling Salesman Problem with Time Window (TSPTW).
-
Uses of TSPTWDominanceKey in org.ddolib.examples.tsptw
Methods in org.ddolib.examples.tsptw that return TSPTWDominanceKeyModifier and TypeMethodDescriptionTSPTWDominance.getKey(TSPTWState state) Returns the dominance key for a given state, based on its current position and the set of locations that still must be visited.