help on constructing a tree with a mixed criterion
- From: "Yecloud" <yecloud@xxxxxxxxx>
- Date: 19 Jan 2007 20:14:35 -0800
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
.
- Follow-Ups:
- Re: help on constructing a tree with a mixed criterion
- From: Yecloud
- Re: help on constructing a tree with a mixed criterion
- From: Yecloud
- Re: help on constructing a tree with a mixed criterion
- Prev by Date: Final call for papers: Multi-conference
- Next by Date: WEA 2007 Extended Deadline
- Previous by thread: Final call for papers: Multi-conference
- Next by thread: Re: help on constructing a tree with a mixed criterion
- Index(es):
Relevant Pages
|
Loading