Lower Bounds for the Relative Greedy Algorithm for Approximating Steiner Trees

Size: px
Start display at page:

Download "Lower Bounds for the Relative Greedy Algorithm for Approximating Steiner Trees"

Transcription

1 This paper appeared in: Networks 47:2 (2006), -5 Lower Bounds for the Reative Greed Agorithm for Approimating Steiner Trees Stefan Hougard Stefan Kirchner Humbodt-Universität zu Berin Institut für Informatik 0099 Berin, GERMANY {hougard, Abstract. The Steiner tree probem is to find a shortest subgraph that spans a given set of vertices in a graph. This probem is known to be NP-hard and it is we known that a ponomia time 2-approimation agorithm eists. In 996 Zeikovsk [] suggested an approimation agorithm for the Steiner tree probem that is caed the reative greed agorithm. Ti toda the performance ratio of this agorithm is not known. Zeikovsk provided.694 as an upper bound and Gröp, Hougard, Nierhoff and Pröme [6] proved that.333 is a ower bound. In this paper we improve the ower bound for the performance ratio of the reative greed agorithm to.385. Kewords. approimation agorithms, anasis of agorithms, graph agorithms, Steiner tree probem, ower bounds Introduction The Steiner tree probem is to find a shortest subgraph that spans a given set of vertices in a graph. Karp [8] has shown that this probem is NPhard. B a resut of Bern and Passmann [2] it foows from [] that the Steiner tree probem in graphs is even APX-compete. This means that uness P=NP there eists some constant c > such that no ponomia time approimation agorithm for the Steiner tree probem can eist that has a performance ratio smaer than c.

2 This paper appeared in: Networks 47:2 (2006), -5 It is we known that via the computation of a minimum spanning tree one can get an approimate soution for the Steiner tree probem in graphs that has at most twice the ength of an optima soution [5]. For a ong time no better approimation agorithm for the Steiner tree probem in graphs was found unti in 990 Zeikovsk [0] suggested an agorithm with a performance ratio of /6. Nowadas severa approimation agorithms for the Steiner tree probem are known that have a performance ratio better than two. The current best one is due to Robins and Zeikovsk [9] and achieves a performance ratio ess than.550. In 996 Zeikovsk [] proposed an approimation agorithm for the Steiner tree probem that is caed the reative greed agorithm. He proved that this agorithm has a performance ratio better than.694. Ti toda it is not known what the precise performance ratio of Zeikovsk s agorithm is. Better knowedge of this vaue is of great interest as it might turn out that the reative greed agorithm has a performance ratio beow.550. Gröp, Hougard, Nierhoff and Pröme [6] provided.333 as a ower bound for this vaue. In this paper we wi improve this ower bound to.385. The paper is organized as foows. In Section 2 we introduce some genera notations and in Section 3 we present detais of the reative greed agorithm. Section 4 contains our proof for the new ower bound. We cose in Section 5 with some concuding remarks. 2 Preiminaries Given a graph G = (V, E) with edge engths w : E R + and a subset R V of terminas a Steiner tree is a tree in G that contains a vertices of R. The ength of a Steiner tree is the sum of the engths of the edges contained in it. A shortest possibe Steiner tree is caed a Steiner minima tree. We denote it b SMT and its ength b smt. An approimation agorithm with performance ratio c is an agorithm that for a possibe instances computes a soution that is at most b a factor c arger than the optima soution. A known approimation agorithms for the Steiner tree probem that have a performance ratio better than 2 use the concept of k-steiner trees. This idea was introduced b Zeikovsk [0]. A tree is fu, if a eaves are terminas and a inner vertices are non-terminas. If a tree is not fu it can be decomposed into severa fu subtrees caed fu components which are edge disjoint. If each of the fu components has at most k eaves, these components form a k-steiner tree for this set of terminas. A shortest possibe k-steiner tree is caed a minima k-steiner 2

3 This paper appeared in: Networks 47:2 (2006), -5 tree and is denoted b SMT k and its ength b smt k. Borchers and Du [3] have shown that for arge enough k the ratio between smt and smt k tends to : Theorem (Borchers ( and Du ) [3]) For a instances of the Steiner tree probem hods: smt k + og k smt. For a given graph G = (V, E) with edge engths w : E R + and terminas R V we define the termina distance graph as a compete graph with verte set R. The ength of an edge in the termina distance graph is defined as the ength of a shortest path between these two terminas in G. A minima spanning tree in the termina distance graph is denoted b MST and its ength b mst. It is we known that mst 2 smt hods [5]. B repacing the edges of the MST in the termina distance graph b the paths in G that defined the edge engths one gets a Steiner tree in G which is a 2-approimation of the Steiner minima tree in G. 3 The Reative Greed Agorithm The main idea of the reative greed agorithm (see Figure ) is to start with a Steiner tree that is obtained via the minimum spanning tree in the termina distance graph. This soution is successive improved b adding certain Steiner minima trees on at most k terminas of R and destroing the resuting cces. Note that for a constant number of terminas a Steiner minima tree can be computed in ponomia time [4]. Reative Greed Agorithm G = (V, E), R V i := 0 whie mst(r/t,..., t i ) 0 choose t i+ R, t i+ k, so that f i (t i+ ) := i := i + i ma := i return = i ma i= SMT (t i) smt(t i+ ) mst(r/t,...,t i ) mst(r/t,...,t i+ ) is minima Figure : The reative greed agorithm For a subset t i of the terminas R we denote b SMT (t i ) a Steiner minima tree for these terminas and b smt(t i ) its ength. For subsets 3

4 This paper appeared in: Networks 47:2 (2006), -5 t, t 2,..., t i of terminas we define mst(r/t,..., t i ) as the ength of a minima spanning tree in the termina distance graph to which for each set t j, j i one has added edges of ength 0 compete connecting the terminas in t j. For a tupe t i+ of terminas the difference mst(r/t,..., t i ) mst(r/t,..., t i, t i+ ) is the change in ength that is obtained b adding a Steiner minima tree on terminas t i+. The reative greed agorithm chooses in each iteration a tupe t i+ that maimizes this difference in reation to the ength smt(t i+ ), i.e. it chooses a tupe t that minimizes the function smt(t) f i (t) := mst(r/t,..., t i ) mst(r/t,..., t i, t). () The reative greed agorithm outputs the union of the Steiner minima trees of the chosen tupes t i as the fu components of the k-steiner tree. We denote b RGA k a soution returned b the reative greed agorithm that is obtained b considering tupes of size at most k and b rga k its ength. Zeikovsk [] proved that the reative greed agorithm has a performance ratio of ess than.694 for sufficient arge k. 4 Lower Bounds In [6] a ower bound for the performance ratio of the reative greed agorithm arbitrar cose to 4 3 was presented. First, we present a simper eampe ieding a ower bound of 4 30 ɛ which is etended in a second step to get a arger ower bound. The fist instance G k is shown in Figure 2. It contains 4k terminas w,..., w 4k, three specia vertices T a, T b, and T c, 2k vertices,..., 2k and k vertices z,..., z k. Each termina w 4i 3 is connected to T a and each termina w 4i and the termina w are connected to T b b an edge of ength (the vaue of wi be specified ater). Moreover each verte i is connected to the terminas w 2i and w 2i b edges of ength, the vertices z i are connected to 2i and 2i b edges of ength /2 and the vertices z i are connected to T c b edges of ength for i k. Lemma For ever ɛ > 0 and = 2 rga 0 ɛ it hods im 4k (G k ) k smt 4k (G k ) = 4 30 ɛ. Proof. The vaue of wi be chosen in such a wa that the reative greed agorithm is forced to choose the stars with centers T a and T b in the first two steps. In a further steps it wi seect fu components of size 2 on. The Steiner minima tree consists of the binar tree with root T c and 4

5 This paper appeared in: Networks 47:2 (2006), -5 T b T a T c Figure 2: Lower bound (G k, k = 6) has ength 6k. In the foowing we wi assume > 2. This assumption is justified ater. The dashed edges in Figure 2 form a minimum spanning tree in the termina distance graph and have ength 7k + (k ) 2. Let t a and t b denote the set of terminas that are connected to T a and T b respective. B t c we denote the set of a terminas in G k. We want the reative greed agorithm to seect the star with center T a as the first fu component. This requires that the inequait f 0 (t a ) = hods, which is true for k f 0 (t a ) = k (k ) 2 (k + ) (k ) = f 0(t b ) (2) In addition it must be the case that k (k ) 2 6k 7k + (k ) 2 = f 0(t c ) (3) which is true for k Note that for no other subset of terminas the function f 0 can be smaer than f 0 (t a ). This shows that the greed agorithm chooses the star with center T a in the first step. For the second step, using smmetr and monotonicit of the function f i, it is enough to consider the subsets t = {w, w 2, w 3, w 4 }, t 2 = t {w 4i i k} {w 4i i k}, t 3 = t 2 {w 4i 2 i k} and t b. 5

6 The reative greed agorithm chooses t b in the second step if f (t b ) = (k + ) 3k min (f (t ), f (t 2 ), f (t 3 )) = min ( 5 7, 3.5 k k + 2, 5 k + 7 k ) = 7k + 5 0k + 4 for k 5. (4) If ɛ > 0 and is chosen as 2 0 ɛ then for sufficient arge k the reative greed agorithm wi choose t a and t b in the first two steps. In a remaining steps the reative greed agorithm chooses a fu component of size two. Therefore the tota ength of the Steiner tree returned b the reative greed agorithm is k + (k + ) + 2k 2 = 4k + + 2k. (5) Setting = 2 0 ɛ we get as the ratio between the soution found b the reative greed agorithm and the optima soution: 4k ɛ + 2k( 2 0 ɛ) 6k = 4 30 ɛ ɛ 6k (6) which tends to 4 30 ɛ 3 for k. A B A B B Figure 3: Improved ower bound (G k,, k = 3, = 8) 6 This paper appeared in: Networks 47:2 (2006), -5

7 This paper appeared in: Networks 47:2 (2006), -5 The second ower bound is obtained b constructing an instance G k, which paces the instance G k into a grid. The instance G k, consists of an 4k grid of terminas where the ast terminas of each coumn have been identified as one termina. For each coumn of terminas the graph G k T b T c is added, whie the terminas of each odd row (ecept for row 4k ) and the identified termina are connected aternate b stars with center B i and A i (see Figure 3). The edges which are incident to the vertices with degree k have weight. The identified edges with weight in G k have weight. The weights a i = a i (k,,, ) and b i = b i (k,,, ) of the edges incident to A i resp. B i wi be specified ater but assume here that a i > ++, ma{a i } < min{b i } and the sequences a i and b i are monotone increasing. Ever other edge has weight. Let w i,j denote the termina in the ith coumn and jth row and N(A i ) the eaves of the star a i. The idea is that in the instance G k, the soution of the reative greed agorithm consists of a stars with center A i and B i and a fu components of size two. The optima soution consists of the vertica trees. This wi be proved in the foowing theorem. Theorem 2 The performance ratio of the reative greed agorithm is not better than.385. Proof. Since b j > a i > + + the minimum spanning tree has ength mst = ((6 + 2)k + 2( + + )(k )). (7) The change in ength of a minimun spanning tree after seection of a star A i N(A i ) is 2( + + ). Now we have to find the minimizing vertica component after the stars (A 0 N(A 0 ))... (A i N(A i )) have been seected. For a fied h with h et S h = {w i,h i 4k}. For the ith step, using smmetr and monotonicit of the function f i, it is enough to consider the subsets S i, h = S h\({w 4j,h j i} {w 4j,h j i}) and S i,2 h = {w j,h 4i + j 4k}. For the seection function of N(A i ) we get f i (N(A i )) = + ai(k,,, ) 2( + + ) min(f i(s i, h ), f i(s i,2 h )) ( ( )k (2 + )i = min, (4 + 2)i mst 7

8 This paper appeared in: Networks 47:2 (2006), -5 ) (k i)( ) (k i)(6 + 2) + (k i )( ) = f i (S i, h ). (8) Therefore we can specif the vaue of a i (k,,, ) = + 2( + + ) (( )k (2 + )i). (9) (4 + 2)i Notice that a i is monotone increasing. After a A-stars are seected the argument for seecting the stars with center B i is simiar. On the change in ength of a minimun spanning tree after seection of a star B i N(B i ) has changed and is Again using monotonicit, the minimizing vertica component is mst S i,3 h = {w 4j+κ,h j i < k, κ 2} {w 4k,h, w 4k,h } after ever A-star and the stars B j N(B j ) with j < i < k have been contracted. For the seection function of N(B i ) we get f k i+ (N(B i )) = + f k i+ (S i,3 Therefore we can specif the vaue of b i (k,,, ) = + = bi(k,,, ) h ) (k i)(2 + + ) (0) (k i)(4 + 2) + 2 (k i) (2 + + ) ( + ). () (k i) (4 + 2) + 2 Notice for the ast star B k N(B k ) the component S k,3 h consists of on four terminas and there is no edge with costs in SMT (S k,3 h ). So we get b k (k,,, ) = 2 + 2( + ) (2) Notice that b i is monotone increasing. After ever star A i N(A i ) and B i N(B i ) is seected the agorithm has to choose fu components of size two. This can on be satisfied if 4k < min(( )k +, (3 + 2)k), because otherwise the agorithm 8

9 This paper appeared in: Networks 47:2 (2006), -5 chooses the components {w 2i,h i 2k} {w 4k,h } resp. {w 4i+j,h 0 i < k, 2 j 4}. If ever contraint is satisfied we get a ower bound for the performance ratio of 4k + ( + ) k 2 i=0 a i + ( + ) k i=0 b i. (3) ( )k This is the case for the vaues k = 5, 5, = and = and so we get a ower bound of Concuding Remarks Further improvement on the performance ratio for the reative greed agorithm is sti an open probem and the gap between our new ower bound.385 and.694 remains arge. Especia it woud be ver interesting to know whether the reative greed agorithm has a performance ratio better than.550. References [] S. Arora, C. Lund, R. Motwani, M. Sudan, M. Szeged, Proof verification and hardness of approimation probems, J. ACM 45 (998), [2] M. Bern, P. Passmann, The Steiner probem with edge engths and 2, Inform. Process. Lett. 32 (989), [3] A. Borchers, D.-Z. Du, The k-steiner ratio in graphs, SIAM J. Comput. 26 (997), [4] S. Drefus, R. Wagner, The Steiner probem in graphs, Networks (972), [5] E.N. Gibert, H.O. Poak, Steiner minima trees, SIAM J. App. Math. 6 (968), 29 [6] C. Gröp, S. Hougard, T. Nierhoff, H.J. Pröme, Lower bounds for approimation agorithms for the Steiner tree probem, In: Proceedings of 27th Internationa Workshop on Graph-Theoretic Concepts in Computer Science, WG 200, Springer LNCS, 2204,

10 This paper appeared in: Networks 47:2 (2006), -5 [7] C. Gröp, S. Hougard, T. Nierhoff, H.J. Pröme, Approimation Agorithms for the Steiner Tree Probem in Graphs, In: Steiner Trees in Industr, X. Cheng and D.-Z. Du (Eds.), , Kuwer Academic Pubishers, 200 [8] R.M. Karp, Reducibiit among combinatoria probems, In: Compeit of Computer Computations, (Proc. Smpos. IBM Thomas J. Watson Res. Center, Yorktown Heights, N.Y., 972). New York: Penum 972, [9] G. Robins, A. Zeikovsk, Improved Steiner tree approimation in graphs, In: Proceedings of the Eeventh Annua ACM-SIAM Smposium on Discrete Agorithms, SODA 2000, [0] A. Zeikovsk, An /6-approimation agorithm for the network Steiner probem, Agorithmica 9 (993), [] A. Zeikovsk, Better approimation bounds for the network and Eucidean Steiner tree probems, technica report CS-96-06, Universit of Virginia,

THE THREE POINT STEINER PROBLEM ON THE FLAT TORUS: THE MINIMAL LUNE CASE

THE THREE POINT STEINER PROBLEM ON THE FLAT TORUS: THE MINIMAL LUNE CASE THE THREE POINT STEINER PROBLEM ON THE FLAT TORUS: THE MINIMAL LUNE CASE KATIE L. MAY AND MELISSA A. MITCHELL Abstract. We show how to identify the minima path network connecting three fixed points on

More information

Minimizing Total Weighted Completion Time on Uniform Machines with Unbounded Batch

Minimizing Total Weighted Completion Time on Uniform Machines with Unbounded Batch The Eighth Internationa Symposium on Operations Research and Its Appications (ISORA 09) Zhangiaie, China, September 20 22, 2009 Copyright 2009 ORSC & APORC, pp. 402 408 Minimizing Tota Weighted Competion

More information

MARKOV CHAINS AND MARKOV DECISION THEORY. Contents

MARKOV CHAINS AND MARKOV DECISION THEORY. Contents MARKOV CHAINS AND MARKOV DECISION THEORY ARINDRIMA DATTA Abstract. In this paper, we begin with a forma introduction to probabiity and expain the concept of random variabes and stochastic processes. After

More information

Supplement of Limited-memory Common-directions Method for Distributed Optimization and its Application on Empirical Risk Minimization

Supplement of Limited-memory Common-directions Method for Distributed Optimization and its Application on Empirical Risk Minimization Suppement of Limited-memory Common-directions Method for Distributed Optimization and its Appication on Empirica Risk Minimization Ching-pei Lee Po-Wei Wang Weizhu Chen Chih-Jen Lin I Introduction In this

More information

Analysis of Emerson s Multiple Model Interpolation Estimation Algorithms: The MIMO Case

Analysis of Emerson s Multiple Model Interpolation Estimation Algorithms: The MIMO Case Technica Report PC-04-00 Anaysis of Emerson s Mutipe Mode Interpoation Estimation Agorithms: The MIMO Case João P. Hespanha Dae E. Seborg University of Caifornia, Santa Barbara February 0, 004 Anaysis

More information

Cryptanalysis of PKP: A New Approach

Cryptanalysis of PKP: A New Approach Cryptanaysis of PKP: A New Approach Éiane Jaumes and Antoine Joux DCSSI 18, rue du Dr. Zamenhoff F-92131 Issy-es-Mx Cedex France eiane.jaumes@wanadoo.fr Antoine.Joux@ens.fr Abstract. Quite recenty, in

More information

CS229 Lecture notes. Andrew Ng

CS229 Lecture notes. Andrew Ng CS229 Lecture notes Andrew Ng Part IX The EM agorithm In the previous set of notes, we taked about the EM agorithm as appied to fitting a mixture of Gaussians. In this set of notes, we give a broader view

More information

Asymptotic Properties of a Generalized Cross Entropy Optimization Algorithm

Asymptotic Properties of a Generalized Cross Entropy Optimization Algorithm 1 Asymptotic Properties of a Generaized Cross Entropy Optimization Agorithm Zijun Wu, Michae Koonko, Institute for Appied Stochastics and Operations Research, Caustha Technica University Abstract The discrete

More information

School of Electrical Engineering, University of Bath, Claverton Down, Bath BA2 7AY

School of Electrical Engineering, University of Bath, Claverton Down, Bath BA2 7AY The ogic of Booean matrices C. R. Edwards Schoo of Eectrica Engineering, Universit of Bath, Caverton Down, Bath BA2 7AY A Booean matrix agebra is described which enabes man ogica functions to be manipuated

More information

Algorithms to solve massively under-defined systems of multivariate quadratic equations

Algorithms to solve massively under-defined systems of multivariate quadratic equations Agorithms to sove massivey under-defined systems of mutivariate quadratic equations Yasufumi Hashimoto Abstract It is we known that the probem to sove a set of randomy chosen mutivariate quadratic equations

More information

School of Electrical Engineering, University of Bath, Claverton Down, Bath BA2 7AY

School of Electrical Engineering, University of Bath, Claverton Down, Bath BA2 7AY The ogic of Booean matrices C. R. Edwards Schoo of Eectrica Engineering, Universit of Bath, Caverton Down, Bath BA2 7AY A Booean matrix agebra is described which enabes man ogica functions to be manipuated

More information

Problem set 6 The Perron Frobenius theorem.

Problem set 6 The Perron Frobenius theorem. Probem set 6 The Perron Frobenius theorem. Math 22a4 Oct 2 204, Due Oct.28 In a future probem set I want to discuss some criteria which aow us to concude that that the ground state of a sef-adjoint operator

More information

Stochastic Variational Inference with Gradient Linearization

Stochastic Variational Inference with Gradient Linearization Stochastic Variationa Inference with Gradient Linearization Suppementa Materia Tobias Pötz * Anne S Wannenwetsch Stefan Roth Department of Computer Science, TU Darmstadt Preface In this suppementa materia,

More information

K a,k minors in graphs of bounded tree-width *

K a,k minors in graphs of bounded tree-width * K a,k minors in graphs of bounded tree-width * Thomas Böhme Institut für Mathematik Technische Universität Imenau Imenau, Germany E-mai: tboehme@theoinf.tu-imenau.de and John Maharry Department of Mathematics

More information

Integrating Factor Methods as Exponential Integrators

Integrating Factor Methods as Exponential Integrators Integrating Factor Methods as Exponentia Integrators Borisav V. Minchev Department of Mathematica Science, NTNU, 7491 Trondheim, Norway Borko.Minchev@ii.uib.no Abstract. Recenty a ot of effort has been

More information

The Steiner Ratio for Obstacle-Avoiding Rectilinear Steiner Trees

The Steiner Ratio for Obstacle-Avoiding Rectilinear Steiner Trees The Steiner Ratio for Obstacle-Avoiding Rectilinear Steiner Trees Anna Lubiw Mina Razaghpour Abstract We consider the problem of finding a shortest rectilinear Steiner tree for a given set of pointn the

More information

A MODEL FOR ESTIMATING THE LATERAL OVERLAP PROBABILITY OF AIRCRAFT WITH RNP ALERTING CAPABILITY IN PARALLEL RNAV ROUTES

A MODEL FOR ESTIMATING THE LATERAL OVERLAP PROBABILITY OF AIRCRAFT WITH RNP ALERTING CAPABILITY IN PARALLEL RNAV ROUTES 6 TH INTERNATIONAL CONGRESS OF THE AERONAUTICAL SCIENCES A MODEL FOR ESTIMATING THE LATERAL OVERLAP PROBABILITY OF AIRCRAFT WITH RNP ALERTING CAPABILITY IN PARALLEL RNAV ROUTES Sakae NAGAOKA* *Eectronic

More information

arxiv: v1 [math.co] 17 Dec 2018

arxiv: v1 [math.co] 17 Dec 2018 On the Extrema Maximum Agreement Subtree Probem arxiv:1812.06951v1 [math.o] 17 Dec 2018 Aexey Markin Department of omputer Science, Iowa State University, USA amarkin@iastate.edu Abstract Given two phyogenetic

More information

Brine Discharge Plumes on a Sloping Beach

Brine Discharge Plumes on a Sloping Beach Brine Discharge Pumes on a Soping Beach H.H. AL-BARWANI, Anton PURNAMA Department of Mathematics and Statistics, Coege of Science Sutan Qaboos Universit, PO Bo 6, A-Khod 1, Muscat, Sutanate of Oman E-mai:

More information

Pairwise RNA Edit Distance

Pairwise RNA Edit Distance Pairwise RNA Edit Distance In the foowing: Sequences S 1 and S 2 associated structures P 1 and P 2 scoring of aignment: different edit operations arc atering arc removing 1) ACGUUGACUGACAACAC..(((...)))...

