An interval graph is perfect. Its interference graph
--
the reduction to SAT of the simple cycle problem seems to be easy, look at the standard reduction of ILP to SAT.
--
This zero weight cycle problem is something like two flow algorithms running in parallel to each other, checking if the value of one is equal to the other: resulting in a null-weight cycle.
--
more importantly, what can be done when the weights belong to 0, \pm 1??????
gcd?? I meant "any ideas":)
--
Check out linear programming when
Ckeck out the polynomial time linear programming algorithms (Khachiyan-Karmarkar-Karp) from Schrijver and also from Chong. Also, Meggido's algorithm for fixed dimensions
--
This seems to be a nice pecking order:
No comments:
Post a Comment