[BGL] Simplest way to implement bool isReachable(Vertex src, Vert ex target, Graph g) was: [Boost-Users] Re: Extended use of BGL File Depen dency Example
From: Tom Matelich [mailto:tmatelich@zetec.com]
From: Tom Matelich [mailto:tmatelich@zetec.com] From: David Abrahams [mailto:dave@boost-consulting.com]
Tom Matelich
writes: From: David Abrahams [mailto:dave@boost-consulting.com]
Tom Matelich
writes: trying to make my graphviz representation look nicer and I was wondering if there is an algorithm already for simplifying:
-----B\ A--< \ --------C D----------/
to:
A---B---C D------/
This eliminated the A-C edge.
participants (1)
-
Tom Matelich