More information

Theoretical Computer Science. Construction of strongly connected dominating sets in asymmetric multihop wireless networks

Theoretical Computer Science. Construction of strongly connected dominating sets in asymmetric multihop wireless networks Theoretica Computer Science 40 (009) 66 669 Contents ists avaiabe at ScienceDirect Theoretica Computer Science ourna homepage: www.esevier.com/ocate/tcs Construction of strongy connected dominating sets

More information

Haar Decomposition and Reconstruction Algorithms

Haar Decomposition and Reconstruction Algorithms Jim Lambers MAT 773 Fa Semester 018-19 Lecture 15 and 16 Notes These notes correspond to Sections 4.3 and 4.4 in the text. Haar Decomposition and Reconstruction Agorithms Decomposition Suppose we approximate

More information

MONOCHROMATIC LOOSE PATHS IN MULTICOLORED k-uniform CLIQUES

MONOCHROMATIC LOOSE PATHS IN MULTICOLORED k-uniform CLIQUES MONOCHROMATIC LOOSE PATHS IN MULTICOLORED k-uniform CLIQUES ANDRZEJ DUDEK AND ANDRZEJ RUCIŃSKI Abstract. For positive integers k and, a k-uniform hypergraph is caed a oose path of ength, and denoted by

More information

Uniprocessor Feasibility of Sporadic Tasks with Constrained Deadlines is Strongly conp-complete

