Please post your question on https://stackoverflow.com/ with tag jgrapht
That way, more people can find and benefit from the answer.
On Wed, Oct 4, 2023 at 11:25 AM Siddharth Jain <sid...@gm...> wrote:
> Hello,
>
> I have a SimpleGraph that is fully connected. I need a method that can
> remove a *given* node (vertex) from the graph with the condition that the
> graph remains fully connected. In order to do this, the method may create
> new edge(s) as necessary for the fully connected property to hold true.
> Does the JGraphT library provide such a method?
>
> S.
> _______________________________________________
> jgrapht-users mailing list
> jgr...@li...
> https://lists.sourceforge.net/lists/listinfo/jgrapht-users
>
|