Distributed Weighted Vertex Cover via Maximal Matchings

Size: px
Start display at page:

Download "Distributed Weighted Vertex Cover via Maximal Matchings"

Transcription

1 Distribted Weighted Vertex Coer ia Maximal Matchings FABRIZIO GRANDONI Uniersità di Roma Tor Vergata JOCHEN KÖNEMANN Uniersity of Waterloo and ALESSANDRO PANCONESI Sapienza Uniersità di Roma In this paper e consider the problem of compting a minimm-eight ertex-coer in an n-node, eighted, ndirected graph G = V, E). We present a flly distribted algorithm for compting ertex coers of eight at most tice the optimm, in the case of integer eights. Or algorithm rns in an expected nmber of Olog n + log Ŵ ) commnication ronds, here Ŵ is the aerage ertex-eight. The preios best algorithm for this problem reqires Olog nlog n + log Ŵ )) ronds and it is not flly distribted. For a maximal matching M in G it is a ell-knon fact that any ertex-coer in G needs to hae at least M ertices. Or algorithm is based on a generalization of this combinatorial loer-bond to the eighted setting. Categories and Sbject Descriptors: F.2.2 [Analysis of Algorithms and Problem Complexity]: Nonnmerical Algorithms and Problems General Terms: Algorithms, Theory Additional Key Words and Phrases: Approximation algorithms, distribted algorithms, maximal matching, ertex coer 1. INTRODUCTION We are gien an ndirected graph G = V, E) and non-negatie integer ertex eights for all ertices V. A ertex coer is a sbset C V sch that each edge e E has at least one end-point in C. In the minimm-eight ertex-coer problem e ant to compte a ertex-coer of smallest total eight. A preliminary ersion of this paper appeared in COCOON 05. This ork as carried ot hile the first to athors ere at Sapienza Uniersità di Roma. Athors addresses: F. Grandoni, Dipartimento di Informatica, Sistemi e Prodzione, Uniersità di Roma Tor Vergata, Via del Politecnico 1, 00133, Roma, Italy, grandoni@disp.niroma2.it; J. Könemann, Department of Combinatorics and Optimization, Uniersity of Waterloo, 200 Uniersity Aene West, Waterloo, ON N2L 3G1, Canada, jochen@aterloo.ca; A. Panconesi, Dipartimento di Informatica, Sapienza Uniersità di Roma, Via Salaria 113, 00198, Roma, Italy, ale@di.niroma1.it. Permission to make digital/hard copy of all or part of this material ithot fee for personal or classroom se proided that the copies are not made or distribted for profit or commercial adantage, the ACM copyright/serer notice, the title of the pblication, and its date appear, and notice is gien that copying is by permission of the ACM, Inc. To copy otherise, to repblish, to post on serers, or to redistribte to lists reqires prior specific permission and/or a fee. c 20YY ACM /20YY/ $5.00 ACM Jornal Name, Vol. V, No. N, Month 20YY, Pages 1 13.

2 2 Fabrizio Grandoni et al. Compting minimm-eight ertex-coers is NP-hard [Garey and Johnson 1979]. Papadimitrio and Yannakakis [1991] sho that the problem is APX-hard. Recently, Dinr and Safra [2002] shoed that it is NP -hard to approximate the ertex-coer problem to ithin any factor smaller than > 1.36, improing on the preios best 7/6 loer bond by Håstad [2001]. On the positie side, the best knon approximation algorithm for the ertexcoer problem is de to Karakostas [2005] ho presented a 2 Θ1/ logn)) approximation for the problem. This improes pon earlier 2 o1)) approximation algorithms de to Bar-Yehda and Een [1981], Hochbam [1982], Monien and Speckenmeyer [1985], and Halperin [2002]. In the distribted setting, it is knon ho to compte a 2-approximate ertex coer in the neighted case. This can be achieed by compting a maximal matching in the graph and by inclding the matched nodes in the coer. A maximal matching can be compted in Olog 4 n) ronds ia the algorithm of Hanckoiack et al. [2001], and in O + log n) ronds ia the algorithm of Panconesi and Rizzi [2001]. Both algorithms are deterministic. Maximal matchings can also be compted in an expected nmber of Olog n) ronds ia the randomized algorithm of Israeli and Itai [1986]. For the eighted case a 2 + ɛ)-approximation can be compted deterministically in Olog n log 1 ɛ ) many ronds by sing the algorithm of Khller et al. [1994]. Their algorithm is stated as a PRAM algorithm, bt it is readily seen to be a bona fide distribted algorithm. Let Ŵ be the aerage eight. Then, by setting ɛ = 1/nŴ + 1), the latter algorithm comptes a 2-approximate ertex coer in Olog nlog n + log Ŵ )) commnication ronds. Note that the aboe choice of ɛ reqires global knoledge of the qantity nŵ. This assmption may not be realistic in all scenarios. In this paper e present an improed flly-distribted algorithm to compte a 2-approximate eighted ertex coer. Or main reslt can be stated as follos. Let W and denote the largest eight and degree of a node, respectiely. We recall that Ŵ is the aerage eight of a node. Theorem 1.1. There is a flly distribted algorithm hich comptes a 2-approximate eighted ertex coer in an expected nmber of Olog n + log Ŵ ) commnication ronds. The message size is Olog W ) and the local comptation done in each rond is O log W )) in expectation. For a maximal matching M in G it is a ell-knon fact that any ertex coer in G needs to hae at least M ertices. Or algorithm is based on a generalization of this property to the eighted setting. The basic idea is to expand each node of eight into micro-nodes 1), 2)..., ), and connect each i) to eery j) heneer is an edge of the netork. Then a maximal matching in the axiliary graph is compted. The ertex coer is gien by the nodes for hich all corresponding micro-nodes are matched. If the maximal matching is compted ia the flly-distribted algorithm of Israeli and Itai, the algorithm halts in an expected nmber of Olog n + log Ŵ ) ronds. A naie implementation of the matching algorithm by Israeli and Itai leads to psedo-polynomial message and time complexity in each rond. The main insight

3 Distribted Weighted Vertex Coer ia Maximal Matchings 3 leading to the bonds on message-size and local comptation time in Theorem 1.1 is to keep an implicit representation of the axiliary graph and a maximal matching in it. The rest of this paper is organized as follos. In Section 2 e introdce some preliminaries. Or algorithm relies on a carefl adaptation of the matching algorithm by Israeli and Itai. We present this adaptation in Section 3. Finally, Sections 4 and 5 deal ith the naie and refined ersions of or eighted ertex coer algorithm, respectiely. 2. PRELIMINARIES The minimm-eight ertex coer problem can be formlated as an integer linear program ILP): min V x s.t. x + x 1, E; x {0, 1}, V. Each assignment of the ariables hich satisfies the constraints feasible soltion) corresponds to a ertex coer containing exactly the nodes ith x = 1. By LP) e denote the natral linear programming relaxation of ILP). Let N) be the set of neighbors of. The linear programming dal D) of LP) is: max E y s.t. N) y, V ; y 0, E. By eak dality e.g., see [Chátal 1983]), the ale of each feasible soltion of D) is a loer bond for the ale of eery feasible soltion of LP) and hence ILP). In this paper e consider the standard synchronos message-passing model of comptation. The comptation proceeds in ronds. In each rond, a node can send/receie a message of nbonded size) to/from each one of its neighbors, and execte an nbonded amont of comptation. No global knoledge is aailable inclding the nmber n of nodes in the graph). The algorithms presented can be easily modified so as to ork in a non-falty) asynchronos system also. We se Bp), p [0, 1], to denote a Bernolli random ariable, hich takes ale 1 ith probability p and 0 otherise. A random bit is a Bernolli ariable B0.5). 3. DISTRIBUTED MAXIMAL MATCHING A matching of a graph G = V, E) is a sbset M E sch that no to edges of M are incident to the same node. The reslts of the next sections are based on the folloing simplified ersion M of the distribted maximal-matching algorithm of Israeli and Itai [Israeli and Itai 1986].

