next up previous
Next: Enumeration Problem: Extreme Points Up: Examples of Enumeration Problems Previous: Examples of Enumeration Problems

Enumeration Problem: Acyclic Orientations

tabular40

tex2html_wrap200

Remarks:

(a)
The number of output orientations might be exponential in the size of input, while it can be very small. Compare tex2html_wrap_inline196 and tex2html_wrap_inline198 .
(b)
Is there any algorithm for the acyclic orientation problem which runs in time polynomial in both the input size and the output size?
(c)
Is there such an algorithm whose space complexity is polynomial in the size of input only (and independent of the output size)?
(d)
The answers to these two questions (b) and (c) are "yes." How can you design such an algorithm? Here the reverse search technique can be applied, see the cell enumeration in an arrangement of hyperplanes in [AF96].



Komei Fukuda
Wed Jun 12 17:26:21 GMT+0100 1996