The performance of an upper bound on the fractional chromatic number of weighted graphs Ashwin Ganesan1,2 Department of Information Technology, K. J. Somaiya College of Engineering, Vidhyavihar, Mumbai-77, India.

Abstract Given a weighted graph Gx , where (x(v) : v ∈ V ) is a non-negative, real-valued weight assigned to the vertices of G, let B(Gx ) be an upper bound on the fractional chromatic number of the weighted graph Gx ; so χf (Gx ) ≤ B(Gx ). We consider a particular upper bound B resulting from a generalization of the greedy coloring algorithm to weighted graphs. To investigate the worst-case performance of this upper bound, we study the graph invariant β(G) = sup x6=0

B(Gx ) . χf (Gx )

This graph invariant is shown to be equal to the size of the largest star subgraph in the graph. These results have implications on the design and performance of distributed communication networks. Key words — fractional chromatic number; upper bound; weighted graph; greedy coloring algorithm; worst-case performance; distributed systems. AMS MSC: 94C15, 05C15, 05C72, 97K30 1. Introduction Let G = (V, E) be a simple, undirected graph on vertex set V = {v1 , . . . , vn }. Let {I1 , . . . , IL } be the set of all independent sets of G, and let B = [bij ] be the n × L vertex-independent set incidence matrix of G. Thus, bij = 1 if vi ∈ Ij and bij = 0 if vi 6∈ Ij . The chromatic number χ(G) of G is the value of the program: min 1T t subject to Bt ≥ 1, t ≥ 0, t ∈ ZL . Equivalently, χ(G) is the smallest number of independent sets that partition V . Relaxing the condition that t be integral gives the fractional chromatic number [9] of G: χf (G) = min 1T t subject to Bt ≥ 1, t ≥ 0. Now if Gx is a weighted graph, where (x(v) : v ∈ V ) is a non-negative, real-valued weight assigned Email address: [email protected] (Ashwin Ganesan) This work was carried out while the author was at the University of Wisconsin at Madison, USA. 2 Author’s contact information: Phone - +91-22-2550 8859, Postal address: 53 Deonar House, Deonar Village Road, Mumbai-88, India. 1

Preprint submitted to Elsevier

February 1, 2010

to the vertices, the fractional chromatic number χf (Gx ) of Gx is defined as the value of the linear program: min 1T t subject to Bt ≥ x, t ≥ 0. Equivalently, χf (Gx ) is the smallest value of T such that each vertex v can be assigned a subset of [0, T ] of total length (or measure) x(v), with adjacent vertices being assigned subintervals that are non-overlapping (except possibly at the endpoints of the subintervals). Example. Consider the pentagon graph C5 on vertices v1 , . . . , v5 . Recall that χf (G) is the value of the program: min 1T t subject to Bt ≥ x, t ≥ 0. Since an independent set in C5 has at most 2 vertices, χf (C5 ) ≥ 2.5. The assignment t = (0.5, . . . , 0.5) corresponding to the five maximal independent sets ({v1 , v3 }, {v2 , v4 }, {v3 , v5 }, {v4 , v1 }, {v5 , v2 }) is feasible and has optimal value equal to 2.5, yielding χf (C5 ) ≤ 2.5. Thus, χf (C5 ) = 2.5. In this assignment, subsets of the time interval [0, 2.5] are assigned to each vertex such that adjacent vertices are assigned non-overlapping subsets. For example, subsets [0, 0.5] and [1.5, 2] are assigned to v1 , subsets [0.5, 1] and [2, 2.5] are assigned to v2 , subsets [0, 0.5] and [1, 1.5] are assigned to v3 , etc. . The problem of computing the fractional chromatic number of a graph is known to be NP-hard [5]. A special case of the fractional chromatic number problem where the graph is a line graph is studied in [6],[7]. The work [4] discusses a graph invariant associated with the performance of a lower bound on the fractional chromatic number. In our work, we study a graph invariant associated with the performance of an upper bound on the fractional chromatic number. The upper bound can be efficiently computed; furthermore, it has the property that it can be utilized for resource estimation problems in distributed systems [2], [3], [8]. In the sequel, our notation is standard [1]. Γ(v) denotes the set of vertices adjacent to G, and d(v) = |Γ(v)| is the P degree of v. ∆(G) is the maximum degree of a vertex in G. For A ⊆ V , x(A) := v∈A x(v). 2. Results One way to color the vertices of G is to pick any ordering of the vertices v1 , . . . , vn , and to assign to each vertex, in turn, the smallest positive integer not already assigned to its neighbors. This greedy algorithm produces a coloring of G that uses at most ∆ + 1 colors, where ∆ is the maximum degree of a vertex in G. As we show next, this bound can be generalized in a straightforward manner to weighted graphs. Given a weighted graph Gx , define B(Gx ) := max{x(v) + x(Γ(v))}. v∈V