4 4 Fabrizio Grandoni et al. Algorithm M orks in phases, each one consisting of a constant nmber of ronds. In each phase, a matching is compted and the edges incident on matched nodes are remoed. The algorithm halts hen no edge is left. The maximal matching is gien by the nion of the matchings fond in the different phases. In a gien phase a matching is compted in the folloing ay. Let G = V, E ) be the crrent graph. By N ) and δ e denote the set of neighbors of and the degree of in G, respectiely. Each node randomly decides to be a sender or a receier ith probability one half. Note that the same node may play a different role in different phases. Each sender selects one neighbor N ) niformly at random and makes a proposal to. Each receier hich receies at least one proposal, selects one of the proponents arbitrarily) and accepts its proposal. The matching is gien by the edges corresponding to accepted proposals. Let a node be good if at least one third of its neighbors hae degree δ δ. To proe the bond on the nmber of ronds, e se the folloing simple combinatorial reslt [Israeli and Itai 1986]: Lemma 3.1. At least one half of the edges of a graph are incident to good nodes. Theorem 3.2. Algorithm M comptes a maximal matching in Olog n) expected ronds. Proof. The correctness of the algorithm is triial. We sho that in each phase at least a constant fraction of the edges is remoed in expectation. This implies that the expected nmber of ronds is Ologn 2 )) = Olog n). Consider a good node of G in a gien phase. The probability P that accepts a proposal is loer bonded by: P From the definition of good nodes: N ) 1 1 ) 2δ N ):δ δ N ) 1 1 ) 2δ. 1 1 ) 2δ 1 1 ) δ 3 e 1 2δ 6. Ths P 1 e 1/6 )/2. Hence, by Lemma 3.1, the expected nmber of edges remoed is at least a fraction 1 e 1/6 )/4 of the total. 4. DISTRIBUTED VERTEX COVER VIA MAXIMAL MATCHINGS In this section e sho ho the problem of compting an approximate ertex coer can be redced to that of compting a maximal matching in an axiliary graph. Using this redction, e sho ho to compte a 2-approximate ertex coer in Olog n + log Ŵ ) expected ronds ia algorithm M of section 3. Consider the folloing axiliary graph G. For each node of G, G contains micro-nodes 1), 2)... ). To micro-nodes i) and j) are adjacent if and only if is an edge of G. In Figre 1 an example of the redction is gien. Let M be a maximal matching in G. By V M) e denote the set of nodes of G sch that all the corresponding micro-nodes i) are matched by M.

5 Distribted Weighted Vertex Coer ia Maximal Matchings Fig. 1. A eighted graph G on the left) ith the corresponding axiliary graph G. A maximal matching M of G is indicated ia dashed lines. The dashed nodes of G form a ertex coer. Lemma 4.1. Set V M) is a 2-approximate ertex coer of G. Proof. Assme by contradiction that V M) is not a ertex coer. Ths there are to adjacent nodes and in G hich do not belong to V M). This implies that there are to adjacent micro-nodes i) and j) in G hich are not matched by M. Then the set M = M {i)j)} is a matching, hich contradicts the maximality of M. Let apx and opt denote the eight of the ertex coer fond and that of a minimm eight ertex coer, respectiely. Moreoer, let z be the nmber of micro-nodes in {1), 2)... )} that are matched by M. A feasible soltion of D) is obtained by assigning to each dal ariable y the nmber of edges of the kind i)j) M. This soltion is feasible since, for eery V : y = z. By eak dality e obtain N) apx V and hence V M) is 2-approximate. z 2 E y 2 opt Lemma 4.1 sggests a strategy to compte a 2-approximate ertex coer distribtiely. The idea is to simlate the behaior of algorithm M on a irtal axiliary graph G, and then to select the nodes in the ertex coer as sggested by Lemma 4.1. Specifically, each node simlates the exection of the algorithm on the corresponding micro-nodes i) in G. Wheneer to micro-nodes i) and j) of G need to commnicate, nodes and are responsible for alloing sch commnication. The ertex coer is gien by the nodes sch that all the corresponding micro-nodes i) are matched by the maximal matching compted. Since the irtal axiliary graph contains OnŴ ) nodes, the total nmber of ronds is OlognŴ )) = Olog n + log Ŵ ). This naie application of Lemma 4.1 has to major drabacks. The first problem

6 6 Fabrizio Grandoni et al. is the large message size. In fact, in each phase all the remaining) micro-nodes of may send a proposal to some micro-node of. Ths the message size is ΩW ). A second problem is the time complexity of the algorithm: consider a node in a gien phase. Each micro-node i) of, ith probability one half, needs to select one neighbor ot of Θ W ) niformly at random. This random selection can be performed in Θlog W )) expected time, assming that the cost of generating a random bit is O1) e.g., see [Cormen et al. 1992]). Ths the expected time complexity of each phase is ΩW log W )). In next section e sho ho to sole both problems by creating the matchings implicitly. 5. AN IMPROVED ALGORITHM In this section e present an improed flly distribted algorithm A for compting a 2-approximate ertex coer. Algorithm A still reqires Olog n+log Ŵ ) expected ronds, bt it redces the size of the messages to Olog W ) and the expected time complexity of each phase to O log W )). The basic strctre of algorithm A is analogos to the strctre of the naie algorithm described in preios section: in each phase, a matching in the crrent axiliary graph G is compted, and the matched nodes are remoed from G together ith all the edges incident to them). The algorithm halts hen no edge is left. The ertex coer is gien by the nodes sch that all the corresponding micro-nodes i) are matched by one of the matchings compted. The main noelty in Algorithm A is that matchings are created implicitly: in each phase each node only knos the nmber of the corresponding matched micronodes. Intitiely, this simplification is alloed by the symmetry properties of G: all the remaining micro-nodes corresponding to a node hae the same degree and share the same neighborhood. This inariant is kept by all the indced sbgraphs of G. Algorithm A, hich is described in Figre 2, orks in phases. Each phase consists of a constant nmber of commnication ronds. Each node has an associated state s, hich is initially actie. In each phase, some of the actie nodes sitch to the state inside or otside, and the algorithm terminates hen no actie node is left. When a node leaes the actie state, it halts. At the end of the algorithm, the inside nodes form a ertex coer. In more details, each node has an associated residal eight, hich is initially. The residal eight can be interpreted as the nmber of micronodes i) of in the crrent axiliary graph G. Note that all the micro-nodes i) hae the same degree W : W =. N) In each phase, the expected residal eight of actie nodes decreases. The decrease of in a gien phase reflects the nmber of micro-nodes of that hae been matched in that phase. At the beginning of each phase, each actie node sends to all its crrently actie neighbors N ). The neighbors ith = 0 are remoed from N ). If

7 Distribted Weighted Vertex Coer ia Maximal Matchings 7 = ; N ) = N), s = actie; hile s = actie) { send and receie to/ from all N ); N ) = { N) : > 0}; if N ) = 0) s = otside; else { compte the proposals p ); send p ) and receie p ) to/ from all N ); compte the conter-proposals c ); send c ) and receie c ) to/ from all N ); for all N )) = c) c); if = 0) { send to all N ); s = inside; } } } Fig. 2. Protocol for node for 2-approximate ertex coer. N ) becomes empty, node sitches to the otside state. In fact, in this case the degree W of the micro-nodes i) is zero, and ths they ill neer be matched. Otherise, sends a proposal p ) to each actie neighbor N ). The ale of p ) can be interpreted as the nmber of proposals directed from the micro-nodes of to the micro-nodes of. Let p be the sm of the proposals p ): p = N ) p ). This qantity can be ieed as the nmber of micro-senders among 1), 2),..., ). We postpone a detailed description of ho proposals are fixed ntil later. For each proposal p ) receied, node replies ith a conter-proposal c ). The conter-proposal c ) can be interpreted as the nmber of micro-nodes of hich accept proposals of micro-nodes of. Let c = p be the nmber of micro-receiers of. The sm of the conter-proposals for node then needs to be at most c there cannot be more accepted proposals than micro-receiers in ). At the same time each conter-proposal c ) mst not exceed the corresponding proposal p ) micro-receiers of cannot accept more proposals from the microsenders of than the proposals actally receied). Gien these restrictions, e choose a feasible set of conter-proposals {c )} N ) arbitrarily, sch that their sm is maximm. For example, let N ) = { 1, 2,..., N ) }. For increasing ales of i, i = 1, 2,..., N ), e can set c i ) = min{p ), c i 1 j=1 c j )}. Obsere that, at the end of the process, N ) c ) = min{c, N ) p )}. Eentally, node decrements by the sm of all the conter-proposals c )

