Re: Complexity of Finding the longest simple path in a graph
- From: "MJ" <mayurdjain@xxxxxxxxx>
- Date: 1 Aug 2005 00:28:25 -0700
Hi
you please look into the Book "Introducntion to algorithm by Cormen"
Is has the algo for longest common subsequence whcih may be useful for
you .
or you can look for the Minimum spanning tree or the travelling
salesman problem / you can look for Kruskal and Prim's algo...
If you dont have the book please let me know I ll mail it to you
Mayur
tomnab@xxxxxxxxx wrote:
> Hello,
>
> I'm a French researcher in the field of Petri Nets. For short, PNs are
> a tool to model discrete event systems. The behavior of a PN can be
> formulated into a reachability graph : a directed, connex graph, where
> circuits may exist.
>
> In the case of bounded PNs, the reachability graph is finite, and I
> want to compute the longest simple path of this graph, starting from
> one particular vertice. Note I do not know any "target" vertice.
>
> Since I'm not really aware of graph theory, I'd like to know the exact
> denomination of this problem, its complexity, and of course some
> references about the corresponding results. While searching on the
> internet, I found that :
>
> * The search for an hamiltonian path in this type of graph is NP
> complete (but in my case I do not want to use automatically the whole
> set of vertices);
> * The search for a longest path between two KNOWN vertices is NP
> complete (with a reference to the HamPath Problem that I do not
> understand since nothing in "longest path" means "all the vertices"
> like in Hamiltonian pbs...)
>
> I'd like to know if I have well understood the previous assertions, if
> I can say that my problem is NP complete, and the corresponding
> references and arguments...
>
> Thanks for your comments, and please forgive my poor english &
> knowlegde...
>
> T. Bourdeaud'huy
.
- 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: Re: Complexity of Finding the longest simple path in a graph
- Next by Date: Associate Professorship at University of Aarhus
- Previous by thread: Re: Complexity of Finding the longest simple path in a graph
- Next by thread: Associate Professorship at University of Aarhus
- Index(es):
Relevant Pages
|