> a link-traversal/MAXDEPTH > problem that 1.1.13 does not > exhibit. > Seems to be caused by doing depth first traversal > instead of breadth first.
Hi, This is a shortcoming of the current depth-first (and may be inherent in depth-frist), and is why there was a breadth-first option put back in. It is also why breadth-first is the default. On the Plucker Desktop help for the depth-first/breadth-first switch, there is a description of the benefits and drawbacks of depth-first and breadth-first. Perhaps the help isn't descriptive enough though. Any changes are welcomed. Best wishes, Robert __________________________________________________ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