Uniprocessor Feasibility of Sporadic Tasks with Constrained Deadlines is Strongly conp-complete Uniprocessor Feasibiity of Sporadic Tasks with Constrained Deadines is Strongy conp-compete Pontus Ekberg and Wang Yi Uppsaa University, Sweden Emai: {pontus.ekberg yi}@it.uu.se Abstract Deciding the feasibiity

More information

The Binary Space Partitioning-Tree Process Supplementary Material

The Binary Space Partitioning-Tree Process Supplementary Material The inary Space Partitioning-Tree Process Suppementary Materia Xuhui Fan in Li Scott. Sisson Schoo of omputer Science Fudan University ibin@fudan.edu.cn Schoo of Mathematics and Statistics University of

More information

Semidefinite relaxation and Branch-and-Bound Algorithm for LPECs

Semidefinite relaxation and Branch-and-Bound Algorithm for LPECs Semidefinite reaxation and Branch-and-Bound Agorithm for LPECs Marcia H. C. Fampa Universidade Federa do Rio de Janeiro Instituto de Matemática e COPPE. Caixa Posta 68530 Rio de Janeiro RJ 21941-590 Brasi

More information

Minimum Moment Steiner Trees

Minimum Moment Steiner Trees Minimum Moment Steiner Trees Wangqi Qiu Weiping Shi Abstract For a rectilinear Steiner tree T with a root, define its k-th moment M k (T ) = (d T (u)) k du, T where the integration is over all edges of