8 8 Fabrizio Grandoni et al. and c ) hich hae been sent and receied by, respectiely: = c ) + c )). N ) This decrement reflects the nmber of micro-nodes of hich are matched in the considered phase. If becomes zero, node sends to all its neighbors for the last time) and sitches to the inside state since all the corresponding micro-nodes are matched). Obsere that the ale of any feasible proposal and ths of any conter-proposal) is at most W. Hence, the message size decreases to Olog W ). It remains to sho ho to compte the proposals efficiently, ithot increasing the expected nmber of commnication ronds. A feasible set of proposals for a gien node is obiosly obtained by simlating Algorithm M: the proposals p ) are initially set to zero. Then, for times, an actie neighbor N ) is selected at random ith probability proportional to, and the corresponding proposal p ) is incremented by one ith probability one half. Note that each p ), considered separately, is the sm of i.i.d. Bernolli ariables B ): ) p ) = B. 1) i=1 Hoeer, this approach is too expensie for large ale of. The idea is then to approximate the behaior of the proposals aboe. A natral choice is as follos: p ) = + B ). 2) We obsere that, ith both 1) and 2), E[p )] =. Hoeer, the comptation of 2) is faster. There is a technical problem: for the proposals to be feasible, it mst be deterministically), p := N ) p ) there cannot be more micro-senders than micro-nodes). This is garanteed for 2δ, here δ = N ) 1 is the nmber of crrently actie neighbors of : p ) N ) N ) ) + 1 = 2 + δ. For < 2δ 2, e jst simlate Algorithm M as described before. Smmarizing, proposals are set in the folloing ay: ) i=1 p ) = B if < 2δ ) ; + B otherise. The folloing technical property of the proposals ill be sefl in later parts of the analysis.

9 Distribted Weighted Vertex Coer ia Maximal Matchings 9 Lemma 5.1. For fixed { } V, and for any to gien actie nodes and N ), [ E, := E 1 1 ) ] p) e 4W. Proof. Recall that, for x 1, 1 1 x )x e 1 and x x/2. We also remark that W 1. If < 2δ, ) ) E, = E 1 1 ) i=1 B = E 1 1 ) B = )) = 1 1 ) e. 1, Consider no the case 2δ. We frther distingish to sbcases. If E, = E 1 1 ) +B ) E 1 1 ) = 1 1 Otherise E, = E 1 1 ) 1 1 ) 4W < 1): ) +B ) e 4W. = E 1 1 ) ) B = ) = 1 e. Lemma 5.2. Algorithm A comptes a 2-approximate ertex coer. Proof. The algorithm halts. In fact, the residal eight of each actie node decreases by at least one in each rond ith positie probability. It follos that the nodes hich do not sitch to the otside state, sitch to the inside state in a finite expected nmber of ronds. Assme by contradiction that, at the end of the algorithm, the inside nodes do not form a ertex coer. This implies that there is an otside node hich has at least one otside neighbor. Let sitch to the state otside in phase p. At the beginning of phase p 1), all the neighbors of are either inside or actie nodes. Consider the actie neighbors of in phase p 1). These nodes are not actie any more hen phase p starts. Bt they cannot sitch to the state otside in phase p 1), since their actie degree is greater than zero in that phase. Ths they all sitch to the state inside, hich is a contradiction.

10 10 Fabrizio Grandoni et al. Let z be the difference beteen and the final residal eight. A feasible soltion of D) is obtained by assigning to each dal ariable y the sm of all the conter-proposals of the kind c ) and c ). Let apx and opt be the eight of the ertex coer fond and that of a minimm ertex coer, respectiely. By eak dality: apx z 2 y 2 opt. V E Ths the ertex coer fond is 2-approximate. Lemma 5.3. Algorithm A sends messages of size Olog W ). Each phase of algorithm A has time complexity O log W )) in expectation. Proof. Both proposals and conter-proposals can be packed in messages of size Olog W ). The time complexity of each phase is pper bonded by the cost of compting the proposals. Compting the proposals is as expensie as selecting O ) times an element ot of O W ) ones niformly at random. Each random selection can be performed by generating Olog W )) random bits in expectation. By assming a O1) cost for generating a random bit, the total expected cost of each phase is O log W )). Recall that a node is good if at least one third of its neighbors hae degree smaller or eqal than its on degree. Consider a node in G. The degree of all the micro-nodes corresponding to in G is: W =. N) Ths a micro-node i) is good if and only if: N):W W W 3. Note that, if a micro-node i) is good, all the micro-nodes j), j {1, 2... }, are good and ice-ersa. We call a node of G heay if all its micro-nodes in G are good. The next obseration can be seen as the eighted analoge of Lemma 3.1. Lemma 5.4. Let E H E be the sbset of edges incident to heay nodes. Then: 1. 2 E H E Proof. Consider the axiliary graph G. The nmber of edges of G that are incident to good nodes is: {,} E H. Since the nmber of edges of G is {,} E, the claim follos from Lemma 3.1. We se the properties of heay nodes to proe the folloing bond on the nmber of ronds. Lemma 5.5. Algorithm A halts in Olog n + log Ŵ ) expected ronds.

11 Distribted Weighted Vertex Coer ia Maximal Matchings 11 Proof. We sho that the residal eight of heay nodes decreases by at least a positie constant factor in expectation in each phase. It follos from Lemma 5.4 that the same holds for the potential fnction: 0 E < nŵ )2, ths implying the claim. We condition on the ales { } V at the beginning of a gien phase. Consider a heay node in that phase. Let be the ale of at the end of the phase. The residal eight of decreases by at least the sm of the conter-proposals c ) sent by : N ) c ) = min{c, here, by definition, = p + c. Triially, E[ ] = P rc = 0)E[ c = 0] + P rc 1)E N ) N ) = P rc = 0)E[p c = 0] + P rc 1)E p + c = E[p ] + P rc 1)E c No obsere that, for c 1, c N ) N ) c ) = c min{c, c ) c 1. N ) p )} p )}, c ) c 1 N ) = c 1 min{c, N ) p ) )} c = c {0, max N 1 ) p } ) c c 1 1 ) N ) p) c c 1 1 ) p). N ) c ) c 1 Recall that e condition oer the ales { } V. Under this condition, c and

12 12 Fabrizio Grandoni et al. the p ) s are independent. By this obseration and the ineqality aboe: E c c ) c 1 E c 1 1 ) p) c 1 N ) N ) [ = E[c c 1] E 1 1 ) ] p) c 1 N ) = E [c c 1] By Lemma 5.1 and the definition of heay nodes: [ E 1 1 ) ] p) e 4W N ) N ) We notice that E[p ] = E[c ] = /2. Moreoer Altogether N ) E [ 1 1 N ):W W E[c ] = P rc = 0)E[c c = 0] + P rc 1)E[c c 1] = P rc 1)E[c c 1]. E[ ] = E[p ] + P rc 1)E c N ) E[p ] + P rc 1)E[c c 1]e 1 12 c ) c 1 = E[p ] + E[c ]e 1 12 = e 1 12 <. ) p) ]. e 4W e Lemmas 5.2, 5.3, and 5.5 together imply Theorem 1.1. REFERENCES Bar-Yehda, R. and Een, S A linear-time approximation algorithm for the eighted ertex coer problem. Jornal of Algorithms 2, Chátal, V Linear programming. Freeman. Cormen, T. H., Leiserson, C. E., and Riest, R. L Introdction to algorithms, 6th ed. MIT Press and McGra-Hill Book Company. Dinr, I. and Safra, S The importance of being biased. In ACM Symposim on the Theory of Compting STOC) Garey, M. R. and Johnson, D. S Compters and Intractability. A Gide to the Theory of NP-Completeness. Freemann. Halperin, E Improed approximation algorithms for the ertex coer problem in graphs and hypergraphs. SIAM Jornal on Compting 31, 5, Hańćkoiak, M., Karoński, M., and Panconesi, A On the distribted complexity of compting maximal matchings. SIAM Jornal on Discrete Mathematics 15, 1, Håstad, J Some optimal inapproximability reslts. Jornal of the ACM 48, 4, Hochbam, D. S Approximation algorithms for set coering and ertex coer problems. SIAM Jornal on Compting 11,