Proposition 1. For a weighted graph Gx , we have the upper bound χf (Gx ) ≤ B(Gx ). Proof : Let T := maxv∈V x(v) + x(Γ(v)). It suffices to show that it is possible to assign a subset of [0, T ] to each vertex such that the length of subintervals assigned 2

to v is at least x(v) and adjacent vertices are assigned non-overlapping subsets. Pick any ordering of the vertices v1 , . . . , vn . Assign v1 the interval [0, x(v1 )]. Now, assume v1 , . . . , vk have already been assigned subsets of [0, T ]. Since x(vk+1 )+x(Γ(vk+1 )) ≤ T , x(vk+1 ) + x(Γ(vk+1 ) ∩ {v1 , . . . , vk }) ≤ T . So it is possible to assign a subset of [0, T ] of duration x(vk+1 ) to vk+1 which is non-overlapping with the subsets already assigned to its neighbors. Continuing in this manner with the remaining vertices, we get that χf (Gx ) ≤ T . Definition 2. The induced star number of a graph G is defined by σ(G) := max α(G[Γ(v)]), v∈V (G)

where G[V 0 ] denotes the subgraph of G induced by V 0 ⊆ V and α(G) denotes the maximum size of an independent set of G. Thus, the induced star number of a graph is the number of leaf vertices r in the maximum sized star subgraph K1,r of the graph. Theorem 3. sup x6=0

B(Gx ) = σ(G). χf (Gx )

Proof: Define β(G) := sup x6=0

B(Gx ) . χf (Gx )

Let v1 , . . . , vσ+1 be the vertices of a star subgraph of G, where v1 is adjacent to each vertex in the independent set {v2 , . . . , vσ+1 }. Consider the weight function x that assigns the value 0 to v1 , 1 to v2 to vσ+1 , and 0 to the remaining vertices. For this weight x, χf (Gx ) = 1, and B(Gx ) = σ. Hence, β(G) ≥ σ(G). To prove that β(G) ≤ σ(G), pick any weight x. Fix any v ∈ V . Recall that χf (Gx ) is the value of the program: min 1T t subject to Bt ≥ x, t ≥ 0. An optimal solution to this program gives an assignment of subsets of [0, χf (Gx )] to each vertex such that the union of subsets assigned to Γ(v) is non-overlapping with the subset assigned to v. Hence, since the maximum size of an independent set in Γ(v) is at most σ(G), we have that x(Γ(v)) ≤ σ(G) ∗ [χf (Gx ) − x(v)]. So, x(v) + x(Γ(v)) ≤ x(v) + σ(G) ∗ [χf (Gx ) − x(v)] ≤ χf (Gx ) σ(G). Hence, B(Gx ) ≤ χf (Gx )σ(G). 3. Conclusions Thus we have shown the fundamental result that for any graph G, sup x6=0

maxv∈V {x(v) + x(Γ(v))} = σ(G). χf (Gx )

The problem of scheduling link transmissions in a communication network can be modeled as a fractional chromatic number problem. In the context of distributed communication networks, the above result means that the performance of distributed 3

