Re: help on constructing a tree with a mixed criterion
- From: "Yecloud" <yecloud@xxxxxxxxx>
- Date: 20 Jan 2007 10:50:18 -0800
Sorry, the description of the objective is a little bit inacurate. The
actual objective
is to minimize the cost with the format
(1-p)*c_1 + p*c_2,
where c_1 is the sum of the shortest paths from each vertex to the
root
of the tree; and c_2 is the sum of the link weights in the tree.
Obviously, c_1 is lower bounded by the cost of the shortest path tree
(SPT)
in the graph and c_2 is lower bounded by the cost of the minimum
spanning
tree (MST) in the graph.
Thanks,
Cloud
Yecloud wrote:
Hi,
Sorry for crossing-post.
I meet a problem on constructing a tree with a mixed criterion on an
undirected graph.
The problem is:
Given an undirected graph G(V, E) and a parameter 0<= p <=1, how
to construct a tree T which minimizes the cost with the format
(1-p)*c_SPT + p*c_MST,
where c_SPT is the cost of the shortest path tree (SPT) and c_MST is
the cost of the
minimum spanning tree (MST) in graph G, respectively. Assume that the
edges are assigned
the same weights in SPT and MST.
I would like to know,
(1) As constructing MST and SPT both are in complexity P, is this
problem also in P?
(2) If the problem is in P, is there any algorithm in any reference on
it?
(3) If the problem is in NP, is there any approximate available in the
literature?
Thanks,
Cloud
.
- References:
- help on constructing a tree with a mixed criterion
- From: Yecloud
- help on constructing a tree with a mixed criterion
- Prev by Date: Re: help on constructing a tree with a mixed criterion
- Next by Date: Re: Microsoft Interview Questions
- Previous by thread: Re: help on constructing a tree with a mixed criterion
- Next by thread: WEA 2007 Extended Deadline
- Index(es):
Relevant Pages
|