13 Distribted Weighted Vertex Coer ia Maximal Matchings 13 Israeli, A. and Itai, A A fast and simple randomized parallel algorithm for maximal matching. Information Processing Letters 22, Karakostas, G A better approximation ratio for the ertex coer problem. In International Colloqim on Atomata, Langages and Programming ICALP) Khller, S., Vishkin, U., and Yong, N A primal-dal parallel approximation techniqe applied to eighted set and ertex coer. Jornal of Algorithms 17, 2, Monien, B. and Speckenmeyer, E Ramsey nmbers and an approximation algorithm for the ertex coer problem. Acta Informatica 22, Panconesi, A. and Rizzi, R Some simple distribted algorithms for sparse netorks. DISTCOMP: Distribted Compting 14. Papadimitrio, C. and Yannakakis, M Optimization, approximization and complexity classes. Jornal of Compter and System Sciences 43, Receied March 2006; reised December 2007; accepted May 2008.

Distributed Weighted Vertex Cover via Maximal Matchings

Distributed Weighted Vertex Cover via Maximal Matchings 839 Distributed Weighted Vertex Coer ia Maximal Matchings Fabrizio Grandoni 1, Jochen Könemann 2, and Alessandro Panconesi 1 1 Dipartimento di Informatica, Uniersità di Roma La Sapienza Via Salaria 113,

More information

Spanning Trees with Many Leaves in Graphs without Diamonds and Blossoms

Spanning Trees with Many Leaves in Graphs without Diamonds and Blossoms Spanning Trees ith Many Leaes in Graphs ithot Diamonds and Blossoms Pal Bonsma Florian Zickfeld Technische Uniersität Berlin, Fachbereich Mathematik Str. des 7. Jni 36, 0623 Berlin, Germany {bonsma,zickfeld}@math.t-berlin.de

More information

Restricted cycle factors and arc-decompositions of digraphs. J. Bang-Jensen and C. J. Casselgren

Restricted cycle factors and arc-decompositions of digraphs. J. Bang-Jensen and C. J. Casselgren Restricted cycle factors and arc-decompositions of digraphs J. Bang-Jensen and C. J. Casselgren REPORT No. 0, 0/04, spring ISSN 0-467X ISRN IML-R- -0-/4- -SE+spring Restricted cycle factors and arc-decompositions

More information

arxiv: v1 [math.co] 25 Sep 2016

arxiv: v1 [math.co] 25 Sep 2016 arxi:1609.077891 [math.co] 25 Sep 2016 Total domination polynomial of graphs from primary sbgraphs Saeid Alikhani and Nasrin Jafari September 27, 2016 Department of Mathematics, Yazd Uniersity, 89195-741,

More information

Connectivity and Menger s theorems

Connectivity and Menger s theorems Connectiity and Menger s theorems We hae seen a measre of connectiity that is based on inlnerability to deletions (be it tcs or edges). There is another reasonable measre of connectiity based on the mltiplicity

More information

Reaction-Diusion Systems with. 1-Homogeneous Non-linearity. Matthias Buger. Mathematisches Institut der Justus-Liebig-Universitat Gieen

Reaction-Diusion Systems with. 1-Homogeneous Non-linearity. Matthias Buger. Mathematisches Institut der Justus-Liebig-Universitat Gieen Reaction-Dision Systems ith 1-Homogeneos Non-linearity Matthias Bger Mathematisches Institt der Jsts-Liebig-Uniersitat Gieen Arndtstrae 2, D-35392 Gieen, Germany Abstract We describe the dynamics of a

More information

The Minimal Estrada Index of Trees with Two Maximum Degree Vertices

The Minimal Estrada Index of Trees with Two Maximum Degree Vertices MATCH Commnications in Mathematical and in Compter Chemistry MATCH Commn. Math. Compt. Chem. 64 (2010) 799-810 ISSN 0340-6253 The Minimal Estrada Index of Trees with Two Maximm Degree Vertices Jing Li

More information

Chords in Graphs. Department of Mathematics Texas State University-San Marcos San Marcos, TX Haidong Wu

Chords in Graphs. Department of Mathematics Texas State University-San Marcos San Marcos, TX Haidong Wu AUSTRALASIAN JOURNAL OF COMBINATORICS Volme 32 (2005), Pages 117 124 Chords in Graphs Weizhen G Xingde Jia Department of Mathematics Texas State Uniersity-San Marcos San Marcos, TX 78666 Haidong W Department

More information

Graphs and Networks Lecture 5. PageRank. Lecturer: Daniel A. Spielman September 20, 2007

Graphs and Networks Lecture 5. PageRank. Lecturer: Daniel A. Spielman September 20, 2007 Graphs and Networks Lectre 5 PageRank Lectrer: Daniel A. Spielman September 20, 2007 5.1 Intro to PageRank PageRank, the algorithm reportedly sed by Google, assigns a nmerical rank to eery web page. More

More information

We automate the bivariate change-of-variables technique for bivariate continuous random variables with

We automate the bivariate change-of-variables technique for bivariate continuous random variables with INFORMS Jornal on Compting Vol. 4, No., Winter 0, pp. 9 ISSN 09-9856 (print) ISSN 56-558 (online) http://dx.doi.org/0.87/ijoc.046 0 INFORMS Atomating Biariate Transformations Jeff X. Yang, John H. Drew,

More information

Predicting Popularity of Twitter Accounts through the Discovery of Link-Propagating Early Adopters

Predicting Popularity of Twitter Accounts through the Discovery of Link-Propagating Early Adopters Predicting Poplarity of Titter Acconts throgh the Discoery of Link-Propagating Early Adopters Daichi Imamori Gradate School of Informatics, Kyoto Uniersity Sakyo, Kyoto 606-850 Japan imamori@dl.soc.i.kyoto-.ac.jp

More information

Simpler Testing for Two-page Book Embedding of Partitioned Graphs

Simpler Testing for Two-page Book Embedding of Partitioned Graphs Simpler Testing for Two-page Book Embedding of Partitioned Graphs Seok-Hee Hong 1 Hiroshi Nagamochi 2 1 School of Information Technologies, Uniersity of Sydney, seokhee.hong@sydney.ed.a 2 Department of

More information

IN this paper we consider simple, finite, connected and

IN this paper we consider simple, finite, connected and INTERNATIONAL JOURNAL OF MATHEMATICS AND SCIENTIFIC COMPUTING (ISSN: -5), VOL., NO., -Eqitable Labeling for Some Star and Bistar Related Graphs S.K. Vaidya and N.H. Shah Abstract In this paper we proe

More information

Online Stochastic Matching: New Algorithms and Bounds

Online Stochastic Matching: New Algorithms and Bounds Online Stochastic Matching: New Algorithms and Bonds Brian Brbach, Karthik A. Sankararaman, Araind Sriniasan, and Pan X Department of Compter Science, Uniersity of Maryland, College Park, MD 20742, USA

More information

arxiv: v1 [cs.dm] 27 Jun 2017 Darko Dimitrov a, Zhibin Du b, Carlos M. da Fonseca c,d

arxiv: v1 [cs.dm] 27 Jun 2017 Darko Dimitrov a, Zhibin Du b, Carlos M. da Fonseca c,d Forbidden branches in trees with minimal atom-bond connectiity index Agst 23, 2018 arxi:1706.086801 [cs.dm] 27 Jn 2017 Darko Dimitro a, Zhibin D b, Carlos M. da Fonseca c,d a Hochschle für Technik nd Wirtschaft

More information