systems that employ the greedy algorithm is limited by the induced star number of the network. The upper bound given above can over-estimate the amount of bandwidth resources required to complete a given task by up to a factor equal to the induced star number. Hence, when designing such networks it is desired that the network topology have this quantity to be as close to unity as possible. 4. Acknowledgements Thanks are due to the anonymous reviewers for helpful comments. 5. References [1] B. Bollob´as. Modern Graph Theory. Springer, Graduate Texts in Mathematics, 2002. [2] A. Ganesan. On some sufficient conditions for distributed Quality-of-Service support in wireless networks. In Proc. Workshop on Applications of Graph Theory in Wireless Ad hoc Networks and Sensor Networks, preprint available online at http://arxiv.org/abs/0906.3782, Chennai, India, December 2009. [3] A. Ganesan. On some sufficient conditions for distributed QoS support in wireless networks. Technical Report, available from author, May 2008. 19 pages. [4] S. Gerke and C. McDiarmid. Graph imperfection. Journal of Combinatorial Theory Series B, 83(1):58–78, 2001. [5] M. Gr¨otschel, L. Lov´asz, and A. Schrijver. The ellipsoid method and its consequences in combinatorial optimization. Combinatorica, 1:169–197, 1981. [6] B. Hajek. Link schedules, flows, and the multichromatic index of graphs. In Proc. Conf. Information Sciences and Systems, March 1984. [7] B. Hajek and G. Sasaki. Link scheduling in polynomial time. IEEE Transactions on Information Theory, 34(5):910–917, Sep 1988. [8] B. Hamdaoui and P. Ramanathan. Sufficient conditions for flow admission control in wireless ad-hoc networks. ACM Mobile Computing and Communication Review (Special issue on Medium Access and Call Admission Control Algorithms for Next Generation Wireless Networks), 9:15–24, October 2005. [9] E. Scheinerman and D. Ullman. Fractional Graph Theory. Wiley, 1992.

4

The performance of an upper bound on the fractional ...

Feb 1, 2010 - Department of Information Technology, K. J. Somaiya College of .... + 1 colors, where ∆ is the maximum degree of a vertex in G. As we show ...

129KB Sizes 0 Downloads 146 Views

Recommend Documents

An Improvement to Levenshtein's Upper Bound on the ...
is a q-ary n-symbol a-deletion b-insertion correcting code if and only if for all distinct x, y ∈ C, dL(x, y) > 2(a + b). III. CONSTRUCTING EDGES. To execute the strategy described in section I-A, we need a lower bound on the degree of each channel

On some upper bounds on the fractional chromatic ...
This work was carried out while the author was at the University of Wisconsin at. Madison, USA. Thanks are due to professor Parmesh Ramanathan for suggesting this direction. References. [1] B. Bollobás. Modern Graph Theory. Springer, Graduate Texts i

Alexandropoulou_S._et_al. The Likelihood of Upper-Bound ...
The Likelihood of Upper-Bound Construals among Different Modified Numerals.pdf. Alexandropoulou_S._et_al. The Likelihood of Upper-Bound Construals ...

An Upper Bound on the Number of m-Resilient Boolean ...
bs bt . Proof. We know (cf. [1]) that for every word x such that wH(x) ≥ n − m, we have that. ⊕ ..... Computer Science (1985) 396–407. 3. Denisov, O.: An ...

Performance Enhancement of Fractional Coefficients ...
Dr. H. B. Kekre is Sr. Professor in Computer Engineering Department with the ... compared with a Training Set of Images and the best ..... Computer Networking.

Upper bound on the diameter of a total domination ...
They showed that the bound in Theorem A is best possible for each 3 ≤ k ≤ 8 by constructing a k-γt-critical graph attaining the bound. They also constructed a k-γt-critical graph with diameter 5k−7. 3 for each k ≡ 2(mod 3), and conjectured

UPPER BOUND OF MULTIPLICITY OF F-RATIONAL ...
Let (R, m) be a Noetherian local ring of characteristic p > 0 of dimension d and ... Now, let x1,...,xd,y1,...,yv−d be minimal generators of m with. J = (x1,...,xd).