More information

XSAT of linear CNF formulas

XSAT of linear CNF formulas XSAT of inear CN formuas Bernd R. Schuh Dr. Bernd Schuh, D-50968 Kön, Germany; bernd.schuh@netcoogne.de eywords: compexity, XSAT, exact inear formua, -reguarity, -uniformity, NPcompeteness Abstract. Open

More information

Integrality ratio for Group Steiner Trees and Directed Steiner Trees

Integrality ratio for Group Steiner Trees and Directed Steiner Trees Integraity ratio for Group Steiner Trees and Directed Steiner Trees Eran Haperin Guy Kortsarz Robert Krauthgamer Aravind Srinivasan Nan Wang Abstract The natura reaxation for the Group Steiner Tree probem,

More information

An H 2 type Riemannian metric on the space of planar curves

An H 2 type Riemannian metric on the space of planar curves An H 2 type Riemannian metric on the space of panar curves Jayant hah Mathematics Department, Northeastern University, Boston MA emai: shah@neu.edu Abstract An H 2 type metric on the space of panar curves

More information

Week 6 Lectures, Math 6451, Tanveer

Week 6 Lectures, Math 6451, Tanveer Fourier Series Week 6 Lectures, Math 645, Tanveer In the context of separation of variabe to find soutions of PDEs, we encountered or and in other cases f(x = f(x = a 0 + f(x = a 0 + b n sin nπx { a n

More information

CHAPTER XIII FLOW PAST FINITE BODIES

CHAPTER XIII FLOW PAST FINITE BODIES HAPTER XIII LOW PAST INITE BODIES. The formation of shock waves in supersonic fow past bodies Simpe arguments show that, in supersonic fow past an arbitrar bod, a shock wave must be formed in front of

More information

Theory and implementation behind: Universal surface creation - smallest unitcell

Theory and implementation behind: Universal surface creation - smallest unitcell Teory and impementation beind: Universa surface creation - smaest unitce Bjare Brin Buus, Jaob Howat & Tomas Bigaard September 15, 218 1 Construction of surface sabs Te aim for tis part of te project is

More information

Schedulability Analysis of Deferrable Scheduling Algorithms for Maintaining Real-Time Data Freshness

Schedulability Analysis of Deferrable Scheduling Algorithms for Maintaining Real-Time Data Freshness 1 Scheduabiity Anaysis of Deferrabe Scheduing Agorithms for Maintaining Rea-Time Data Freshness Song Han, Deji Chen, Ming Xiong, Kam-yiu Lam, Aoysius K. Mok, Krithi Ramamritham UT Austin, Emerson Process

More information

Generalized Bell polynomials and the combinatorics of Poisson central moments

Generalized Bell polynomials and the combinatorics of Poisson central moments Generaized Be poynomias and the combinatorics of Poisson centra moments Nicoas Privaut Division of Mathematica Sciences Schoo of Physica and Mathematica Sciences Nanyang Technoogica University SPMS-MAS-05-43,

More information

Bayesian Learning. You hear a which which could equally be Thanks or Tanks, which would you go with?

Bayesian Learning. You hear a which which could equally be Thanks or Tanks, which would you go with? Bayesian Learning A powerfu and growing approach in machine earning We use it in our own decision making a the time You hear a which which coud equay be Thanks or Tanks, which woud you go with? Combine

More information

APPENDIX C FLEXING OF LENGTH BARS

APPENDIX C FLEXING OF LENGTH BARS Fexing of ength bars 83 APPENDIX C FLEXING OF LENGTH BARS C.1 FLEXING OF A LENGTH BAR DUE TO ITS OWN WEIGHT Any object ying in a horizonta pane wi sag under its own weight uness it is infinitey stiff or

More information

CONSISTENT LABELING OF ROTATING MAPS

CONSISTENT LABELING OF ROTATING MAPS CONSISTENT LABELING OF ROTATING MAPS Andreas Gemsa, Martin Nöenburg, Ignaz Rutter Abstract. Dynamic maps that aow continuous map rotations, for exampe, on mobie devices, encounter new geometric abeing

More information

Problem Set 6: Solutions

Problem Set 6: Solutions University of Aabama Department of Physics and Astronomy PH 102 / LeCair Summer II 2010 Probem Set 6: Soutions 1. A conducting rectanguar oop of mass M, resistance R, and dimensions w by fas from rest

More information

Structural Control of Probabilistic Boolean Networks and Its Application to Design of Real-Time Pricing Systems

Structural Control of Probabilistic Boolean Networks and Its Application to Design of Real-Time Pricing Systems Preprints of the 9th Word Congress The Internationa Federation of Automatic Contro Structura Contro of Probabiistic Booean Networks and Its Appication to Design of Rea-Time Pricing Systems Koichi Kobayashi

More information

SydU STAT3014 (2015) Second semester Dr. J. Chan 18

SydU STAT3014 (2015) Second semester Dr. J. Chan 18 STAT3014/3914 Appied Stat.-Samping C-Stratified rand. sampe Stratified Random Samping.1 Introduction Description The popuation of size N is divided into mutuay excusive and exhaustive subpopuations caed

More information

A Brief Introduction to Markov Chains and Hidden Markov Models

A Brief Introduction to Markov Chains and Hidden Markov Models A Brief Introduction to Markov Chains and Hidden Markov Modes Aen B MacKenzie Notes for December 1, 3, &8, 2015 Discrete-Time Markov Chains You may reca that when we first introduced random processes,

More information

Approximated MLC shape matrix decomposition with interleaf collision constraint

Approximated MLC shape matrix decomposition with interleaf collision constraint Approximated MLC shape matrix decomposition with intereaf coision constraint Thomas Kainowski Antje Kiese Abstract Shape matrix decomposition is a subprobem in radiation therapy panning. A given fuence

More information

STA 216 Project: Spline Approach to Discrete Survival Analysis

STA 216 Project: Spline Approach to Discrete Survival Analysis : Spine Approach to Discrete Surviva Anaysis November 4, 005 1 Introduction Athough continuous surviva anaysis differs much from the discrete surviva anaysis, there is certain ink between the two modeing

More information

Honors Thesis Bounded Query Functions With Limited Output Bits II

Honors Thesis Bounded Query Functions With Limited Output Bits II Honors Thesis Bounded Query Functions With Limited Output Bits II Daibor Zeený University of Maryand, Batimore County May 29, 2007 Abstract We sove some open questions in the area of bounded query function

More information

Gauss Law. 2. Gauss s Law: connects charge and field 3. Applications of Gauss s Law

Gauss Law. 2. Gauss s Law: connects charge and field 3. Applications of Gauss s Law Gauss Law 1. Review on 1) Couomb s Law (charge and force) 2) Eectric Fied (fied and force) 2. Gauss s Law: connects charge and fied 3. Appications of Gauss s Law Couomb s Law and Eectric Fied Couomb s

More information

Minimum Spanning Trees in Temporal Graphs

Minimum Spanning Trees in Temporal Graphs Minimum Spanning Trees in Tempora Graphs Siu Huang Chinese University of Hong Kong shuang@cse.cuhk.edu.hk Ada Wai-Chee Fu Chinese University of Hong Kong adafu@cse.cuhk.edu.hk Ruifeng Liu Chinese University

More information

Convergence Property of the Iri-Imai Algorithm for Some Smooth Convex Programming Problems

Convergence Property of the Iri-Imai Algorithm for Some Smooth Convex Programming Problems Convergence Property of the Iri-Imai Agorithm for Some Smooth Convex Programming Probems S. Zhang Communicated by Z.Q. Luo Assistant Professor, Department of Econometrics, University of Groningen, Groningen,

More information

Schedulability Analysis of Deferrable Scheduling Algorithms for Maintaining Real-Time Data Freshness

Schedulability Analysis of Deferrable Scheduling Algorithms for Maintaining Real-Time Data Freshness 1 Scheduabiity Anaysis of Deferrabe Scheduing Agorithms for Maintaining Rea- Data Freshness Song Han, Deji Chen, Ming Xiong, Kam-yiu Lam, Aoysius K. Mok, Krithi Ramamritham UT Austin, Emerson Process Management,

More information

An explicit Jordan Decomposition of Companion matrices

An explicit Jordan Decomposition of Companion matrices An expicit Jordan Decomposition of Companion matrices Fermín S V Bazán Departamento de Matemática CFM UFSC 88040-900 Forianópois SC E-mai: fermin@mtmufscbr S Gratton CERFACS 42 Av Gaspard Coriois 31057

More information

Nearly Optimal Constructions of PIR and Batch Codes

Nearly Optimal Constructions of PIR and Batch Codes arxiv:700706v [csit] 5 Jun 07 Neary Optima Constructions of PIR and Batch Codes Hia Asi Technion - Israe Institute of Technoogy Haifa 3000, Israe shea@cstechnionaci Abstract In this work we study two famiies

More information

Minimum-Dilation Tour (and Path) is NP-hard

Minimum-Dilation Tour (and Path) is NP-hard Minimum-Dilation Tour (and Path) is NP-hard Panos Giannopoulos Christian Knauer Dániel Marx Abstract We prove that computing a minimum-dilation (Euclidean) Hamilton circuit or path on a given set of points

More information

FRIEZE GROUPS IN R 2

FRIEZE GROUPS IN R 2 FRIEZE GROUPS IN R 2 MAXWELL STOLARSKI Abstract. Focusing on the Eucidean pane under the Pythagorean Metric, our goa is to cassify the frieze groups, discrete subgroups of the set of isometries of the

More information

Partial permutation decoding for MacDonald codes

Partial permutation decoding for MacDonald codes Partia permutation decoding for MacDonad codes J.D. Key Department of Mathematics and Appied Mathematics University of the Western Cape 7535 Bevie, South Africa P. Seneviratne Department of Mathematics

More information

Part B: Many-Particle Angular Momentum Operators.

Part B: Many-Particle Angular Momentum Operators. Part B: Man-Partice Anguar Moentu Operators. The coutation reations deterine the properties of the anguar oentu and spin operators. The are copete anaogous: L, L = i L, etc. L = L ± il ± L = L L L L =

More information

Combining reaction kinetics to the multi-phase Gibbs energy calculation

Combining reaction kinetics to the multi-phase Gibbs energy calculation 7 th European Symposium on Computer Aided Process Engineering ESCAPE7 V. Pesu and P.S. Agachi (Editors) 2007 Esevier B.V. A rights reserved. Combining reaction inetics to the muti-phase Gibbs energy cacuation

More information

Physics Dynamics: Springs

Physics Dynamics: Springs F A C U L T Y O F E D U C A T I O N Department of Curricuum and Pedagogy Physics Dynamics: Springs Science and Mathematics Education Research Group Supported by UBC Teaching and Learning Enhancement Fund

More information

#A48 INTEGERS 12 (2012) ON A COMBINATORIAL CONJECTURE OF TU AND DENG

#A48 INTEGERS 12 (2012) ON A COMBINATORIAL CONJECTURE OF TU AND DENG #A48 INTEGERS 12 (2012) ON A COMBINATORIAL CONJECTURE OF TU AND DENG Guixin Deng Schoo of Mathematica Sciences, Guangxi Teachers Education University, Nanning, P.R.China dengguixin@ive.com Pingzhi Yuan

More information

Stat 155 Game theory, Yuval Peres Fall Lectures 4,5,6

Stat 155 Game theory, Yuval Peres Fall Lectures 4,5,6 Stat 155 Game theory, Yuva Peres Fa 2004 Lectures 4,5,6 In the ast ecture, we defined N and P positions for a combinatoria game. We wi now show more formay that each starting position in a combinatoria

More information

arxiv: v1 [physics.flu-dyn] 2 Nov 2007

arxiv: v1 [physics.flu-dyn] 2 Nov 2007 A theoretica anaysis of the resoution due to diffusion and size-dispersion of partices in deterministic atera dispacement devices arxiv:7.347v [physics.fu-dyn] 2 Nov 27 Martin Heer and Henrik Bruus MIC

More information

Arbitrary Throughput Versus Complexity Tradeoffs in Wireless Networks using Graph Partitioning

Arbitrary Throughput Versus Complexity Tradeoffs in Wireless Networks using Graph Partitioning University of Pennsyvania SchoaryCommons Departmenta Papers (ESE) Department of Eectrica & Systems Engineering November 2006 Arbitrary Throughput Versus Compexity Tradeoffs in Wireess Networks using Graph

More information

A. Distribution of the test statistic

A. Distribution of the test statistic A. Distribution of the test statistic In the sequentia test, we first compute the test statistic from a mini-batch of size m. If a decision cannot be made with this statistic, we keep increasing the mini-batch

More information

Minimum Enclosing Circle of a Set of Fixed Points and a Mobile Point

Minimum Enclosing Circle of a Set of Fixed Points and a Mobile Point Minimum Encosing Circe of a Set of Fixed Points and a Mobie Point Aritra Banik 1, Bhaswar B. Bhattacharya 2, and Sandip Das 1 1 Advanced Computing and Microeectronics Unit, Indian Statistica Institute,

More information

New Efficiency Results for Makespan Cost Sharing

New Efficiency Results for Makespan Cost Sharing New Efficiency Resuts for Makespan Cost Sharing Yvonne Beischwitz a, Forian Schoppmann a, a University of Paderborn, Department of Computer Science Fürstenaee, 3302 Paderborn, Germany Abstract In the context

More information

The Sorting Problem. Inf 2B: Sorting, MergeSort and Divide-and-Conquer. What is important? Insertion Sort

The Sorting Problem. Inf 2B: Sorting, MergeSort and Divide-and-Conquer. What is important? Insertion Sort The Sorting Probem Inf 2B: Sorting, MergeSort and Divide-and-Conquer Lecture 7 of DS thread Kyriaos Kaoroti Input: Tas: rray of items with comparabe eys. Sort the items in by increasing eys. Schoo of Informatics

More information

Theory of Generalized k-difference Operator and Its Application in Number Theory

Theory of Generalized k-difference Operator and Its Application in Number Theory Internationa Journa of Mathematica Anaysis Vo. 9, 2015, no. 19, 955-964 HIKARI Ltd, www.m-hiari.com http://dx.doi.org/10.12988/ijma.2015.5389 Theory of Generaized -Difference Operator and Its Appication

More information

On Bounded Nondeterminism and Alternation

On Bounded Nondeterminism and Alternation On Bounded Nondeterminism and Aternation Mathias Hauptmann May 4, 2016 Abstract We continue our work on the combination of variants of McCreight and Meyer s Union Theorem with separation resuts aong the

More information

A Separator Theorem for Graphs with an Excluded Minor and its Applications

A Separator Theorem for Graphs with an Excluded Minor and its Applications A Separator Theorem for Graphs with an Excluded Minor and its Applications Noga Alon IBM Almaden Research Center, San Jose, CA 95120,USA and Sackler Faculty of Exact Sciences, Tel Aviv University, Tel

More information

Several Rules about the Magnetic Moment of Rotational Charged Bodies

Several Rules about the Magnetic Moment of Rotational Charged Bodies IES ONLINE, VOL. 3, NO. 6, 007 81 Severa ues about the Magnetic Moment of otationa Charged Bodies Guo-Quan Zhou Department of hsics, Wuhan Universit, Wuhan 43007, China Abstract A strict and deicate anaog

More information

HAMILTON DECOMPOSITIONS OF ONE-ENDED CAYLEY GRAPHS

HAMILTON DECOMPOSITIONS OF ONE-ENDED CAYLEY GRAPHS HAMILTON DECOMPOSITIONS OF ONE-ENDED CAYLEY GRAPHS JOSHUA ERDE, FLORIAN LEHNER, AND MAX PITZ Abstract. We prove that any one-ended, ocay finite Cayey graph with non-torsion generators admits a decomposition

More information

Approximated MLC shape matrix decomposition with interleaf collision constraint

Approximated MLC shape matrix decomposition with interleaf collision constraint Agorithmic Operations Research Vo.4 (29) 49 57 Approximated MLC shape matrix decomposition with intereaf coision constraint Antje Kiese and Thomas Kainowski Institut für Mathematik, Universität Rostock,

More information

Speeding up the Dreyfus-Wagner Algorithm for minimum Steiner trees

Speeding up the Dreyfus-Wagner Algorithm for minimum Steiner trees Speeding up the Dreyfus-Wagner Algorithm for minimum Steiner trees Bernhard Fuchs Center for Applied Computer Science Cologne (ZAIK) University of Cologne, Weyertal 80, 50931 Köln, Germany Walter Kern

More information

ORTHOGONAL MULTI-WAVELETS FROM MATRIX FACTORIZATION

ORTHOGONAL MULTI-WAVELETS FROM MATRIX FACTORIZATION J. Korean Math. Soc. 46 2009, No. 2, pp. 281 294 ORHOGONAL MLI-WAVELES FROM MARIX FACORIZAION Hongying Xiao Abstract. Accuracy of the scaing function is very crucia in waveet theory, or correspondingy,

More information

Do Schools Matter for High Math Achievement? Evidence from the American Mathematics Competitions Glenn Ellison and Ashley Swanson Online Appendix

Do Schools Matter for High Math Achievement? Evidence from the American Mathematics Competitions Glenn Ellison and Ashley Swanson Online Appendix VOL. NO. DO SCHOOLS MATTER FOR HIGH MATH ACHIEVEMENT? 43 Do Schoos Matter for High Math Achievement? Evidence from the American Mathematics Competitions Genn Eison and Ashey Swanson Onine Appendix Appendix

More information

Joel Broida UCSD Fall 2009 Phys 130B QM II. Homework Set 2 DO ALL WORK BY HAND IN OTHER WORDS, DON T USE MATHEMAT- ICA OR ANY CALCULATORS.

Joel Broida UCSD Fall 2009 Phys 130B QM II. Homework Set 2 DO ALL WORK BY HAND IN OTHER WORDS, DON T USE MATHEMAT- ICA OR ANY CALCULATORS. Joe Broida UCSD Fa 009 Phys 30B QM II Homework Set DO ALL WORK BY HAND IN OTHER WORDS, DON T USE MATHEMAT- ICA OR ANY CALCULATORS. You may need to use one or more of these: Y 0 0 = 4π Y 0 = 3 4π cos Y

More information

Data Search Algorithms based on Quantum Walk

Data Search Algorithms based on Quantum Walk Data Search Agorithms based on Quantum Wak Masataka Fujisaki, Hiromi Miyajima, oritaka Shigei Abstract For searching any item in an unsorted database with items, a cassica computer takes O() steps but

More information

Sequential Decoding of Polar Codes with Arbitrary Binary Kernel

Sequential Decoding of Polar Codes with Arbitrary Binary Kernel Sequentia Decoding of Poar Codes with Arbitrary Binary Kerne Vera Miosavskaya, Peter Trifonov Saint-Petersburg State Poytechnic University Emai: veram,petert}@dcn.icc.spbstu.ru Abstract The probem of efficient

More information

Paper presented at the Workshop on Space Charge Physics in High Intensity Hadron Rings, sponsored by Brookhaven National Laboratory, May 4-7,1998

Paper presented at the Workshop on Space Charge Physics in High Intensity Hadron Rings, sponsored by Brookhaven National Laboratory, May 4-7,1998 Paper presented at the Workshop on Space Charge Physics in High ntensity Hadron Rings, sponsored by Brookhaven Nationa Laboratory, May 4-7,998 Noninear Sef Consistent High Resoution Beam Hao Agorithm in

More information

First-Order Corrections to Gutzwiller s Trace Formula for Systems with Discrete Symmetries

First-Order Corrections to Gutzwiller s Trace Formula for Systems with Discrete Symmetries c 26 Noninear Phenomena in Compex Systems First-Order Corrections to Gutzwier s Trace Formua for Systems with Discrete Symmetries Hoger Cartarius, Jörg Main, and Günter Wunner Institut für Theoretische

More information

The EM Algorithm applied to determining new limit points of Mahler measures

The EM Algorithm applied to determining new limit points of Mahler measures Contro and Cybernetics vo. 39 (2010) No. 4 The EM Agorithm appied to determining new imit points of Maher measures by Souad E Otmani, Georges Rhin and Jean-Marc Sac-Épée Université Pau Veraine-Metz, LMAM,

More information

(f) is called a nearly holomorphic modular form of weight k + 2r as in [5].

(f) is called a nearly holomorphic modular form of weight k + 2r as in [5]. PRODUCTS OF NEARLY HOLOMORPHIC EIGENFORMS JEFFREY BEYERL, KEVIN JAMES, CATHERINE TRENTACOSTE, AND HUI XUE Abstract. We prove that the product of two neary hoomorphic Hece eigenforms is again a Hece eigenform

More information

Chemical Kinetics Part 2

Chemical Kinetics Part 2 Integrated Rate Laws Chemica Kinetics Part 2 The rate aw we have discussed thus far is the differentia rate aw. Let us consider the very simpe reaction: a A à products The differentia rate reates the rate

More information

(This is a sample cover image for this issue. The actual cover is not yet available at this time.)

(This is a sample cover image for this issue. The actual cover is not yet available at this time.) (This is a sampe cover image for this issue The actua cover is not yet avaiabe at this time) This artice appeared in a journa pubished by Esevier The attached copy is furnished to the author for interna

More information

NEW DEVELOPMENT OF OPTIMAL COMPUTING BUDGET ALLOCATION FOR DISCRETE EVENT SIMULATION

NEW DEVELOPMENT OF OPTIMAL COMPUTING BUDGET ALLOCATION FOR DISCRETE EVENT SIMULATION NEW DEVELOPMENT OF OPTIMAL COMPUTING BUDGET ALLOCATION FOR DISCRETE EVENT SIMULATION Hsiao-Chang Chen Dept. of Systems Engineering University of Pennsyvania Phiadephia, PA 904-635, U.S.A. Chun-Hung Chen

More information

MC-CDMA CDMA Systems. Introduction. Ivan Cosovic. Stefan Kaiser. IEEE Communication Theory Workshop 2005 Park City, USA, June 15, 2005

MC-CDMA CDMA Systems. Introduction. Ivan Cosovic. Stefan Kaiser. IEEE Communication Theory Workshop 2005 Park City, USA, June 15, 2005 On the Adaptivity in Down- and Upink MC- Systems Ivan Cosovic German Aerospace Center (DLR) Institute of Comm. and Navigation Oberpfaffenhofen, Germany Stefan Kaiser DoCoMo Euro-Labs Wireess Soution Laboratory

More information

Maximum Velocity for Matter in Relation to the Schwarzschild Radius Predicts Zero Time Dilation for Quasars

Maximum Velocity for Matter in Relation to the Schwarzschild Radius Predicts Zero Time Dilation for Quasars Maximum Veocity for Matter in Reation to the Schwarzschid Radius Predicts Zero Time Diation for Quasars Espen Gaarder Haug Norwegian University of Life Sciences November, 08 Abstract This is a short note

More information

1433 Copyright by SIAM Unauthorized reproduction of this article is prohibited

1433 Copyright by SIAM Unauthorized reproduction of this article is prohibited Spanning Circuits in Reguar Matroids Downoaded 11/28/17 to 46.3.205.70. Redistribution subject to SIAM icense or copyright; see http://www.siam.org/journas/ojsa.php Fedor V. Fomin Petr A. Goovach Danie

More information

ON SEQUENCES WITHOUT GEOMETRIC PROGRESSIONS

ON SEQUENCES WITHOUT GEOMETRIC PROGRESSIONS MATHEMATICS OF COMPUTATION VOLUME 00, NUMBER 00 Xxxx 19xx, PAGES 000 000 ON SEQUENCES WITHOUT GEOMETRIC PROGRESSIONS BRIENNE E. BROWN AND DANIEL M. GORDON Abstract. Severa aers have investigated sequences

More information

Construction of Supersaturated Design with Large Number of Factors by the Complementary Design Method

Construction of Supersaturated Design with Large Number of Factors by the Complementary Design Method Acta Mathematicae Appicatae Sinica, Engish Series Vo. 29, No. 2 (2013) 253 262 DOI: 10.1007/s10255-013-0214-6 http://www.appmath.com.cn & www.springerlink.com Acta Mathema cae Appicatae Sinica, Engish

More information

Recursive Constructions of Parallel FIFO and LIFO Queues with Switched Delay Lines

Recursive Constructions of Parallel FIFO and LIFO Queues with Switched Delay Lines Recursive Constructions of Parae FIFO and LIFO Queues with Switched Deay Lines Po-Kai Huang, Cheng-Shang Chang, Feow, IEEE, Jay Cheng, Member, IEEE, and Duan-Shin Lee, Senior Member, IEEE Abstract One

More information

8 APPENDIX. E[m M] = (n S )(1 exp( exp(s min + c M))) (19) E[m M] n exp(s min + c M) (20) 8.1 EMPIRICAL EVALUATION OF SAMPLING

8 APPENDIX. E[m M] = (n S )(1 exp( exp(s min + c M))) (19) E[m M] n exp(s min + c M) (20) 8.1 EMPIRICAL EVALUATION OF SAMPLING 8 APPENDIX 8.1 EMPIRICAL EVALUATION OF SAMPLING We wish to evauate the empirica accuracy of our samping technique on concrete exampes. We do this in two ways. First, we can sort the eements by probabiity

More information

Primal and dual active-set methods for convex quadratic programming

Primal and dual active-set methods for convex quadratic programming Math. Program., Ser. A 216) 159:469 58 DOI 1.17/s117-15-966-2 FULL LENGTH PAPER Prima and dua active-set methods for convex quadratic programming Anders Forsgren 1 Phiip E. Gi 2 Eizabeth Wong 2 Received:

