$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Torsten Schindler (Torsten.Schindler_at_[hidden])
Date: 2001-08-13 05:38:04
Hi Jeremy,
> To turn your detect clique algorithm into a state machine, you will need
> to replace the recursive algorithm with a stack-based version of the
> algorithm, i.e., use a stack and a loop to simulate the recursion. I've
> started to think about how that would look, but it's a bit complicated...
>
Can you give me an short example. Maybe I'm able to convert the
code myself. Another point I'm still interested is: How
should a visitor for the DetectClique class look like, any hints?
Ciao Torsten