Measure and Conquer: A Simple O( n ) Independent Set Algorithm

Measure and Conquer: A Simple O( n ) Independent Set Algorithm Measure and Conquer: A Simple O(2 0.288n ) Independent Set Algorithm Fedor V. Fomin 1, Fabrizio Grandoni 2, and Dieter Kratsch 3 1 Department of Informatics, Uniersity of Bergen, N-5020 Bergen, Norway,

More information

A Note on Johnson, Minkoff and Phillips Algorithm for the Prize-Collecting Steiner Tree Problem

A Note on Johnson, Minkoff and Phillips Algorithm for the Prize-Collecting Steiner Tree Problem A Note on Johnson, Minkoff and Phillips Algorithm for the Prize-Collecting Steiner Tree Problem Palo Feofiloff Cristina G. Fernandes Carlos E. Ferreira José Coelho de Pina September 04 Abstract The primal-dal

More information

arxiv: v1 [math.co] 10 Nov 2010

arxiv: v1 [math.co] 10 Nov 2010 arxi:1011.5001 [math.co] 10 No 010 The Fractional Chromatic Nmber of Triangle-free Graphs with 3 Linyan L Xing Peng Noember 1, 010 Abstract Let G be any triangle-free graph with maximm degree 3. Staton

More information

Optimization Problems in Multiple Subtree Graphs

Optimization Problems in Multiple Subtree Graphs Optimization Problems in Multiple Subtree Graphs Danny Hermelin Dror Rawitz February 28, 2010 Abstract We study arious optimization problems in t-subtree graphs, the intersection graphs of t- subtrees,

More information

GRAY CODES FAULTING MATCHINGS

GRAY CODES FAULTING MATCHINGS Uniersity of Ljbljana Institte of Mathematics, Physics and Mechanics Department of Mathematics Jadranska 19, 1000 Ljbljana, Sloenia Preprint series, Vol. 45 (2007), 1036 GRAY CODES FAULTING MATCHINGS Darko

More information

Non-Lecture I: Linear Programming. Th extremes of glory and of shame, Like east and west, become the same.

Non-Lecture I: Linear Programming. Th extremes of glory and of shame, Like east and west, become the same. The greatest flood has the soonest ebb; the sorest tempest the most sdden calm; the hottest love the coldest end; and from the deepest desire oftentimes enses the deadliest hate. Th extremes of glory and

More information

Xihe Li, Ligong Wang and Shangyuan Zhang

Xihe Li, Ligong Wang and Shangyuan Zhang Indian J. Pre Appl. Math., 49(1): 113-127, March 2018 c Indian National Science Academy DOI: 10.1007/s13226-018-0257-8 THE SIGNLESS LAPLACIAN SPECTRAL RADIUS OF SOME STRONGLY CONNECTED DIGRAPHS 1 Xihe

More information

On Shortest Single/Multiple Path Computation Problems in Fiber-Wireless (FiWi) Access Networks

On Shortest Single/Multiple Path Computation Problems in Fiber-Wireless (FiWi) Access Networks 2014 IEEE 15th International Conference on High Performance Sitching and Routing (HPSR) On Shortest Single/Multiple Path Computation Problems in Fiber-Wireless (FiWi) Access Netorks Chenyang Zhou, Anisha

More information

NUCLEATION AND SPINODAL DECOMPOSITION IN TERNARY-COMPONENT ALLOYS

NUCLEATION AND SPINODAL DECOMPOSITION IN TERNARY-COMPONENT ALLOYS NUCLEATION AND SPINODAL DECOMPOSITION IN TERNARY-COMPONENT ALLOYS COLLEEN ACKERMANN AND WILL HARDESTY Abstract. The Cahn-Morral System has often been sed to model the dynamics of phase separation in mlti-component

More information

Complex Tire-Ground Interaction Simulation: Recent Developments Of An Advanced Shell Theory Based Tire Model

Complex Tire-Ground Interaction Simulation: Recent Developments Of An Advanced Shell Theory Based Tire Model . ozdog and W. W. Olson Complex Tire-Grond Interaction Simlation: ecent eelopments Of n danced Shell Theory ased Tire odel EFEECE: ozdog. and Olson W. W. Complex Tire-Grond Interaction Simlation: ecent

More information

Complexity of the Cover Polynomial

Complexity of the Cover Polynomial Complexity of the Coer Polynomial Marks Bläser and Holger Dell Comptational Complexity Grop Saarland Uniersity, Germany {mblaeser,hdell}@cs.ni-sb.de Abstract. The coer polynomial introdced by Chng and

More information

On oriented arc-coloring of subcubic graphs

On oriented arc-coloring of subcubic graphs On oriented arc-coloring of sbcbic graphs Alexandre Pinlo Alexandre.Pinlo@labri.fr LaBRI, Université Bordeax I, 351, Cors de la Libération, 33405 Talence, France Janary 17, 2006 Abstract. A homomorphism

More information

On the tree cover number of a graph

On the tree cover number of a graph On the tree cover nmber of a graph Chassidy Bozeman Minerva Catral Brendan Cook Oscar E. González Carolyn Reinhart Abstract Given a graph G, the tree cover nmber of the graph, denoted T (G), is the minimm

More information

Artificial Noise Revisited: When Eve Has more Antennas than Alice

Artificial Noise Revisited: When Eve Has more Antennas than Alice Artificial Noise Reisited: When e Has more Antennas than Alice Shiyin Li Yi Hong and manele Viterbo CS Department Monash Uniersity Melborne VIC 3800 Astralia mail: shiyin.li yi.hong emanele.iterbo@monash.ed

More information

Minimizing Intra-Edge Crossings in Wiring Diagrams and Public Transportation Maps

Minimizing Intra-Edge Crossings in Wiring Diagrams and Public Transportation Maps Minimizing Intra-Edge Crossings in Wiring Diagrams and Pblic Transportation Maps Marc Benkert 1, Martin Nöllenbrg 1, Takeaki Uno 2, and Alexander Wolff 1 1 Department of Compter Science, Karlsrhe Uniersity,

More information

c 2009 Society for Industrial and Applied Mathematics

c 2009 Society for Industrial and Applied Mathematics SIAM J. DISCRETE MATH. Vol., No., pp. 8 86 c 009 Society for Indstrial and Applied Mathematics THE SURVIVING RATE OF A GRAPH FOR THE FIREFIGHTER PROBLEM CAI LEIZHEN AND WANG WEIFAN Abstract. We consider

More information

A Note on Arboricity of 2-edge-connected Cubic Graphs

