ReePrime China
[MPRI 2012] Approximation Algorithms 1A

此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。

[MPRI 2012] Approximation Algorithms 1A

6 次观看 01:00:04 Nicolas Schabanel

描述

Lecture on Approximation Algorithms at the Parisian Computer Science Master
by Nicolas Schabanel
[ Session 1 Part A/B ]

Session 1: Wed Sep 26, 2012 - 12:45-15:45
1) Introduction to Approximation Algorithms
* P vs NP, a refinement of NP-completeness: Inapproximability results
* Definitions of Optimization problems and Approximation algorithms
* General principles for obtaining approximation algorithms

2) An exemplary example: the Travelling Salesman Problem
* Definition of TSP
* Inapproximability of general TSP unless P = NP
* A first 2-approximation algorithm (MST-based)
* Cristofides algorithm: a 3/2-algorithm
* Family of tight instances for both algorithms