More information

8 Digifl'.11 Cth:uits and devices

8 Digifl'.11 Cth:uits and devices 8 Digif'. Cth:uits and devices 8. Introduction In anaog eectronics, votage is a continuous variabe. This is usefu because most physica quantities we encounter are continuous: sound eves, ight intensity,

More information

Biometrics Unit, 337 Warren Hall Cornell University, Ithaca, NY and. B. L. Raktoe

Biometrics Unit, 337 Warren Hall Cornell University, Ithaca, NY and. B. L. Raktoe NONISCMORPHIC CCMPLETE SETS OF ORTHOGONAL F-SQ.UARES, HADAMARD MATRICES, AND DECCMPOSITIONS OF A 2 4 DESIGN S. J. Schwager and w. T. Federer Biometrics Unit, 337 Warren Ha Corne University, Ithaca, NY

More information

Lecture 6: Moderately Large Deflection Theory of Beams

Lecture 6: Moderately Large Deflection Theory of Beams Structura Mechanics 2.8 Lecture 6 Semester Yr Lecture 6: Moderatey Large Defection Theory of Beams 6.1 Genera Formuation Compare to the cassica theory of beams with infinitesima deformation, the moderatey

More information

STABLE GRAPHS BENJAMIN OYE

STABLE GRAPHS BENJAMIN OYE STABLE GRAPHS BENJAMIN OYE Abstract. In Reguarity Lemmas for Stabe Graphs [1] Maiaris and Sheah appy toos from mode theory to obtain stronger forms of Ramsey's theorem and Szemeredi's reguarity emma for

