P264: Enumeration of all minimal vertex covers in a graph

P264: Enumeration of all minimal vertex covers in a graph
Input:
A graph $G = (V, E)$.
Output:
All minimal vertex covers of size up to $k$ in $G$.
Complexity:
$O^*(1.6181^k)$ total time.
Comment:
This algorithm also lists some non-minimal vertex covers. This algorithm uses compact representation technique.
Reference:
[Fernau2006] (Bibtex)