highlight (including all subpathes and nodes). Perhaps this
On 20 Okt., 10:07, Jiannis <
igiov...@gmail.com> wrote:
> Hi, i won't give a full answer, but in order to solve your issue you have to
> answer two critical questions:1. In your graph is it always a single path
> between two nodes or not? In case the answer is no you have to find out
> under what criteria the application will select one path over another each
> time. Complicated!
>
> 2. The graph, ravis graph, as it is designed, depends a lot on weather it is
> undirected or directed. What is yours? The walking through the graph is
> different in each case.
>