More information

Bourgain s Theorem. Computational and Metric Geometry. Instructor: Yury Makarychev. d(s 1, s 2 ).

Bourgain s Theorem. Computational and Metric Geometry. Instructor: Yury Makarychev. d(s 1, s 2 ). Bourgain s Theorem Computationa and Metric Geometry Instructor: Yury Makarychev 1 Notation Given a metric space (X, d) and S X, the distance from x X to S equas d(x, S) = inf d(x, s). s S The distance

More information

FRACTIONAL PACKING OF T-JOINS. 1. Introduction

FRACTIONAL PACKING OF T-JOINS. 1. Introduction FRACTIONAL PACKING OF T-JOINS FRANCISCO BARAHONA Abstract Given a graph with nonnegative capacities on its edges, it is well known that the capacity of a minimum T -cut is equal to the value of a maximum

More information

Melodic contour estimation with B-spline models using a MDL criterion

Melodic contour estimation with B-spline models using a MDL criterion Meodic contour estimation with B-spine modes using a MDL criterion Damien Loive, Ney Barbot, Oivier Boeffard IRISA / University of Rennes 1 - ENSSAT 6 rue de Kerampont, B.P. 80518, F-305 Lannion Cedex

More information

Separation of Variables and a Spherical Shell with Surface Charge

Separation of Variables and a Spherical Shell with Surface Charge Separation of Variabes and a Spherica She with Surface Charge In cass we worked out the eectrostatic potentia due to a spherica she of radius R with a surface charge density σθ = σ cos θ. This cacuation

More information