Complexity of Finding the longest simple path in a graph
- From: "tomnab@xxxxxxxxx" <tomnab@xxxxxxxxx>
- Date: 30 Jul 2005 09:59:12 -0700
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
.
- Follow-Ups:
- Re: Complexity of Finding the longest simple path in a graph
- From: MJ
- Re: Complexity of Finding the longest simple path in a graph
- From: Michal Brzozowski
- Re: Complexity of Finding the longest simple path in a graph
- From: tomnab@xxxxxxxxx
- Re: Complexity of Finding the longest simple path in a graph
- Next by Date: Re: 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
|