Re: optimal way in graph?
- From: berndlosert@xxxxxxxxxxxx
- Date: 29 Aug 2006 11:51:48 -0700
want to find a way from a start vertice to visit the other vertices in
a graph.
constraints:
1. a way with min. edges
This is called minimum spanning tree.
2. need not to visit all the vertices of this graph, but the unvisit
vertices should have max. 2 edges to one of the visited vertices on
this way
I don't understand your explanation here. Would you provide an example.
--
Bernd
.
- References:
- optimal way in graph?
- From: CC . TUDresden
- optimal way in graph?
- Prev by Date: Re: Shortest path with intermediate nodes algorithm
- Next by Date: How to compute "A1 x. .. x An subset B" fast if B is fixed?
- Previous by thread: optimal way in graph?
- Next by thread: Shortest path with intermediate nodes algorithm
- Index(es):
Relevant Pages
|