A Note on Arboricity of 2-edge-connected Cubic Graphs Ξ44 Ξ6fi ψ ) 0 Vol.44, No.6 205ff. ADVANCES IN MATHEMATICS(CHINA) No., 205 A Note on Arboricity of 2-edge-connected Cbic Graphs HAO Rongxia,, LAI Hongjian 2, 3, LIU Haoyang 4 doi: 0.845/sxjz.204056b (.

More information

A Linear Time Algorithm for Computing Longest Paths in 2-Trees

A Linear Time Algorithm for Computing Longest Paths in 2-Trees A Linear Time Algorithm for Compting Longest Paths in 2-Trees Minko Marko Tzetalin Vassile Krassimir Mane Febrary 25, 2013 Abstract We propose a practical linear time algorithm for the Longest Path problem

More information

Model (In-)Validation from a H and µ perspective

Model (In-)Validation from a H and µ perspective Model (In-)Validation from a H and µ perspectie Wolfgang Reinelt Department of Electrical Engineering Linköping Uniersity, S-581 83 Linköping, Seden WWW: http://.control.isy.li.se/~olle/ Email: olle@isy.li.se

More information

Faster exact computation of rspr distance

Faster exact computation of rspr distance DOI 10.1007/s10878-013-9695-8 Faster exact comptation of rspr distance Zhi-Zhong Chen Ying Fan Lsheng Wang Springer Science+Bsiness Media New Yk 2013 Abstract De to hybridiation eents in eoltion, stdying

More information

Concept of Stress at a Point

Concept of Stress at a Point Washkeic College of Engineering Section : STRONG FORMULATION Concept of Stress at a Point Consider a point ithin an arbitraril loaded deformable bod Define Normal Stress Shear Stress lim A Fn A lim A FS

More information

Upper Bounds on the Spanning Ratio of Constrained Theta-Graphs

Upper Bounds on the Spanning Ratio of Constrained Theta-Graphs Upper Bonds on the Spanning Ratio of Constrained Theta-Graphs Prosenjit Bose and André van Renssen School of Compter Science, Carleton University, Ottaa, Canada. jit@scs.carleton.ca, andre@cg.scs.carleton.ca

More information

Worst-case analysis of the LPT algorithm for single processor scheduling with time restrictions

Worst-case analysis of the LPT algorithm for single processor scheduling with time restrictions OR Spectrm 06 38:53 540 DOI 0.007/s009-06-043-5 REGULAR ARTICLE Worst-case analysis of the LPT algorithm for single processor schedling with time restrictions Oliver ran Fan Chng Ron Graham Received: Janary

More information

J.A. BURNS AND B.B. KING redced order controllers sensors/actators. The kernels of these integral representations are called fnctional gains. In [4],

J.A. BURNS AND B.B. KING redced order controllers sensors/actators. The kernels of these integral representations are called fnctional gains. In [4], Jornal of Mathematical Systems, Estimation, Control Vol. 8, No. 2, 1998, pp. 1{12 c 1998 Birkhaser-Boston A Note on the Mathematical Modelling of Damped Second Order Systems John A. Brns y Belinda B. King

More information

The Brauer Manin obstruction

The Brauer Manin obstruction The Braer Manin obstrction Martin Bright 17 April 2008 1 Definitions Let X be a smooth, geometrically irredcible ariety oer a field k. Recall that the defining property of an Azmaya algebra A is that,

More information

Measure and Conquer: A Simple O( n ) Independent Set Algorithm

Measure and Conquer: A Simple O( n ) Independent Set Algorithm Measre an Conqer: A Simple O(2 0.288n ) Inepenent Set Algorithm Feor V. Fomin Fabrizio Granoni Dieter Kratsch Abstract For more than 30 years Dais-Ptnam-style exponentialtime backtracking algorithms hae

More information

Linear Algebra and its Applications

Linear Algebra and its Applications Linear Algebra and its Applications 435 (2011) 2065 2076 Contents lists aailable at ScienceDirect Linear Algebra and its Applications jornal homepage: www.elseier.com/locate/laa On the Estrada and Laplacian

More information

Minimum-Latency Beaconing Schedule in Multihop Wireless Networks

Minimum-Latency Beaconing Schedule in Multihop Wireless Networks This fll text paper was peer reiewed at the direction of IEEE Commnications Society sbject matter experts for pblication in the IEEE INFOCOM 009 proceedings Minimm-Latency Beaconing Schedle in Mltihop

More information

Multi-Voltage Floorplan Design with Optimal Voltage Assignment

Multi-Voltage Floorplan Design with Optimal Voltage Assignment Mlti-Voltage Floorplan Design with Optimal Voltage Assignment ABSTRACT Qian Zaichen Department of CSE The Chinese University of Hong Kong Shatin,N.T., Hong Kong zcqian@cse.chk.ed.hk In this paper, we stdy

More information

ON THE PERFORMANCE OF LOW

ON THE PERFORMANCE OF LOW Monografías Matemáticas García de Galdeano, 77 86 (6) ON THE PERFORMANCE OF LOW STORAGE ADDITIVE RUNGE-KUTTA METHODS Inmaclada Higeras and Teo Roldán Abstract. Gien a differential system that inoles terms

More information

arxiv: v1 [math.co] 25 Apr 2016

arxiv: v1 [math.co] 25 Apr 2016 On the zone complexity of a ertex Shira Zerbib arxi:604.07268 [math.co] 25 Apr 206 April 26, 206 Abstract Let L be a set of n lines in the real projectie plane in general position. We show that there exists

More information

1. Tractable and Intractable Computational Problems So far in the course we have seen many problems that have polynomial-time solutions; that is, on

1. Tractable and Intractable Computational Problems So far in the course we have seen many problems that have polynomial-time solutions; that is, on . Tractable and Intractable Comptational Problems So far in the corse we have seen many problems that have polynomial-time soltions; that is, on a problem instance of size n, the rnning time T (n) = O(n

More information

Equivalence between transition systems. Modal logic and first order logic. In pictures: forth condition. Bisimilation. In pictures: back condition

Equivalence between transition systems. Modal logic and first order logic. In pictures: forth condition. Bisimilation. In pictures: back condition odal logic and first order logic odal logic: local ie of the strctre ( here can I get by folloing links from here ). First order logic: global ie of the strctre (can see eerything, qantifiers do not follo

More information

A Blue Lagoon Function

A Blue Lagoon Function Downloaded from orbit.dt.dk on: Oct 11, 2018 A Ble Lagoon Fnction Markorsen, Steen Pblication date: 2007 Link back to DTU Orbit Citation (APA): Markorsen, S., (2007). A Ble Lagoon Fnction General rights

More information

5. Biconnected Components of A Graph

5. Biconnected Components of A Graph 5. Biconnected Components of A Graph If one city s airport is closed by bad eather, can you still fly beteen any other pair of cities? If one computer in a netork goes don, can a message be sent beteen

More information

Cuckoo hashing: Further analysis

Cuckoo hashing: Further analysis Information Processing Letters 86 (2003) 215 219 www.elsevier.com/locate/ipl Cckoo hashing: Frther analysis Lc Devroye,PatMorin School of Compter Science, McGill University, 3480 University Street, Montreal,

More information

A generalized Alon-Boppana bound and weak Ramanujan graphs

A generalized Alon-Boppana bound and weak Ramanujan graphs A generalized Alon-Boppana bond and weak Ramanjan graphs Fan Chng Department of Mathematics University of California, San Diego La Jolla, CA, U.S.A. fan@csd.ed Sbmitted: Feb 0, 206; Accepted: Jne 22, 206;

More information

Exploiting Source Redundancy to Improve the Rate of Polar Codes

Exploiting Source Redundancy to Improve the Rate of Polar Codes Exploiting Source Redundancy to Improe the Rate of Polar Codes Ying Wang ECE Department Texas A&M Uniersity yingang@tamu.edu Krishna R. Narayanan ECE Department Texas A&M Uniersity krn@tamu.edu Aiao (Andre)

More information

To pose an abstract computational problem on graphs that has a huge list of applications in web technologies

To pose an abstract computational problem on graphs that has a huge list of applications in web technologies Talk Objectie Large Scale Graph Algorithms A Gide to Web Research: Lectre 2 Yry Lifshits Steklo Institte of Mathematics at St.Petersbrg To pose an abstract comptational problem on graphs that has a hge

More information

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 BIJU PATNAIK UNIVERSITY OF TECHNOLOGY, ODISHA Lectre Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 Prepared by, Dr. Sbhend Kmar Rath, BPUT, Odisha. Tring Machine- Miscellany UNIT 2 TURING MACHINE

More information

A better approximation ratio for the Vertex Cover problem

A better approximation ratio for the Vertex Cover problem A better approximation ratio for the Vertex Cover problem George Karakostas Dept. of Computing and Software McMaster University October 5, 004 Abstract We reduce the approximation factor for Vertex Cover

More information

1 The space of linear transformations from R n to R m :

1 The space of linear transformations from R n to R m : Math 540 Spring 20 Notes #4 Higher deriaties, Taylor s theorem The space of linear transformations from R n to R m We hae discssed linear transformations mapping R n to R m We can add sch linear transformations

More information

On Multiobjective Duality For Variational Problems

On Multiobjective Duality For Variational Problems The Open Operational Research Jornal, 202, 6, -8 On Mltiobjective Dality For Variational Problems. Hsain *,, Bilal Ahmad 2 and Z. Jabeen 3 Open Access Department of Mathematics, Jaypee University of Engineering

More information

Optimal Control of a Heterogeneous Two Server System with Consideration for Power and Performance

Optimal Control of a Heterogeneous Two Server System with Consideration for Power and Performance Optimal Control of a Heterogeneos Two Server System with Consideration for Power and Performance by Jiazheng Li A thesis presented to the University of Waterloo in flfilment of the thesis reqirement for

More information

Intro to path analysis Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised April 6, 2015

Intro to path analysis Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised April 6, 2015 Intro to path analysis Richard Williams, Uniersity of Notre Dame, https://3.nd.ed/~rilliam/ Last reised April 6, 05 Sorces. This discssion dras heaily from Otis Ddley Dncan s Introdction to Strctral Eqation

More information

THE CATEGORY OF CGWH SPACES

THE CATEGORY OF CGWH SPACES THE CATEGORY OF CGWH SPACES N. P. STRICKLAND It is ell-knon that the category U of compactly generated eak Hasdorff spaces is a conenient setting for homotopy theory and algebraic topology. In this paper

More information

Theory of Network Communication

Theory of Network Communication Theory of Network Communication Dr. Christian Scheideler Johns Hopkins Uniersity, Sept. 9 2002 Introduction The goal of this lecture is to gie an introduction to the state of the art in the theory of network

More information

FOUNTAIN codes [3], [4] provide an efficient solution

FOUNTAIN codes [3], [4] provide an efficient solution Inactivation Decoding of LT and Raptor Codes: Analysis and Code Design Francisco Lázaro, Stdent Member, IEEE, Gianligi Liva, Senior Member, IEEE, Gerhard Bach, Fellow, IEEE arxiv:176.5814v1 [cs.it 19 Jn

More information

A generalized Alon-Boppana bound and weak Ramanujan graphs

A generalized Alon-Boppana bound and weak Ramanujan graphs A generalized Alon-Boppana bond and weak Ramanjan graphs Fan Chng Abstract A basic eigenvale bond de to Alon and Boppana holds only for reglar graphs. In this paper we give a generalized Alon-Boppana bond

More information

Stability of Model Predictive Control using Markov Chain Monte Carlo Optimisation

Stability of Model Predictive Control using Markov Chain Monte Carlo Optimisation Stability of Model Predictive Control sing Markov Chain Monte Carlo Optimisation Elilini Siva, Pal Golart, Jan Maciejowski and Nikolas Kantas Abstract We apply stochastic Lyapnov theory to perform stability

More information

The optimal pebbling number of the complete m-ary tree

The optimal pebbling number of the complete m-ary tree Discrete Mathematics 222 (2000) 89 00 www.elseier.com/locate/disc The optimal pebbling number of the complete m-ary tree Hung-Lin Fu, Chin-Lin Shiue Department of Applied Mathematics, National Chiao Tung

More information

The Real Stabilizability Radius of the Multi-Link Inverted Pendulum

The Real Stabilizability Radius of the Multi-Link Inverted Pendulum Proceedings of the 26 American Control Conference Minneapolis, Minnesota, USA, Jne 14-16, 26 WeC123 The Real Stabilizability Radis of the Mlti-Link Inerted Pendlm Simon Lam and Edward J Daison Abstract

More information

Polynomial-Solvability of N P-class Problems

Polynomial-Solvability of N P-class Problems Polynomial-Solability of N P-class Problems Anatoly Panyuko paniukoa@susu.ru arxi:1409.03755 [cs.cc] 24 Aug 2018 Abstract LetHamiltoniancomplement ofthegraphg = (V(G), E(G))betheminimal cardinality set

More information

arxiv: v2 [cs.ds] 17 Oct 2014

arxiv: v2 [cs.ds] 17 Oct 2014 On Uniform Capacitated k-median Beyond the Natral LP Relaxation Shi Li Toyota Technological Institte at Chicago shili@ttic.ed arxiv:1409.6739v2 [cs.ds] 17 Oct 2014 Abstract In this paper, we stdy the niform

More information

Jumping Boxes. Representing lambda-calculus boxes by jumps. Beniamino Accattoli 1 and Stefano Guerrini 2

Jumping Boxes. Representing lambda-calculus boxes by jumps. Beniamino Accattoli 1 and Stefano Guerrini 2 mping Boxes Representing lambda-calcls boxes by jmps Beniamino Accattoli 1 and Stefano Gerrini 2 1 Dip. di Informatica e Sistemistica A. Rberti. Sapienza Uniersità di Roma. Via Ariosto, 25-00185 Roma,

More information

G. Mahadevan 1 Selvam Avadayappan 2 V. G. Bhagavathi Ammal 3 T. Subramanian 4

G. Mahadevan 1 Selvam Avadayappan 2 V. G. Bhagavathi Ammal 3 T. Subramanian 4 G. Mahadean, Selam Aadaappan, V. G. Bhagaathi Ammal, T. Sbramanian / International Jornal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 2, Isse 6, Noember- December

More information

Pyramidal Sum Labeling In Graphs

Pyramidal Sum Labeling In Graphs ISSN : 48-96, Vol 8, Issue 4, ( Part -I) April 8, pp-9 RESEARCH ARTICLE Pyramidal Sum Labeling In Graphs OPEN ACCESS HVelet Getzimah, D S T Ramesh ( department Of Mathematics, Pope s College, Sayerpuram-68,Ms

More information

Information Source Detection in the SIR Model: A Sample Path Based Approach

Information Source Detection in the SIR Model: A Sample Path Based Approach Information Sorce Detection in the SIR Model: A Sample Path Based Approach Kai Zh and Lei Ying School of Electrical, Compter and Energy Engineering Arizona State University Tempe, AZ, United States, 85287

More information

Scheduling parallel jobs to minimize the makespan

Scheduling parallel jobs to minimize the makespan J Sched (006) 9:433 45 DOI 10.1007/s10951-006-8497-6 Schedling parallel jobs to minimize the makespan Berit Johannes C Springer Science + Bsiness Media, LLC 006 Abstract We consider the NP-hard problem

More information

Locally Self-Adjusting Tree Networks

Locally Self-Adjusting Tree Networks Locally Self-Adjsting Tree Networks Chen Ain 1, Bernhard Haepler 2, Zi Lotker 1, Christian Scheideler 3, Stefan Schmid 4 1 Ben Grion Uniersity, Israel; {ain,zilo}@cse.bg.ac.il 2 Massachsetts Institte of

More information

3.3 Operations With Vectors, Linear Combinations

3.3 Operations With Vectors, Linear Combinations Operations With Vectors, Linear Combinations Performance Criteria: (d) Mltiply ectors by scalars and add ectors, algebraically Find linear combinations of ectors algebraically (e) Illstrate the parallelogram

More information

Decoder Error Probability of MRD Codes

Decoder Error Probability of MRD Codes Decoder Error Probability of MRD Codes Maximilien Gadolea Department of Electrical and Compter Engineering Lehigh University Bethlehem, PA 18015 USA E-mail: magc@lehighed Zhiyan Yan Department of Electrical

More information

Exercise 4. An optional time which is not a stopping time

Exercise 4. An optional time which is not a stopping time M5MF6, EXERCICE SET 1 We shall here consider a gien filtered probability space Ω, F, P, spporting a standard rownian motion W t t, with natral filtration F t t. Exercise 1 Proe Proposition 1.1.3, Theorem

More information

Randomized Smoothing Networks

Randomized Smoothing Networks Randomized Smoothing Netorks Maurice Herlihy Computer Science Dept., Bron University, Providence, RI, USA Srikanta Tirthapura Dept. of Electrical and Computer Engg., Ioa State University, Ames, IA, USA

More information

LPV control of an active vibration isolation system

LPV control of an active vibration isolation system 29 American Control Conference Hyatt Regency Rierfront, St. Lois, MO, USA Jne 1-12, 29 ThC15.1 LPV control of an actie ibration isolation system W.H.T.M. Aangenent, C.H.A. Criens, M.J.G. an de Molengraft,

More information

SECTION 6.7. The Dot Product. Preview Exercises. 754 Chapter 6 Additional Topics in Trigonometry. 7 w u 7 2 =?. 7 v 77w7

SECTION 6.7. The Dot Product. Preview Exercises. 754 Chapter 6 Additional Topics in Trigonometry. 7 w u 7 2 =?. 7 v 77w7 754 Chapter 6 Additional Topics in Trigonometry 115. Yo ant to fly yor small plane de north, bt there is a 75-kilometer ind bloing from est to east. a. Find the direction angle for here yo shold head the

More information

This is a repository copy of Enhanced Bounded Integral Control of Input-to-State Stable Nonlinear Systems.

This is a repository copy of Enhanced Bounded Integral Control of Input-to-State Stable Nonlinear Systems. This is a repository copy of Enhanced Bonded Integral Control of Inpt-to-State Stable Nonlinear Systems. White Rose Research Online URL for this paper: http://eprints.hiterose.ac.k/4854/ Version: Accepted

More information

Visualisations of Gussian and Mean Curvatures by Using Mathematica and webmathematica

Visualisations of Gussian and Mean Curvatures by Using Mathematica and webmathematica Visalisations of Gssian and Mean Cratres by Using Mathematica and webmathematica Vladimir Benić, B. sc., (benic@grad.hr), Sonja Gorjanc, Ph. D., (sgorjanc@grad.hr) Faclty of Ciil Engineering, Kačićea 6,

More information

QUANTILE ESTIMATION IN SUCCESSIVE SAMPLING

QUANTILE ESTIMATION IN SUCCESSIVE SAMPLING Jornal of the Korean Statistical Society 2007, 36: 4, pp 543 556 QUANTILE ESTIMATION IN SUCCESSIVE SAMPLING Hosila P. Singh 1, Ritesh Tailor 2, Sarjinder Singh 3 and Jong-Min Kim 4 Abstract In sccessive

More information

A New Method for Calculating of Electric Fields Around or Inside Any Arbitrary Shape Electrode Configuration

A New Method for Calculating of Electric Fields Around or Inside Any Arbitrary Shape Electrode Configuration Proceedings of the 5th WSEAS Int. Conf. on Power Systems and Electromagnetic Compatibility, Corf, Greece, Agst 3-5, 005 (pp43-48) A New Method for Calclating of Electric Fields Arond or Inside Any Arbitrary

More information

u P(t) = P(x,y) r v t=0 4/4/2006 Motion ( F.Robilliard) 1

u P(t) = P(x,y) r v t=0 4/4/2006 Motion ( F.Robilliard) 1 y g j P(t) P(,y) r t0 i 4/4/006 Motion ( F.Robilliard) 1 Motion: We stdy in detail three cases of motion: 1. Motion in one dimension with constant acceleration niform linear motion.. Motion in two dimensions

More information

Alternative non-linear predictive control under constraints applied to a two-wheeled nonholonomic mobile robot

Alternative non-linear predictive control under constraints applied to a two-wheeled nonholonomic mobile robot Alternatie non-linear predictie control under constraints applied to a to-heeled nonholonomic mobile robot Gaspar Fontineli Dantas Júnior *, João Ricardo Taares Gadelha *, Carlor Eduardo Trabuco Dórea

More information

arxiv: v2 [cs.si] 27 Apr 2017

arxiv: v2 [cs.si] 27 Apr 2017 Opinion Dynamics in Networks: Conergence, Stability and Lack of Explosion arxi:1607.038812 [cs.si] 27 Apr 2017 Tng Mai Georgia Institte of Technology maitng89@gatech.ed Vijay V. Vazirani Georgia Institte

More information

The Dual of the Maximum Likelihood Method

The Dual of the Maximum Likelihood Method Department of Agricltral and Resorce Economics University of California, Davis The Dal of the Maximm Likelihood Method by Qirino Paris Working Paper No. 12-002 2012 Copyright @ 2012 by Qirino Paris All

More information

University of Bristol

University of Bristol Uniersity of Bristol AEROGUST Workshop 27 th - 28 th April 2017, Uniersity of Lierpool Presented by Robbie Cook and Chris Wales Oeriew Theory Nonlinear strctral soler copled with nsteady aerodynamics Gst

More information

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2

Vectors in Rn un. This definition of norm is an extension of the Pythagorean Theorem. Consider the vector u = (5, 8) in R 2 MATH 307 Vectors in Rn Dr. Neal, WKU Matrices of dimension 1 n can be thoght of as coordinates, or ectors, in n- dimensional space R n. We can perform special calclations on these ectors. In particlar,

More information

Five Basic Concepts of Axiomatic Rewriting Theory

Five Basic Concepts of Axiomatic Rewriting Theory Fie Basic Concepts of Axiomatic Rewriting Theory Pal-André Melliès Institt de Recherche en Informatiqe Fondamentale (IRIF) CNRS, Uniersité Paris Diderot Abstract In this inited talk, I will reiew fie basic

More information

Principles of Safe Policy Routing Dynamics

Principles of Safe Policy Routing Dynamics 1 Principles of Safe Policy Roting Dynamics Samel Epstein, Karim Mattar, Ibrahim Matta Department of Compter Science Boston Uniersity {samepst, kmattar, matta} @cs.b.ed Technical Report No. BUCS-TR-009-1

More information

denition of distributed computations with synchronous than originally stated. Key words: Distributed computation { Message passing Communication

denition of distributed computations with synchronous than originally stated. Key words: Distributed computation { Message passing Communication Synchronos, asynchronos, and casally ordered commnication Bernadette Charron{Bost Laboratoire d'informatiqe, Ecole Polytechniqe, 91128 Palaisea Cedex, France Friedemann Mattern Department of Compter Science,

More information

ON TRANSIENT DYNAMICS, OFF-EQUILIBRIUM BEHAVIOUR AND IDENTIFICATION IN BLENDED MULTIPLE MODEL STRUCTURES

ON TRANSIENT DYNAMICS, OFF-EQUILIBRIUM BEHAVIOUR AND IDENTIFICATION IN BLENDED MULTIPLE MODEL STRUCTURES ON TRANSIENT DYNAMICS, OFF-EQUILIBRIUM BEHAVIOUR AND IDENTIFICATION IN BLENDED MULTIPLE MODEL STRUCTURES Roderick Mrray-Smith Dept. of Compting Science, Glasgow Uniersity, Glasgow, Scotland. rod@dcs.gla.ac.k

More information

Symmetric Range Assignment with Disjoint MST Constraints

Symmetric Range Assignment with Disjoint MST Constraints Symmetric Range Assignment with Disjoint MST Constraints Eric Schmtz Drexel University Philadelphia, Pa. 19104,USA Eric.Jonathan.Schmtz@drexel.ed ABSTRACT If V is a set of n points in the nit sqare [0,

More information

Numerical Simulation of Density Currents over a Slope under the Condition of Cooling Period in Lake Biwa

Numerical Simulation of Density Currents over a Slope under the Condition of Cooling Period in Lake Biwa Nmerical Simlation of Densit Crrents oer a Slope nder the Condition of Cooling Period in Lake Bia Takashi Hosoda Professor, Department of Urban Management, Koto Uniersit, C1-3-65, Kotodai-Katsra, Nishiko-k,

More information

Lecture 5 November 6, 2012

Lecture 5 November 6, 2012 Hypercbe problems Lectre 5 Noember 6, 2012 Lectrer: Petr Gregor Scribe by: Kryštof Měkta Updated: Noember 22, 2012 1 Partial cbes A sbgraph H of G is isometric if d H (, ) = d G (, ) for eery, V (H); that

More information

Reduction of over-determined systems of differential equations

Reduction of over-determined systems of differential equations Redction of oer-determined systems of differential eqations Maim Zaytse 1) 1, ) and Vyachesla Akkerman 1) Nclear Safety Institte, Rssian Academy of Sciences, Moscow, 115191 Rssia ) Department of Mechanical

More information

Axiomatizing the Cyclic Interval Calculus

Axiomatizing the Cyclic Interval Calculus Axiomatizing the Cyclic Interal Calcls Jean-François Condotta CRIL-CNRS Uniersité d Artois 62300 Lens (France) condotta@cril.ni-artois.fr Gérard Ligozat LIMSI-CNRS Uniersité de Paris-Sd 91403 Orsay (France)

More information