Re: Complexity of Finding the longest simple path in a graph
- From: "tomnab@xxxxxxxxx" <tomnab@xxxxxxxxx>
- Date: 30 Jul 2005 10:23:07 -0700
It's me again... for a precision. The reachability graph is not
weighted : each arc has the same "weight"... Thus I'm searching for the
longest path w.r.t. the number of "steps" that can be made without
getting a vertice already found. If it was a tree, it would be the
height of the tree, but here it is not a tree...
I hope this remark will help... Can I again speak of "longest path" if
all weights are the same or should I call my problem "graph height" ?
Faithfully,
Tom.
.
- References:
- Complexity of Finding the longest simple path in a graph
- From: tomnab@xxxxxxxxx
- Complexity of Finding the longest simple path in a graph
- Prev by Date: Complexity of Finding the longest simple path in a graph
- Next by Date: Re: Complexity of Finding the longest simple path in a graph
- Previous by thread: Complexity of Finding the longest simple path in a graph
- Next by thread: Re: Complexity of Finding the longest simple path in a graph
- Index(es):
Relevant Pages
|