6-5강 - Dynamic Programming 5 (The Traveling Salesperson Problem, TSP)
5. The Traveling Salesperson Problem (TSP) 0) The Traveling Salesperson Problem 1> tour (Hamiltonian cycle) 모든 vertex를 한 번씩 지나는 cycle 구하기 2> optimal tour minimum length(cost)로 tour를 만들기 => TSP : optimal tour 찾기 1) The Principle of Optimality 1> 전제 : T = [v1, vp1, vp2, ... , vpn-1, v1] = optimal tour => P = [vp1, vp2, ... , vpn-1, v1]라는 path가 minimum length(cost) 2> 가정 : P'라는 다른 path가 length(cost..