Difference between revisions of "CSE550 Combinatorial Algorithms/Intractability"

From esoterum.org
Jump to: navigation, search
Line 21: Line 21:
 
=== Q4 ===
 
=== Q4 ===
 
*[http://agecon2.tamu.edu/people/faculty/mccarl-bruce/mccspr/new04.pdf LP Primal Dual Tutorial] ?
 
*[http://agecon2.tamu.edu/people/faculty/mccarl-bruce/mccspr/new04.pdf LP Primal Dual Tutorial] ?
 +
 +
== Project ==
 +
*[http://www-128.ibm.com/developerworks/linux/library/l-glpk1/ GNU Linear Programming Kit guide from IBM]

Revision as of 00:06, 18 November 2007

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


Midterm

Q1


Q4

Project