Difference between revisions of "CSE550 Combinatorial Algorithms/Intractability"

From esoterum.org
Jump to: navigation, search
Line 20: Line 20:
 
:*[http://www.cs.toronto.edu/~pmccabe/csc363-2005S/notes22.pdf Solution to part (a),(b)]
 
:*[http://www.cs.toronto.edu/~pmccabe/csc363-2005S/notes22.pdf Solution to part (a),(b)]
 
:*[http://www.diku.dk/undervisning/2005v/404/tspappr.pdf Solution to part (a),(b)]
 
:*[http://www.diku.dk/undervisning/2005v/404/tspappr.pdf Solution to part (a),(b)]
 +
:*[http://209.85.173.104/search?q=cache:qgZ0E6cTD20J:www.cs.uu.nl/docs/vakken/amc/lecture03-2.ps+%22asymmetric+metric+TSP%22&hl=en&ct=clnk&cd=1&gl=us Additional infor (a),(b), possible references for (c)]
  
 
== Midterm ==
 
== Midterm ==

Revision as of 02:44, 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.

Midterm

Q1

Q4

Project

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