SlideShare a Scribd company logo
INTERACTION THEORY 
NEW PARADIGM FOR SOLVING THE 
TRAVELING SALESMAN PROBLEM 
(TSP) 
Anang Z.Gani 
Department of Industrial Engineering 
Institut Teknologi Bandung 
Bandung, Indonesia 2012 
ganiaz@gmail.com 
ganiaz@mail.ti.itb.ac.id
2
3
4 
 INTRODUCTION 
 OBJECTIVE 
 BACKGROUND 
 INTERACTION THEORY 
 COMPUTATIONAL 
EXPERIENCES AND 
EXAMPLE 
 CONCLUSION 
AZG 
2012 
(Keywords: Graph; P vs NP; Combinatorial Optimization; 
Traveling Salesman Problem; Complexity Theory; Interaction 
Theory; Linear Programming; Integer Programming ; 
Network).
5 
The area of Applications : 
Robot control 
Road Trips 
Mapping Genomes 
Customized Computer Chip 
Constructing Universal DNA Linkers 
Aiming Telescopes, X-rays and lasers 
Guiding Industrial Machines 
Organizing Data 
X-ray crytallography 
Tests for Microprocessors Scheduling Jobs 
Planning hiking path in a nature park 
Gathering geophysical seismic data 
Vehicle routing 
Crystallography 
Drilling of printed circuit boards 
Chronological sequencing 
AZG 
2012
The problem of TSP is to find the shortest 
possible route to visit N cities exactly once and 
returns to the origin city. 
The TSP very simple and easily stated but it is 
very difficult to solve. 
The TSP - combinatorial problem 
the alternative routes exponentially increases 
by the number of cities. 
1/2 (N-1)! 
4 cities = 3 possible routes 
4 times to 16 cities = to 653,837,184,000. 
10 times to 40 cities =1,009 x1046 
IF 100,000 CITIES...... (possible routes?) 
AZG 
2012 
6
SOAL 33 KOTA 
ALTERNATIVE RUTE 32!/2 = 
131.565.418.466.846.756.083.609.606.080.000.000 
KOMPUTER PALING TOP $ 133.000.000 ROADRUNNER 
CLUSTER DARI UNITED STATES DEPARTMENT OF 
ENERGY DIMANA 129.6600 CORE MACHINE TOPPED 
THE 2009 RANKING OF THE 500 WORLD’S FASTES 
SUPER COMPUTERS, DELIVERING UP TO 1.547 
TRILION ARITHMETIC OPERATIONS PER SECOND. 
DIPERLUKAN WAKTUN 28 TRILIUN TAHUN 
SEDANGKAN UMUR UNIVERS HANYA 14 
MILIAR TAHUN 
INI MEMANG GILA 
AZG 
2012
7 (tujuh) 
problem 
matematika 
pada 
millenium ini 
1. The Birch and Swinnerton- 
Dyer Conjecture 
2. The Poincare Conjecture 
3. Navier-Stokes Equations 
4. P versus NP Problem 
5. Riemann Hypothesis 
6. The Hodge Conjecture 
7. Yang-Mills Theory and The 
Mass Gap Hypothesis. 
AZG 
2012
9 
. "The P versus NP 
Problem" is considered one 
of the seven greatest 
unsolved mathematical 
problems 
AZG 
2012
10 
One important statement about the NP-complete 
problem (Papadimitriou & Steiglitz) : 
a. No NP-complete problem can be solved by 
any known polynomial algorithm (and this 
is the resistance despite efforts by many 
brilliant researchers for many decades). 
b. If there is a polynomial algorithm for any 
NP-complete problem, then there are 
polynomial algorithms for all NP-complete 
problems. 
THIS IS CHALLENGE TO PROVE 
P= NP MUST BE PURSUED! 
AZG 
2012
TSP dealing with the resources : 
1. Time (how many iteration it takes to 
solve a problem) 
2. space (how much memory it takes to 
solve a problem). 
THE MAIN PROBLEM : 
1. THE NUMBER OF STEPS (TIME) INCREASES 
EXPONENTIALLY ALONG WITH THE INCREASE IN 
THE SIZE OF THE PROBLEM. 
2. HUGE AMOUNT COMPUTER RESOURCES ARE 
REQUIRED 
NEW PARADIGM 
(BREAKTHROUGH) 
AZG 
2012 
11
PARADIGM 
OLD NEW 
1. LP & DERIVATIVES 
2. HEURISTIC (PROBABILISTIC) 
3. PROCEDURE IS 
COMPLICATED 
4. NEEDS RESOURCES OF TIME 
AND MEMORY UNLIMITED 
5. CHECKING ALL ELEMENTS 
6. P = NP VS P ≠ NP ? 
7. KNOWLEDGE IS HIGH 
8. LONG OPERATING TIME 
1. INTERACTION THEORY 
2. DETERMINISTIC 
3. PROCEDURE IS SO SIMPLE 
4. RESOURCES NEED IS 
LIMITED 
5. CHECKING LIMITED 
ELEMENTS (PRIORITY) 
6. P=NP 
7. SIMPLE ARITHMATIC 
8. SHORT OPERATING TIME 
(EFFICIENT AND EFFECTIVE) 
AZG 
2012 
12
SUMMARIZES THE MILESTONES OF SOLVING 
TRAVELING SALESMAN PROBLEM. 
Year Research Team Size of Instance 
1954 G. Dantzig, R. Fulkerson, and S. 
Johnson 
49 cities 
1971 M. Held and R.M. Karp 64 cities 
1975 P.M. Camerini, L. Fratta, and F. 
Maffioli 
67 cities 
1977 M. Grötschel 120 cities 
1980 H. Crowder and M.W. Padberg 318 cities 
1987 M. Padberg and G. Rinaldi 532 cities 
(109,5 secon) 
1987 M. Grötschel and O. Holland 666 cities 
1987 M. Padberg and G. Rinaldi 2,392 cities 
1994 D. Applegate, R. Bixby, V. 
Chvátal, and W. Cook 
7,397 cities 
1998 D. Applegate, R. Bixby, V. 
Chvátal, and W. Cook 
13,509 cities 
(4 Years) 
AZG 
2012 
13
SUMMARIZES THE MILESTONES OF SOLVING 
TRAVELING SALESMAN PROBLEM. 
Year Research Team Size of Instance 
2001 D. Applegate, R. Bixby, V. Chvátal, 
and W. Cook 
15,112 cities 
(ca. 22 Years) 
2004 D. Applegate, R. Bixby, V. Chvátal, 
W. Cook and K. Helsgaun 
24,978 cities 
2006 D. Applegate, R. Bixby, V. Chvátal, 
and W. Cook 
85,900 cities 
2009 D. Applegate, R. Bixby, V. Chvátal, 
and W. Cook 
1,904,711 cities 
2009 Yuichi Nagata 100.000 
Mona Lisa 
AZG 
2012 
14
15 
TECHNIQUE AND METHOD 
FOR SOLVING TSP 
HEURISTIC EXACT SOLUTION 
• NEURAL NETWORK 
• GENETIC ALGORITHM 
• SIMULATED ANNEALING 
• ARTIFICIAL INTELLEGENT 
• EXPERT SYSTEM 
• FRACTAL 
• TABU SEARCH 
• NEAREST NEIGBOR 
• THRESHOLD ALGORITHM 
• ANT COLONY OPTIMIZATION 
• LINEAR PROGRAMMING 
INTEGER PROGRAMMING 
• CUTTING PLANE 
• DYNAMIC PROGRAMMING 
• THE MINIMUM SPANNING 
TREE 
• LAGRANGE RELAXATION 
• ELLIPSOID ALGORITHM 
• PROJECTIVE SCALING 
ALGORITHM 
• BRANCH AND BOUND 
• ASAINMENT 
AZG 
2012
16 
OBJECTIVE FUNCTION 
n 
 