AN OVERVIEW OF PERFORMANCE TESTS ON THE ...
highly segmented silicon inner tracking system surrounds the beam line in order to reconstruct the tracks and ... One of the key systems in CMS for detection of the Higgs is the electromagnetic calorimeter (ECAL). .... indoor bunker from which the te

Upper Bounds on the Distribution of the Condition ...
be a numerical analysis procedure whose space of input data is the space of arbitrary square complex .... The distribution of condition numbers of rational data of.

A Bound on the Label Complexity of Agnostic ... - Semantic Scholar
to a large pool of unlabeled examples, and is allowed to request the label of any .... Examples. The canonical example of the potential improvements in label complexity of active over passive learning is the thresholds concept space. Specifically ...

The Effect of the Internet on Performance, Market ...
May 19, 2017 - are not the most popular ones, without affecting other movies. .... studies the impact of various policy, economic, and social changes, .... net users–where Internet users are people with access to the worldwide network. ..... on the

Evaluating the Impact of Reactivity on the Performance ...
interactive process to design systems more suited to user ... user clicks on a link or requests a Web page during its ses- sion. ...... Tpc-w e-commerce benchmark.

The effect of management structure on the performance ...
Mar 4, 2009 - procedure. In a multi-domain network a particular network management/controller may have complete information about its own domain but ...

Effects of sample size on the performance of ... -
area under the receiver operating characteristic curve (AUC). With decreasing ..... balances errors of commission (Anderson et al., 2002); (11) LIVES: based on ...

On the strictness of a bound for the diameter of Cayley ...
networks and parallel and distributed computing [15]. The diameter of a network represents the maximum communication delay between two nodes in the ...

The Influence of Admixed Micelles on Corrosion Performance of ...
The Influence of Admixed Micelles on Corrosion Performance of reinforced mortar.pdf. The Influence of Admixed Micelles on Corrosion Performance of ...

Synchronized Blitz: A Lower Bound on the Forwarding ...
synchronization and its effect on the forwarding rate of a switch. We then present the ... Illustration of the Synchronized Blitz: (a) When the test starts, packet from port i is ... At the beginning of the mesh test, a packet. Synchronized Blitz: A

An Experimental Study on Basic Performance of Flash ...
The simulator is expected to be effective to design flash-based database ... calculated the trend line for each data series. The ... RAID 0, 1, 5 and 10. Seagate ...

On the Impact of Arousals on the Performance of Sleep and ... - Philips
Jul 7, 2013 - Electrical Engineering, Eindhoven University of Technology, Den Dolech. 2, 5612 AZ ... J. Foussier is with the Philips Chair for Medical Information ..... [6] J. Paquet, A. Kawinska, and J. Carrier, “Wake detection capacity of.

On the Impact of Arousals on the Performance of Sleep and ... - Philips
Jul 7, 2013 - techniques such as the analysis of the values in neighboring epochs [3] ..... Analysis Software (ADAS),” Physiology & Behavior, vol. 65, no. 4,.

An olivine fabric database: an overview of upper mantle ... - CiteSeerX
duction zones, and kimberlites, with various micro- structures ... Micro-structure and respective percentage ..... Although the trend is observed for S-wave seismic.

An Application of Fractional Intelligent Robust ...
Motor switched off at time t1, so the torque produced by the motor will be zero and ... from the main supply line (shown in pink line) passes through this valve and ...

Improved Tangential Sphere Bound on the ML ...
[2] in 1993, Repeat-Accumulate (RA) codes of. Divsalar et al. [3], and Low ... to be used with Binary Phase-Shift Keying (BPSK) modula- tion. The resulting signal ...

PDF download Council Fires On the Upper Ohio
Download PDF With God On Their Side: How Christian Fundamentalists Trampled Science, Policy, And Democracy In George W. Bush's White House - Esther Kaplan - Book. Description: Told from the viewpoint of the Indians, this account of Indian-white relat