Noon-Bean Transformation
The function is an implementation of the Noon-Bean Transformation to transform an instance of the Generalized Travelling Salesman Problem (GTSP) to an equivalent instance of the Asymmetric Travelling Salesman Problem (ATSP).
Definitions:
GTSP: Consider a graph with its vertices partitioned into mutually exclusive vertex sets. Find the shortest path that visits one vertex in each set.
The Noon Bean Transformation convert a GTSP instance into a ATSP instance such that the optimal solution to the ATSP can be used to extract the optimal solution to the GTSP.
Inputs:
1. Full adjacency matrix for the GTSP
2. Set Mapping
Outputs:
1. ATSP adjacency matrix
Zitieren als
Neil (2025). Noon-Bean Transformation (https://de.mathworks.com/matlabcentral/fileexchange/44467-noon-bean-transformation), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- AI and Statistics > Statistics and Machine Learning Toolbox > Cluster Analysis and Anomaly Detection > Nearest Neighbors >
- MATLAB > Mathematics > Graph and Network Algorithms > Shortest Path > Traveling Salesman (TSP) >
- Mathematics and Optimization > Optimization Toolbox > Linear Programming and Mixed-Integer Linear Programming > Solver-Based Linear Programming >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
| Version | Veröffentlicht | Versionshinweise | |
|---|---|---|---|
| 1.0.0.0 |
