Open GoogleCodeExporter opened 9 years ago
Ntijerino,
Thanks for the comment. You raise a very good point. For this library to be
comprehensive and accommodate all facets of graph theory, you are right, it
will need
to support disconnected graphs. We do intend to support this function however
would
appreciate any contributions in this regard.
Original comment by jbell...@unog.ch
on 14 Oct 2007 at 9:50
Hi, yes we aware of this severe limitation. There are several issues associated
with
it. General graphs or even forests create a layouting problem. We currently do
not
have layouters that would work on disconnected graphs (although the hyperbolic
might
do), most even require trees. While we can always compute a spanning tree in a
connected graph all disconnected components will be lost from the spanning tree
and
thus not be rendered for now.
I do not see a conceptual solution for this issue right now, but I am happy for
any
suggestions.
Original comment by spo...@gmail.com
on 21 Mar 2008 at 3:27
Original issue reported on code.google.com by
ntijer...@gmail.com
on 10 Oct 2007 at 6:11