Difference between revisions of "CSE550 Combinatorial Algorithms/Intractability"

From esoterum.org
Jump to: navigation, search
Line 14: Line 14:
 
:4. Finding disjoint paths with different path-costs: Complexity and algorithms
 
:4. Finding disjoint paths with different path-costs: Complexity and algorithms
 
:*Randeep Bhatia · Murali Kodialam · T. V. Lakshman, [http://www.springerlink.com.ezproxy1.lib.asu.edu/content/x24w933w7vgu262x/fulltext.pdf "Finding disjoint paths with related path costs"], Springer Science+Business Media, LLC 2006
 
:*Randeep Bhatia · Murali Kodialam · T. V. Lakshman, [http://www.springerlink.com.ezproxy1.lib.asu.edu/content/x24w933w7vgu262x/fulltext.pdf "Finding disjoint paths with related path costs"], Springer Science+Business Media, LLC 2006
 +
 +
== HW 7 ==
 +
:1. [http://books.google.com/books?id=PP7uQQI-rDgC&pg=RA3-PA366&lpg=RA3-PA366&dq=%22metric+traveling+salesman+problem%22&source=web&ots=6lfNyeObBu&sig=H_mH4sMpl8s-Dv3DrCvYX5AtTko#PRA3-PA367,M1 Optimization Theory By Hubertus Th. Jongen, Klaus Meer, Eberhard Triesch], partial search result on Google book search
  
 
== Midterm ==
 
== Midterm ==

Revision as of 02:03, 26 November 2007

Resources

-Unimodularity ensures that the solution to an LP will always be integer if all of the costs and constraints are also integer

HW 6

1. 2-SAT is in NP
2. A sub-optimal solution to TSP is a Hamiltonian Cycle.
3. 3SAT reduction to NAESAT
4. Finding disjoint paths with different path-costs: Complexity and algorithms

HW 7

1. Optimization Theory By Hubertus Th. Jongen, Klaus Meer, Eberhard Triesch, partial search result on Google book search

Midterm

Q1

Q4

Project

-Chapter 7. LP in Practice
-> Chapter 10. Network Flow Programming