n 
 
z  x(i, j)d(i, j) 
j 1 
i1 
• d(i,j) = (direct) distance between 
city i and city j. 
AZG 
2012
Constraints 
n 
 x(i, j) 
1 , i 1,2, ...,n 
j 1 
n 
 x(i, j) 
1 , j 1,2, ...,n 
i 1 
• Each city must be “exited” exactly once 
• Each city must be “entered” exactly once 
Subtour elimination constraint 
 x(i, j)  S 
 1,  S  {1, 2, ...,n} 
i , jS 
• S = subset of cities 
• |S| = cardinality of S (# of elements in S) 
• There are 2n such sets !!!!!!! 
AZG 
2012
18 
NUMBER OF LINIER INEQUALITIES 
AS CONSTRAINS IN TSP 
• If n=15 the number of countraints is 
1.993.711.339.620 
• If n=50 the number of countraints 1060 
• If n=120 the number of countraints 2 x 10179 
or to be exact : 
267925490760634893755546189948219873995788690377687 
078048465194329577247030862734015632117088075939986 
913459296483643418942533445648036828825541887362427 
99920969079258554704177287 
AZG 
2012 
Grotschel
19 
AZG 
2012 
 INTERACTION THEORY
INTERACTION THEORY 
In 1965 Anang Z. Gani [28] did research on the Facilities Planning 
problem as a special project (Georgia Tach in 1965) 
Supervision James Apple 
Later, J. M. Devis and K. M. Klein further continued the original 
work of Anang Z. Gani 
Then M. P. Deisenroth “ PLANET” direction of James Apple 
(Georgia Tech in1971) 
Since 1966, Anang Z. Gani has been continuing his research and 
further developed a new concept which is called “The Interaction 
Theory” (INSTITUT TEKNOLOGI BANDUNG) 
The model is the From - To chart the which provides quantitative 
information of the movement between departments 
AZG 
2012 
20
The model is the From - To chart the which 
provides quantitative information of the 
movement between departments (common 
mileage chart on the road map). 
The absolute value or the number of a 
element as an individual of a matrix can not 
be used in priority setting 
the TSP matrix has two values, 
1. the initial absolute value (interaction 
value) 
2. the relative value (interaction coefficient) 
DIM = The Delta Interaction Matrix 
AZG 
2012 
21
AZG 
2012 
22 
Two parallel lines
Two parallel lines distorted 
(Hering illusion) 
AZG 
2012 
23
1 2 3 4 
1 0 700 10 20 
2 2 0 800 15 
3 4 3 0 10 
4 10 2 30 0 
RELATIVE VALUE 
AZG 
2012 
24
The formula for the interaction 
coefficient ( c) is: 
i,j c= x2/(X.X). 
i,j i,j 
i. .jm 
Xi. =  
j 1 
 
xij (i = 1 ……. m ) 
n 
X.j =  
i 1 
xij (j = 1 ……. n ) 
AZG 
2012 
25
TSP 
INTERACTION 
THEORY 
TSP P=NP 
GENERAL 
AZG 
2012
APPLICATION OF THEORY INTERACTION 
AZG 
2012 
• Traveling Salesman Problem (Symmetric and 
Asymmetric, minimum and maximum). 
• Transportation Problem. 
• Logistic. 
• Assignment problem. 
• Network problem 
• Set Covering Problem. 
• Minimum Spanning Tree (MST) 
• Decision Making. 
• Layout Problem. 
• Location Problem 
• Financial Analysis. 
• Clustering. 
• Data Mining
28 
Transportation 
Problems 
TSP 
(Symmetric & Asymmetric 
Graph 
Network Problems 
Scheduling 
Decision 
Making Clustering 
Layout 
Problems 
Location 
Problems 
Financial 
Analysis 
Assignment 
Problems 
Routing Data Mining 
AZG 
2012
29 
Computer Science 
Transportasi 
Militer 
Ekonomi 
Strategi 
Finansial 
Distribusi / Logistik 
Psikologi 
Kimia 
Fisika 
Biologi 
Operations Research 
Telekomunikasi 
Industri Sosial 
AZG 
2012
90 
80 
70 
60 
50 
40 
30 
20 
10 
0 
49 
45 
17 
86 
38 
47 
16 
8 
48 
84 
61 
64 
19 
82 
85 
83 
5 
91 
60 
93 
98 
100 
11 
7 
18 
99 
37 
96 
59 
92 
62 
6 
89 
88 31 
52 
36 
46 
63 
90 
32 
10 
70 
30 
20 
66 
71 
65 
35 
34 
81 78 
9 
51 
33 
79 
3 
76 77 
50 
1 
69 
27 
101 
53 
28 
26 
12 
68 
80 
29 
24 
54 
55 
4 25 
39 
23 67 
56 
75 
41 
21 
73 72 
74 
22 
40 
58 
94 13 
95 
97 
87 
2 
57 
15 
43 
42 
14 
44 
0 10 20 30 40 50 60 70 80 
Route for 101 cities ( 8 Optimal solutions) 
AZG 
2012 
30
Portrait of Mona Lisa with Solution of a Traveling 
Salesman Problem. Courtesy of Robert Bosch ©2012 
( 7 Optimal solutions) 
AZG 
2012 
31
AZG CONCLUSION 
2012 
• The conclusion is that the 
Interaction Theory creates a new 
paradigm to the new efficient and 
effective algorithm for solving the 
TSP easily (N=NP). 
• Overall, the Interaction Theory 
shows a new concept which has 
potential for development in 
mathematics, computer science 
and Operations Research and their 
applications 
32
33 
THANK 
YOU 
AZG 
2012 
SIMPLICITY IS 
POWER

More Related Content

Similar to Interaction Theory - New Paradigm in Solving the Traveling Salesman Problem (TSP)

[20240429_LabSeminar_Huy]Spatio-Temporal Graph Neural Point Process for Traff...
[20240429_LabSeminar_Huy]Spatio-Temporal Graph Neural Point Process for Traff...[20240429_LabSeminar_Huy]Spatio-Temporal Graph Neural Point Process for Traff...
[20240429_LabSeminar_Huy]Spatio-Temporal Graph Neural Point Process for Traff...
thanhdowork
 
True global optimality of the pressure vessel design problem: a benchmark for...
True global optimality of the pressure vessel design problem: a benchmark for...True global optimality of the pressure vessel design problem: a benchmark for...
True global optimality of the pressure vessel design problem: a benchmark for...
Xin-She Yang
 
Four Hats of Math: CFD
Four Hats of Math: CFDFour Hats of Math: CFD
Four Hats of Math: CFD
Tomasz Bednarz
 
Integration of Finite Element Method with Runge – Kuta Solution Algorithm
Integration of Finite Element Method with Runge – Kuta Solution AlgorithmIntegration of Finite Element Method with Runge – Kuta Solution Algorithm
Integration of Finite Element Method with Runge – Kuta Solution Algorithm
IJERA Editor
 
Learning Theory 101 ...and Towards Learning the Flat Minima
Learning Theory 101 ...and Towards Learning the Flat MinimaLearning Theory 101 ...and Towards Learning the Flat Minima
Learning Theory 101 ...and Towards Learning the Flat Minima
Sangwoo Mo
 
Travelling Salesman Problem using Partical Swarm Optimization
Travelling Salesman Problem using Partical Swarm OptimizationTravelling Salesman Problem using Partical Swarm Optimization
Travelling Salesman Problem using Partical Swarm Optimization
Ilgın Kavaklıoğulları
 
Supervised Learning of Sparsity-Promoting Regularizers for Denoising
Supervised Learning of Sparsity-Promoting Regularizers for DenoisingSupervised Learning of Sparsity-Promoting Regularizers for Denoising
Supervised Learning of Sparsity-Promoting Regularizers for Denoising
Mike McCann
 
Efficient analytical and hybrid simulations using OpenSees
Efficient analytical and hybrid simulations using OpenSeesEfficient analytical and hybrid simulations using OpenSees
Efficient analytical and hybrid simulations using OpenSees
openseesdays
 
Litvinenko, Uncertainty Quantification - an Overview
Litvinenko, Uncertainty Quantification - an OverviewLitvinenko, Uncertainty Quantification - an Overview
Litvinenko, Uncertainty Quantification - an Overview
Alexander Litvinenko
 
Energy management system
Energy management systemEnergy management system
Energy management system
AmishaSrivastava26
 
Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3
Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3
Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3
IRJET Journal
 
Particle Swarm Optimization Algorithm Based Window Function Design
Particle Swarm Optimization Algorithm Based Window Function DesignParticle Swarm Optimization Algorithm Based Window Function Design
Particle Swarm Optimization Algorithm Based Window Function Design
International Journal of Modern Research in Engineering and Technology
 
ACT Science Coffee - Michael Emmerich
ACT Science Coffee - Michael EmmerichACT Science Coffee - Michael Emmerich
ACT Science Coffee - Michael Emmerich
Advanced-Concepts-Team
 
Applications of Mathematics
Applications of MathematicsApplications of Mathematics
Applications of Mathematics
VidhyaSenthil
 
An Algebraic Method to Check the Singularity-Free Paths for Parallel Robots
An Algebraic Method to Check the Singularity-Free Paths for Parallel RobotsAn Algebraic Method to Check the Singularity-Free Paths for Parallel Robots
An Algebraic Method to Check the Singularity-Free Paths for Parallel Robots
Dr. Ranjan Jha
 
True Global Optimality of the Pressure Vessel Design Problem: A Benchmark for...
True Global Optimality of the Pressure Vessel Design Problem: A Benchmark for...True Global Optimality of the Pressure Vessel Design Problem: A Benchmark for...
True Global Optimality of the Pressure Vessel Design Problem: A Benchmark for...
Xin-She Yang
 
Computational Tools for Extracting, Representing and Analyzing Facial Features
Computational Tools for Extracting, Representing and Analyzing Facial FeaturesComputational Tools for Extracting, Representing and Analyzing Facial Features
Computational Tools for Extracting, Representing and Analyzing Facial Features
saulnml
 

Similar to Interaction Theory - New Paradigm in Solving the Traveling Salesman Problem (TSP) (20)

[20240429_LabSeminar_Huy]Spatio-Temporal Graph Neural Point Process for Traff...
[20240429_LabSeminar_Huy]Spatio-Temporal Graph Neural Point Process for Traff...[20240429_LabSeminar_Huy]Spatio-Temporal Graph Neural Point Process for Traff...
[20240429_LabSeminar_Huy]Spatio-Temporal Graph Neural Point Process for Traff...
 
True global optimality of the pressure vessel design problem: a benchmark for...
True global optimality of the pressure vessel design problem: a benchmark for...True global optimality of the pressure vessel design problem: a benchmark for...
True global optimality of the pressure vessel design problem: a benchmark for...
 
Four Hats of Math: CFD
Four Hats of Math: CFDFour Hats of Math: CFD
Four Hats of Math: CFD
 
Integration of Finite Element Method with Runge – Kuta Solution Algorithm
Integration of Finite Element Method with Runge – Kuta Solution AlgorithmIntegration of Finite Element Method with Runge – Kuta Solution Algorithm
Integration of Finite Element Method with Runge – Kuta Solution Algorithm
 
Learning Theory 101 ...and Towards Learning the Flat Minima
Learning Theory 101 ...and Towards Learning the Flat MinimaLearning Theory 101 ...and Towards Learning the Flat Minima
Learning Theory 101 ...and Towards Learning the Flat Minima
 
Travelling Salesman Problem using Partical Swarm Optimization
Travelling Salesman Problem using Partical Swarm OptimizationTravelling Salesman Problem using Partical Swarm Optimization
Travelling Salesman Problem using Partical Swarm Optimization
 
Supervised Learning of Sparsity-Promoting Regularizers for Denoising
Supervised Learning of Sparsity-Promoting Regularizers for DenoisingSupervised Learning of Sparsity-Promoting Regularizers for Denoising
Supervised Learning of Sparsity-Promoting Regularizers for Denoising
 
Efficient analytical and hybrid simulations using OpenSees
Efficient analytical and hybrid simulations using OpenSeesEfficient analytical and hybrid simulations using OpenSees
Efficient analytical and hybrid simulations using OpenSees
 
Litvinenko, Uncertainty Quantification - an Overview
Litvinenko, Uncertainty Quantification - an OverviewLitvinenko, Uncertainty Quantification - an Overview
Litvinenko, Uncertainty Quantification - an Overview
 
Energy management system
Energy management systemEnergy management system
Energy management system
 
40120130406008
4012013040600840120130406008
40120130406008
 
Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3
Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3
Integral Solutions of the Ternary Cubic Equation 3(x2+y2)-4xy+2(x+y+1)=972z3
 
Particle Swarm Optimization Algorithm Based Window Function Design
Particle Swarm Optimization Algorithm Based Window Function DesignParticle Swarm Optimization Algorithm Based Window Function Design
Particle Swarm Optimization Algorithm Based Window Function Design
 
ACT Science Coffee - Michael Emmerich
ACT Science Coffee - Michael EmmerichACT Science Coffee - Michael Emmerich
ACT Science Coffee - Michael Emmerich
 
Applications of Mathematics
Applications of MathematicsApplications of Mathematics
Applications of Mathematics
 
An Algebraic Method to Check the Singularity-Free Paths for Parallel Robots
An Algebraic Method to Check the Singularity-Free Paths for Parallel RobotsAn Algebraic Method to Check the Singularity-Free Paths for Parallel Robots
An Algebraic Method to Check the Singularity-Free Paths for Parallel Robots
 
True Global Optimality of the Pressure Vessel Design Problem: A Benchmark for...
True Global Optimality of the Pressure Vessel Design Problem: A Benchmark for...True Global Optimality of the Pressure Vessel Design Problem: A Benchmark for...
True Global Optimality of the Pressure Vessel Design Problem: A Benchmark for...
 
final seminar
final seminarfinal seminar
final seminar
 
Computational Tools for Extracting, Representing and Analyzing Facial Features
Computational Tools for Extracting, Representing and Analyzing Facial FeaturesComputational Tools for Extracting, Representing and Analyzing Facial Features
Computational Tools for Extracting, Representing and Analyzing Facial Features
 
Senior Project4-29
Senior Project4-29Senior Project4-29
Senior Project4-29
 

Recently uploaded

Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
dxobcob
 
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABSDESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
itech2017
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
aqil azizi
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
zwunae
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
camseq
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
obonagu
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
Intella Parts
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
ChristineTorrepenida1
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 

Recently uploaded (20)

Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
 
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABSDESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
DESIGN AND ANALYSIS OF A CAR SHOWROOM USING E TABS
 
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdfTutorial for 16S rRNA Gene Analysis with QIIME2.pdf
Tutorial for 16S rRNA Gene Analysis with QIIME2.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
 
Modelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdfModelagem de um CSTR com reação endotermica.pdf
Modelagem de um CSTR com reação endotermica.pdf
 
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
在线办理(ANU毕业证书)澳洲国立大学毕业证录取通知书一模一样
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
Forklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella PartsForklift Classes Overview by Intella Parts
Forklift Classes Overview by Intella Parts
 
Unbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptxUnbalanced Three Phase Systems and circuits.pptx
Unbalanced Three Phase Systems and circuits.pptx
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 

Interaction Theory - New Paradigm in Solving the Traveling Salesman Problem (TSP)

  • 1. INTERACTION THEORY NEW PARADIGM FOR SOLVING THE TRAVELING SALESMAN PROBLEM (TSP) Anang Z.Gani Department of Industrial Engineering Institut Teknologi Bandung Bandung, Indonesia 2012 ganiaz@gmail.com ganiaz@mail.ti.itb.ac.id
  • 2. 2
  • 3. 3
  • 4. 4  INTRODUCTION  OBJECTIVE  BACKGROUND  INTERACTION THEORY  COMPUTATIONAL EXPERIENCES AND EXAMPLE  CONCLUSION AZG 2012 (Keywords: Graph; P vs NP; Combinatorial Optimization; Traveling Salesman Problem; Complexity Theory; Interaction Theory; Linear Programming; Integer Programming ; Network).
  • 5. 5 The area of Applications : Robot control Road Trips Mapping Genomes Customized Computer Chip Constructing Universal DNA Linkers Aiming Telescopes, X-rays and lasers Guiding Industrial Machines Organizing Data X-ray crytallography Tests for Microprocessors Scheduling Jobs Planning hiking path in a nature park Gathering geophysical seismic data Vehicle routing Crystallography Drilling of printed circuit boards Chronological sequencing AZG 2012
  • 6. The problem of TSP is to find the shortest possible route to visit N cities exactly once and returns to the origin city. The TSP very simple and easily stated but it is very difficult to solve. The TSP - combinatorial problem the alternative routes exponentially increases by the number of cities. 1/2 (N-1)! 4 cities = 3 possible routes 4 times to 16 cities = to 653,837,184,000. 10 times to 40 cities =1,009 x1046 IF 100,000 CITIES...... (possible routes?) AZG 2012 6
  • 7. SOAL 33 KOTA ALTERNATIVE RUTE 32!/2 = 131.565.418.466.846.756.083.609.606.080.000.000 KOMPUTER PALING TOP $ 133.000.000 ROADRUNNER CLUSTER DARI UNITED STATES DEPARTMENT OF ENERGY DIMANA 129.6600 CORE MACHINE TOPPED THE 2009 RANKING OF THE 500 WORLD’S FASTES SUPER COMPUTERS, DELIVERING UP TO 1.547 TRILION ARITHMETIC OPERATIONS PER SECOND. DIPERLUKAN WAKTUN 28 TRILIUN TAHUN SEDANGKAN UMUR UNIVERS HANYA 14 MILIAR TAHUN INI MEMANG GILA AZG 2012
  • 8. 7 (tujuh) problem matematika pada millenium ini 1. The Birch and Swinnerton- Dyer Conjecture 2. The Poincare Conjecture 3. Navier-Stokes Equations 4. P versus NP Problem 5. Riemann Hypothesis 6. The Hodge Conjecture 7. Yang-Mills Theory and The Mass Gap Hypothesis. AZG 2012
  • 9. 9 . "The P versus NP Problem" is considered one of the seven greatest unsolved mathematical problems AZG 2012
  • 10. 10 One important statement about the NP-complete problem (Papadimitriou & Steiglitz) : a. No NP-complete problem can be solved by any known polynomial algorithm (and this is the resistance despite efforts by many brilliant researchers for many decades). b. If there is a polynomial algorithm for any NP-complete problem, then there are polynomial algorithms for all NP-complete problems. THIS IS CHALLENGE TO PROVE P= NP MUST BE PURSUED! AZG 2012
  • 11. TSP dealing with the resources : 1. Time (how many iteration it takes to solve a problem) 2. space (how much memory it takes to solve a problem). THE MAIN PROBLEM : 1. THE NUMBER OF STEPS (TIME) INCREASES EXPONENTIALLY ALONG WITH THE INCREASE IN THE SIZE OF THE PROBLEM. 2. HUGE AMOUNT COMPUTER RESOURCES ARE REQUIRED NEW PARADIGM (BREAKTHROUGH) AZG 2012 11
  • 12. PARADIGM OLD NEW 1. LP & DERIVATIVES 2. HEURISTIC (PROBABILISTIC) 3. PROCEDURE IS COMPLICATED 4. NEEDS RESOURCES OF TIME AND MEMORY UNLIMITED 5. CHECKING ALL ELEMENTS 6. P = NP VS P ≠ NP ? 7. KNOWLEDGE IS HIGH 8. LONG OPERATING TIME 1. INTERACTION THEORY 2. DETERMINISTIC 3. PROCEDURE IS SO SIMPLE 4. RESOURCES NEED IS LIMITED 5. CHECKING LIMITED ELEMENTS (PRIORITY) 6. P=NP 7. SIMPLE ARITHMATIC 8. SHORT OPERATING TIME (EFFICIENT AND EFFECTIVE) AZG 2012 12
  • 13. SUMMARIZES THE MILESTONES OF SOLVING TRAVELING SALESMAN PROBLEM. Year Research Team Size of Instance 1954 G. Dantzig, R. Fulkerson, and S. Johnson 49 cities 1971 M. Held and R.M. Karp 64 cities 1975 P.M. Camerini, L. Fratta, and F. Maffioli 67 cities 1977 M. Grötschel 120 cities 1980 H. Crowder and M.W. Padberg 318 cities 1987 M. Padberg and G. Rinaldi 532 cities (109,5 secon) 1987 M. Grötschel and O. Holland 666 cities 1987 M. Padberg and G. Rinaldi 2,392 cities 1994 D. Applegate, R. Bixby, V. Chvátal, and W. Cook 7,397 cities 1998 D. Applegate, R. Bixby, V. Chvátal, and W. Cook 13,509 cities (4 Years) AZG 2012 13
  • 14. SUMMARIZES THE MILESTONES OF SOLVING TRAVELING SALESMAN PROBLEM. Year Research Team Size of Instance 2001 D. Applegate, R. Bixby, V. Chvátal, and W. Cook 15,112 cities (ca. 22 Years) 2004 D. Applegate, R. Bixby, V. Chvátal, W. Cook and K. Helsgaun 24,978 cities 2006 D. Applegate, R. Bixby, V. Chvátal, and W. Cook 85,900 cities 2009 D. Applegate, R. Bixby, V. Chvátal, and W. Cook 1,904,711 cities 2009 Yuichi Nagata 100.000 Mona Lisa AZG 2012 14
  • 15. 15 TECHNIQUE AND METHOD FOR SOLVING TSP HEURISTIC EXACT SOLUTION • NEURAL NETWORK • GENETIC ALGORITHM • SIMULATED ANNEALING • ARTIFICIAL INTELLEGENT • EXPERT SYSTEM • FRACTAL • TABU SEARCH • NEAREST NEIGBOR • THRESHOLD ALGORITHM • ANT COLONY OPTIMIZATION • LINEAR PROGRAMMING INTEGER PROGRAMMING • CUTTING PLANE • DYNAMIC PROGRAMMING • THE MINIMUM SPANNING TREE • LAGRANGE RELAXATION • ELLIPSOID ALGORITHM • PROJECTIVE SCALING ALGORITHM • BRANCH AND BOUND • ASAINMENT AZG 2012
  • 16. 16 OBJECTIVE FUNCTION n  n  z  x(i, j)d(i, j) j 1 i1 • d(i,j) = (direct) distance between city i and city j. AZG 2012
  • 17. Constraints n  x(i, j) 1 , i 1,2, ...,n j 1 n  x(i, j) 1 , j 1,2, ...,n i 1 • Each city must be “exited” exactly once • Each city must be “entered” exactly once Subtour elimination constraint  x(i, j)  S  1,  S  {1, 2, ...,n} i , jS • S = subset of cities • |S| = cardinality of S (# of elements in S) • There are 2n such sets !!!!!!! AZG 2012
  • 18. 18 NUMBER OF LINIER INEQUALITIES AS CONSTRAINS IN TSP • If n=15 the number of countraints is 1.993.711.339.620 • If n=50 the number of countraints 1060 • If n=120 the number of countraints 2 x 10179 or to be exact : 267925490760634893755546189948219873995788690377687 078048465194329577247030862734015632117088075939986 913459296483643418942533445648036828825541887362427 99920969079258554704177287 AZG 2012 Grotschel
  • 19. 19 AZG 2012  INTERACTION THEORY
  • 20. INTERACTION THEORY In 1965 Anang Z. Gani [28] did research on the Facilities Planning problem as a special project (Georgia Tach in 1965) Supervision James Apple Later, J. M. Devis and K. M. Klein further continued the original work of Anang Z. Gani Then M. P. Deisenroth “ PLANET” direction of James Apple (Georgia Tech in1971) Since 1966, Anang Z. Gani has been continuing his research and further developed a new concept which is called “The Interaction Theory” (INSTITUT TEKNOLOGI BANDUNG) The model is the From - To chart the which provides quantitative information of the movement between departments AZG 2012 20
  • 21. The model is the From - To chart the which provides quantitative information of the movement between departments (common mileage chart on the road map). The absolute value or the number of a element as an individual of a matrix can not be used in priority setting the TSP matrix has two values, 1. the initial absolute value (interaction value) 2. the relative value (interaction coefficient) DIM = The Delta Interaction Matrix AZG 2012 21
  • 22. AZG 2012 22 Two parallel lines
  • 23. Two parallel lines distorted (Hering illusion) AZG 2012 23
  • 24. 1 2 3 4 1 0 700 10 20 2 2 0 800 15 3 4 3 0 10 4 10 2 30 0 RELATIVE VALUE AZG 2012 24
  • 25. The formula for the interaction coefficient ( c) is: i,j c= x2/(X.X). i,j i,j i. .jm Xi. =  j 1  xij (i = 1 ……. m ) n X.j =  i 1 xij (j = 1 ……. n ) AZG 2012 25
  • 26. TSP INTERACTION THEORY TSP P=NP GENERAL AZG 2012
  • 27. APPLICATION OF THEORY INTERACTION AZG 2012 • Traveling Salesman Problem (Symmetric and Asymmetric, minimum and maximum). • Transportation Problem. • Logistic. • Assignment problem. • Network problem • Set Covering Problem. • Minimum Spanning Tree (MST) • Decision Making. • Layout Problem. • Location Problem • Financial Analysis. • Clustering. • Data Mining
  • 28. 28 Transportation Problems TSP (Symmetric & Asymmetric Graph Network Problems Scheduling Decision Making Clustering Layout Problems Location Problems Financial Analysis Assignment Problems Routing Data Mining AZG 2012
  • 29. 29 Computer Science Transportasi Militer Ekonomi Strategi Finansial Distribusi / Logistik Psikologi Kimia Fisika Biologi Operations Research Telekomunikasi Industri Sosial AZG 2012
  • 30. 90 80 70 60 50 40 30 20 10 0 49 45 17 86 38 47 16 8 48 84 61 64 19 82 85 83 5 91 60 93 98 100 11 7 18 99 37 96 59 92 62 6 89 88 31 52 36 46 63 90 32 10 70 30 20 66 71 65 35 34 81 78 9 51 33 79 3 76 77 50 1 69 27 101 53 28 26 12 68 80 29 24 54 55 4 25 39 23 67 56 75 41 21 73 72 74 22 40 58 94 13 95 97 87 2 57 15 43 42 14 44 0 10 20 30 40 50 60 70 80 Route for 101 cities ( 8 Optimal solutions) AZG 2012 30
  • 31. Portrait of Mona Lisa with Solution of a Traveling Salesman Problem. Courtesy of Robert Bosch ©2012 ( 7 Optimal solutions) AZG 2012 31
  • 32. AZG CONCLUSION 2012 • The conclusion is that the Interaction Theory creates a new paradigm to the new efficient and effective algorithm for solving the TSP easily (N=NP). • Overall, the Interaction Theory shows a new concept which has potential for development in mathematics, computer science and Operations Research and their applications 32
  • 33. 33 THANK YOU AZG 2012 SIMPLICITY IS POWER