<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Intersecting straight line segments with disks: complexity and approximation</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Konstantin</forename><forename type="middle">S</forename><surname>Kobylkin</surname></persName>
							<email>kobylkinks@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="department">Krasovskii Institute of Mathematics and Mechanics (Yekaterinburg</orgName>
								<orgName type="institution">Ural Federal University (Yekaterinburg</orgName>
								<address>
									<country>Russia), Russia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Intersecting straight line segments with disks: complexity and approximation</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">4F6185B2B40E449A15426E68A4BE9A1D</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T14:15+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Computational complexity and approximability are studied for a problem of intersecting a set of straight line segments with the smallest cardinality set of disks of fixed radii r &gt; 0 where the set of segments forms a straight line drawing G = (V, E) of a planar graph without edge crossings. Similar problems arise e.g. in network security applications (Agarwal et al., 2013). We claim strong NP-hardness of the problem within classes of (edge sets of) Delaunay triangulations, Gabriel graphs and other subgraphs (which are often used in network design) for r ∈ [d min , ηd max ] and some constant η where d max and d min are Euclidean lengths of the longest and shortest graph edges respectively. Fast O(|E| log |E|)-time O(1)-approximation algorithm is proposed within the class of straight line drawings of planar graphs for which the inequality r ≥ ηd max holds uniformly for some constant η &gt; 0.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>Many problems in computational geometry can be posed in the form of the geometric Hitting Set problem including well known disk covering problems <ref type="bibr" target="#b6">[7]</ref> which arise in facility location and Art Gallery problems <ref type="bibr" target="#b12">[13]</ref> from security and monitoring applications. In the classical geometric Hitting Set problem one seeks a small cardinality set of "representatives" for a given set of geometric objects in the following sense: Hitting Set: given a family N of subsets (objects) of R d and a set U ⊆ R d , find the smallest cardinality set H ⊆ U such that N ∩ H = ∅ for every N ∈ N .</p><p>Refining its complexity status and designing exact and approximation algorithms for different types of geometric objects is still an area of active research, see e.g. <ref type="bibr" target="#b3">[4]</ref>, <ref type="bibr" target="#b7">[8]</ref> and <ref type="bibr" target="#b10">[11]</ref>. In this paper we deal with a geometric problem which can be considered as a particular type of the Hitting Set problem on the plane: Intersecting Plane Graph with Disks (IPGD): given a straight line drawing of an arbitrary simple 1  planar graph G = (V, E) without edge crossings and a constant r &gt; 0, find the smallest cardinality set C ⊂ R 2 of points (disk centers) such that each edge e ∈ E is within Euclidean distance r from some point c = c(e) ∈ C or, equivalently, the disk of radius r centered at c intersects e.</p><p>IPGD coincides with Hitting Set if we set N := N r (E) = {N r (e)} e∈E and U := R<ref type="foot" target="#foot_0">2</ref> where N r (e) = B r (0) + e = {x + y : x ∈ B r (0), y ∈ e} is Euclidean r-neighbourhood of e (having form of Minkowski sum) and B r (x) is the disk of radius r centered at x ∈ R 2 . Of course, IPGD coincides with well known Continuous Disk Cover problem (denoted by CDC in the sequel) <ref type="bibr" target="#b6">[7]</ref> in the case where segments of E have zero lengths. Finally, we get classical Vertex Cover problem for planar graphs when r = 0.</p><p>In this paper computational complexity and approximability of IPGD are studied for simple plane graphs with either r ∈ [d min , d max ] or r = Ω(d max ) where d max and d min are lengths of the longest and shortest edges of G. Our emphasis is on those classes of simple plane graphs that are defined by some distance function, namely, on Delaunay triangulations and some of their connected subgraphs (e.g. for Gabriel graphs). These graphs are often called proximity graphs. Delaunay triangulations (being geometric spanners) are plane graphs which admit efficient geometric routing algorithms <ref type="bibr" target="#b1">[2]</ref>, thus, representing convenient network topologies. Gabriel graphs arise in modeling wireless networks <ref type="bibr" target="#b2">[3]</ref>. Related work. Most of related results are about computational complexity and approximability of close settings of the Hitting Set problem. An aspect ratio of a closed convex set N with int N = ∅ 2 coincides with the ratio of the minimum radius of the disk which contains N to the maximum radius of the disk which is contained in N. For example, each object N r (e) has aspect ratio equal to 1 + d (e)  2r where d(e) is the length of the edge e. APX-hardness of the discrete <ref type="foot" target="#foot_1">3</ref> Hitting Set problem is presented for families of axis-parallel rectangles with generally unbounded aspect ratio <ref type="bibr" target="#b3">[4]</ref> and for families of triangles of bounded aspect ratio <ref type="bibr" target="#b7">[8]</ref>. Strong NP-hardness is also well known for the CDC problem <ref type="bibr" target="#b9">[10]</ref>. Results. Our results report complexity and approximation algorithms for the IPGD problem within several classes of plane graphs under different assumptions on r. Let S be a set of n points in general position on the plane no 4 of which are cocircular. We call a plane graph G = (S, E) a Delaunay triangulation when [u, v] ∈ E iff there is a disk T such that u, v ∈ bd T<ref type="foot" target="#foot_2">4</ref> and S ∩ int T = ∅. Finally, a plane graph G = (S, E) is named as nearest neighbour graph when [u, v] ∈ E iff either u or v is the nearest Euclidean neighbour for v or u respectively. Hardness results. Our first result claims strong NP-hardness of IPGD within the class of Delaunay triangulations and some known classes of their connected subgraphs (Gabriel, relative neighbourhood graphs) for r ∈ [d min , d max ] and µ = dmax dmin = O(n) where n = |S|. IPGD remains strongly NP-hard within the class of nearest neighbour graphs for r ∈ [d max , ηd max ] with large constant η and µ ≤ 4. Furthermore, we have the same hardness results under the same restrictions on r and µ even if we are bound to choose points of C close to vertices of G.</p><p>The upper bound on µ for Delaunay triangulations is comparable with the lower bound µ = Ω 3 √ n 2 which holds true (with positive probability) for Delaunay triangulations produced by n random independent points on the unit disk <ref type="bibr" target="#b0">[1]</ref>. Thus, declared restrictions on r and µ define natural instances of IPGD. An upper bound on µ implies an upper bound on the ratio of the largest and the smallest aspect ratio of objects from N r (E). The Hitting Set problem is generally easier when sets from N have almost equal aspect ratio bounded from above by some constant. Our result for the class of nearest neighbour graphs gives the problem hardness in the case where objects of N r (E) have almost equal constant aspect ratio.</p><p>In distinction to known results for the Hitting Set problem mentioned above our study is mostly for its continuous setting with the structured system N r (E) formed by an edge set of a specific plane graph; each set from N r (E) is of the special form of Minkowski sum of some graph edge and the radius r disk. Our proofs are elaborate complexity reductions from the CDC problem which is intimately related to IPGD. Approximation algorithm. Our hardness proofs are likely to give W [1]-hardness of IPGD taking into account results from <ref type="bibr" target="#b8">[9]</ref>. Therefore, constant factor approximation algorithms are of particular interest. A polynomial time algorithm (which is denoted by A) for IPGD is said to be f -approximate (or to have approximation factor f ) iff the following bound holds true for any plane graph G from some class of plane graphs:</p><formula xml:id="formula_0">|C A (G, r)| OP T IP GD (G, r) ≤ f,</formula><p>where C A (G, r) is a feasible solution to IPGD output by A for a given plane graph G and radius r whereas OP T IP GD (G, r) denotes the problem optimum. In this work we present an 8p(1 + 2λ)-approximation O(|E| log |E|)-time algorithm for IPGD when the inequality r ≥ dmax 2λ holds true uniformly within some class of simple plane graphs for a constant λ &gt; 0, where p(x) is the smallest number of unit disks needed to cover any disk of radius x &gt; 1. It corresponds to the case where segments from E have their lengths bounded from above by some linear function of r, or, in other words, when objects from N r (E) have their aspect ratio bounded from above by 1 + λ.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Hardness results</head><p>We give complexity analysis for the IPGD problem by first considering its setting where r ∈ [d min , d max ]. Under this restriction on r IPGD coincides neither with known Vertex Cover problem nor with CDC. In fact it is equivalent (see the Introduction) to the geometric Hitting Set problem for the set N r (E) of Euclidean r-neighbourhoods of edges of G. For the IPGD problem we claim its strong NP-hardness even if we restrict the graph G to be either a Delaunay triangulation or some of its known subgraphs. We keep the ratio µ = dmax dmin bounded from above, thus, imposing an upper bound on the ratio of the largest and the smallest aspect ratio of objects from N r (E). We also show that IPGD remains intractable even in its simple case where r = Θ(d max ) and µ is bounded by some small constant or, equivalently, when objects of N r (E) have close constant aspect ratio.</p><p>Our first hardness result for IPGD is obtained by using a complexity reduction from the CDC problem. Below we describe a class of hard instances of the CDC problem which correspond to hard instances of the IPGD problem for Delaunay triangulations with relatively small upper bound on the parameter µ. Hardness result for the CDC problem. To single out the class of hard instances of the CDC problem we use a reduction from the strongly NP-complete minimum dominating set problem which is formulated as follows: given a simple planar graph G 0 = (V 0 , E 0 ) of degree at most 3, find the smallest cardinality set</p><formula xml:id="formula_1">V 0 ⊆ V 0 such that for each u ∈ V 0 \V 0 there is some v = v(u) ∈ V 0 which is adjacent to u.</formula><p>Below an integer grid denotes the set of points on the plane with integer-valued coordinates within some bounded interval. An orthogonal drawing of the graph G 0 on some integer grid is the drawing whose vertices are represented by points on that grid whereas its edges are given in the form of polylines formed by sequences of connected axis-parallel straight line segments of the form [p 1 , p 2 ], [p 2 , p 3 ], . . . , [p k−1 , p k ] intersecting only at the edge endpoints, where each point p i again belongs to the grid. In <ref type="bibr" target="#b9">[10]</ref> strong NP-hardness of CDC is proved by reduction from the minimum dominating set problem. This reduction involves using plane orthogonal drawing of G 0 on some integer grid. More specifically, a set D is build on that grid with V 0 ⊂ D. The resulting hard instance of the CDC problem is for the set D and some integer (constant) radius r 0 ≥ 1. Let us observe that G 0 admits an orthogonal drawing (theorem 1 <ref type="bibr" target="#b13">[14]</ref>) on the grid of size</p><formula xml:id="formula_2">O(|V 0 |) × O(|V 0 |) whereas total length of each edge is O(|V 0 |).</formula><p>Proof of the strong NP-hardness of CDC could be conducted taking into account this observation. We can formulate (see combination of theorems 1 and 3 <ref type="bibr" target="#b9">[10]</ref>) Theorem 1. (Masuyama et. al., 1981 <ref type="bibr" target="#b9">[10]</ref>) The CDC problem is strongly NP-hard for a constant integer radius r 0 and point sets D on the integer grid of size O(|D|) × O(|D|). It remains strongly NP-hard even if we restrict centers of radius r 0 disks to be at the points of D. Remark 1. For every simple planar graph G 0 of degree at most 3 its orthogonal drawing can be constructed such that at least one its edges is a polyline which is composed of at least two axis-parallel segments.</p><p>The IPGD problem hardness for Delaunay triangulations. To build a reduction from the CDC problem for the set D (as constructed in the proof of theorem 1) we exploit a simple idea that a radius r disk covers a set of points D ⊂ D iff a slightly larger disk intersects straight line segments, each of which is close to some point of D and has a small length with respect to distances between points of D. Then a proximity graph H is build whose vertex set coincides with the set of endpoints of small segments corresponding to points of D. Since H usually contains these small segments as its edges, this technique gives hardness for the IPGD problem within numerous classes of proximity graphs. The following technical lemma holds. Lemma 1. Let X ⊂ Z 2 , r ≥ 1 be some integer and ρ(u; v, w) be the minimum of two Euclidean distances from u ∈ X to circles of radius r passing through distinct points v and w from X with |v − w| 2 ≤ 2r, where Z is the set of integers and | • | 2 is Euclidean norm. Then where C(v, w) is the union of two radius r circles through v and w.</p><p>The complexity of the following restricted form of IPGD is also studied. Vertex Restricted IPGD (VRIPGD(δ)): given a simple plane graph G = (V, E), a constant δ &gt; 0 and a constant r &gt; 0, find the least cardinality set C ⊂ R 2 such that each e ∈ E is within (Euclidean) distance r from some point c = c(e) ∈ C and C ⊂ v∈V B δ (v). |D| 2 × c1 |D| 2 for some small absolute rational constant c 1 . Assuming u = (u x , u y ), the point u 0 is chosen in the lower part of the grid with y-coordinates less than u y − δ/4 whereas v 0 is taken from the upper one for which y-coordinates exceed u y + δ/4.</p><p>Let S be the set of endpoints of segments from I D . Every disk having I u as its diameter does not contain any points of S distinct from endpoints of I u . Let G = (S, E) be a Delaunay triangulation for S which can be computed in polynomial time and space in |D|. Obviously, each segment I u coincides with some edge from E. We have d min ≤ r and µ = O(|S|). It remains to prove that r ≤ d max . Due to remark 1 and the construction of the set D (see fig. <ref type="figure" target="#fig_2">1</ref>  <ref type="bibr" target="#b9">[10]</ref>) the set S can be constructed such that the inequality r ≤ d max holds true for G. Moreover, representation length for vertices of S is polynomial with respect to representation length for points of D.</p><p>Let k be a positive integer. Obviously, centers of at most k disks of radius r 0 containing D in their union give centers of radius r &gt; r 0 disks whose union is intersected with each segment from E. Conversely, let T be a disk of radius r which intersects a subset I D = {I u : u ∈ D } of segments for some D ⊆ D. When |D | = 1, it is easy to transform T to a disk which contains the segment I D . Points of D have integer coordinates. Moreover, squared (Euclidean) distance between each pair of points of the subset D does not exceed (2r 0 +4δ) 2 = 4r 2 0 +16r 0 δ +16δ 2 . Therefore points from D are located within the distance 2r 0 from each other. Let us use Helly theorem. Let R be the minimum radius of the disk T 0 containing any triple u 1 , u 2 and u 3 from D . W.l.o.g. we suppose that, say, u 1 and u 2 are on the boundary of T 0 and denote its center by O. Obviously, R ≤ r 0 + 2δ. Let us show that the case R &gt; r 0 is void. We slightly shift the center of T 0 (along the midperpendicular to [u 1 , u 2 ]) to have u 1 and u 2 at the distance r 0 from the shifted center O . The distance from the point u 3 to the radius r 0 circle centered at O does not exceed</p><formula xml:id="formula_3">|O − u 3 | 2 + |O − O | 2 − r 0 ≤ 2δ + (r 0 + 2δ) 2 − δ 2 1 − r 2 0 − δ 2 1 = = 2δ + 4r 0 δ + 4δ 2 (r 0 + 2δ) 2 − δ 2 1 + r 2 0 − δ 2 1 ≤ 2δ + 2 r 0 δ + δ 2 &lt; 1 480r 5 0 , where δ 1 = |u1−u2|2 2 ≤ r 0 .</formula><p>By lemma 1 we have R ≤ r 0 . Thus, D is contained in some disk of radius r 0 . Given a set of points, the smallest radius disk can be found in polynomial time and space which covers this set. Therefore we can convert any set of at most k disks of radius r whose union is intersected with each segment from E to some set of at most k disks of radius r 0 whose union covers D. Proof is completed.</p><p>Using corollary 1 of section 4.2 from <ref type="bibr" target="#b0">[1]</ref> and theorem 1 from <ref type="bibr" target="#b11">[12]</ref> we arrive at the lower bound µ = Ω 3 √ n 2 which holds true with positive probability for Delaunay triangulations produced by n random uniform points on the unit disk. Thus, the order of the parameter µ for the considered class of hard instances of the IPGD problem is comparable with the one for random Delaunay triangulations.</p><p>The IPGD problem hardness for other classes of proximity graphs. The same proof technique could be applied for proving the problem hardness within the other classes of proximity graphs. Let us start with some definitions. The following graphs are connected subgraphs of Delaunay triangulations. A plane graph G = (S, E) is called a Gabriel graph where [u, v] ∈ E iff the disk having [u, v] as its diameter does not contain any other points of S distinct from u and v. A relative neighbourhood graph is the plane graph G with the same vertex set for which [u, v] ∈ E iff there is no any other point w ∈ S such that w = u, v with max{|u − w| 2 , |v − w| 2 } &lt; |u − v| 2 . Finally, a plane graph is called a minimum Euclidean spanning tree if it is the minimum weight spanning tree of the weighted complete graph K |S| whose vertices are points of S such that its edge weight is given by the Euclidean distance between the edge endpoints.</p><p>The proof of theorem 2 is extendable for classes of Gabriel, relative neighbourhood and nearest neighbour graphs. It is easy to observe that segments I u , u ∈ D, form a subset of edges of any minimum Euclidean spanning tree. Corollary 1. Both IPGD and VRIPGD(δ) problems are strongly NP-hard for r ∈ [d min , d max ], µ = O(n) and δ = Θ(r) within classes of Gabriel, relative neighbourhood graphs and minimum Euclidean spanning trees and for r ∈ [d max , ηd max ] and µ ≤ 4 within the class of nearest neighbour graphs where η is a large constant.</p><p>Let us note that IPGD becomes polynomially solvable for trees for r = 0 (see e.g. <ref type="bibr" target="#b4">[5]</ref>).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Approximation algorithm for IPGD</head><p>Below the approximation algorithm is reported for the IPGD problem whose approximation factor depends on the maximum aspect ratio among objects of N r (E). More specifically, let us focus on the case of IPGD where the inequality r ≥ dmax 2λ holds uniformly within some class G λ of simple plane graphs for a constant λ &gt; 0. It corresponds to the situation where objects from the system N r (E) have their aspect ratio bounded from above by 1 + λ. In this case it turns out that the problem admits an O(1)-approximation algorithm whose factor depends on λ. The following auxiliary problem is considered to formulate it. Cover endpoints of segments with disks (CESD). Let S(G) ⊆ V be the set of endpoints of edges of G. It is required to find the smallest cardinality set of radius r disks whose union contains S(G). Algorithm. Compute and output 8-approximate solution to the CESD problem using O(|E| log OP T CESD (S(G), r))-time algorithm (see sections 2 and 4 from <ref type="bibr" target="#b6">[7]</ref>).</p><p>We call a subset V ⊆ V by a vertex cover for G = (V, E) when e ∩ V = ∅ for any e ∈ E. The statement below bounds the ratio of optima for CESD and IPGD problems in the general case where S(G) is an arbitrary vertex cover of the graph G. Remark 2. Approximation factor of the Algorithm is in fact lower when G λ is the subclass of Delaunay triangulations or their subgraphs. Indeed, in this case there is no need to cover the whole radius r + d max disk with radius r disks. Remark 3. If S(G) is the set of midpoints of segments from E, the Algorithm is 8p(1 + λ)-approximate.</p><p>A similar but more complex O(|E| 1+ε )-time constant factor approximation algorithm is given in <ref type="bibr" target="#b5">[6]</ref> to approximate the Hitting Set problem for sets of objects whose generalized aspect ratio is bounded from above by some constant.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion</head><p>Complexity and approximability are studied for the problem of intersecting a structured set of straight line segments with the smallest number of disks of radii r &gt; 0 where a structural information about segments is given in the form of an edge set of a proximity graph. It is shown that the problem is strongly NP-hard within the class of Delaunay triangulations and some of their subgraphs for r within the range of lengths of segments. Fast O(1)-approximation algorithm is given for sufficiently large values of r.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>w),v =w,u,v,w∈X,|v−w|2≤2r ρ(u; v, w) ≥ 1 480r 5</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Theorem 2 . 1 2000 2 2r 11 0.</head><label>2111</label><figDesc>Both IPGD and VRIPGD(δ) problems are strongly NP-hard for r ∈ [d min , d max ], µ = O(n) and δ = Θ(r) within the class of Delaunay triangulations, where n is the number of vertices in triangulation. Proof. Let us prove that IPGD is strongly NP-hard. Proof technique for the VRIPGD(δ) problem is analogous. For any hard instance of the CDC problem given in theorem 1 we build the IPGD problem instance with r = r 0 + δ as follows where δ = For every u ∈ D points u 0 and v 0 are found such that |u − u 0 | ∞ ≤ δ/2 and |u − v 0 | ∞ ≤ δ/2 where I u = [u 0 , v 0 ] has Euclidean length at least δ/2. More specifically, let us set I D = {I u = [u 0 , v 0 ] : u ∈ D}. Endpoints of segments from I D are constructed in sequential manner in polynomial time and space by defining a new segment I u to provide generality position for the set of endpoints of the set I D ∪ {I u }, D ⊂ D, where segments of I D are already defined. Here endpoints of I u are chosen in the rational grid that contains u whose elementary square size is c1</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Statement 1 .</head><label>1</label><figDesc>The following bound holds true for any graph G ∈ G λ without isolated vertices:OP T CESD (S(G), r) OP T IP GD (G, r) ≤ p(1 + 2λ)where p(x) is the smallest number of unit disks needed to cover radius x disk.Proof. Let C 0 = C 0 (G, r) ⊂ R 2 be an optimal solution to IPGD for a given G ∈ G λ . Set E(c, G) := {e ∈ E : c ∈ N r (e)},c ∈ C 0 . For every e ∈ E(c, G) there is a point c(e) ∈ e with |c − c(e)| 2 ≤ r. Any point from the set S(c, G) of endpoints of segments from E(c, G) is within the distance r + d max from the point c. Due to definition of p, at most p(1 + 2λ) radius r disks are needed to cover radius r + d max disk. Therefore the set S(G) ⊆ c∈C0 S(c, G) is contained in the union of at most |C 0 |p(1 + 2λ) radius r disks. Corollary 2. The Algorithm is 8p(1 + 2λ)-approximate.</figDesc></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">int N is the set of interior points of N</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">when U coincides with some prescribed finite set</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">bd T denotes the set of boundary points of T</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>Our work was supported by the Russian Science Foundation, project № 14-11-00109.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Probabilistic bounds on the length of a longest edge in Delaunay graphs of random points in d dimensions</title>
		<author>
			<persName><forename type="first">Esther</forename><forename type="middle">M</forename><surname>Arkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Antonio</forename><surname>Fernandez Anta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joseph</forename><forename type="middle">S B</forename><surname>Mitchell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Miguel</forename><forename type="middle">A</forename><surname>Mosteiro</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Comput. Geom</title>
		<imprint>
			<biblScope unit="volume">48</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="134" to="146" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Competitive online routing on Delaunay triangulations</title>
		<author>
			<persName><forename type="first">Prosenjit</forename><surname>Bose</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jean-Lou De</forename><surname>Carufel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stephane</forename><surname>Durocher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Perouz</forename><surname>Taslakian</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">SWAT</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">R</forename><surname>Ravi</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Inge</forename><surname>Li</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Gortz</forename></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="volume">8503</biblScope>
			<biblScope unit="page" from="98" to="109" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Routing with guaranteed delivery in ad hoc wireless networks</title>
		<author>
			<persName><forename type="first">P</forename><surname>Bose</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Morin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Stojmenović</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Urrutia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Wireless Networks</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="609" to="616" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Exact algorithms and APX-hardness results for geometric packing and covering problems</title>
		<author>
			<persName><forename type="first">Timothy</forename><forename type="middle">M</forename><surname>Chan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Elyot</forename><surname>Grant</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Comput. Geom</title>
		<imprint>
			<biblScope unit="volume">47</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="112" to="124" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Algorithms</title>
		<author>
			<persName><forename type="first">S</forename><surname>Dasgupta</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">H</forename><surname>Papadimitriou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><forename type="middle">V</forename><surname>Vazirani</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2006">2006</date>
			<publisher>McGraw-Hill</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Dynamic data structures for fat objects and their applications</title>
		<author>
			<persName><forename type="first">Alon</forename><surname>Efrat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Matthew</forename><forename type="middle">J</forename><surname>Katz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Frank</forename><surname>Nielsen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Micha</forename><surname>Sharir</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Geometry</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page" from="215" to="227" />
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Covering a set of points in multidimensional space</title>
		<author>
			<persName><forename type="first">F</forename><surname>Teofilo</surname></persName>
		</author>
		<author>
			<persName><surname>Gonzalez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Inf. Process. Lett</title>
		<imprint>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="181" to="188" />
			<date type="published" when="1991">1991</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Approximation algorithms for polynomial-expansion and low-density graphs</title>
		<author>
			<persName><forename type="first">S</forename><surname>Har-Peled</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Quanrud</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESA</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Nikhil</forename><surname>Bansal</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Irene</forename><surname>Finocchi</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2015">9294. 2015</date>
			<biblScope unit="page" from="717" to="728" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Efficient approximation schemes for geometric problems?</title>
		<author>
			<persName><forename type="first">Daniel</forename><surname>Marx</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESA</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Stolting</forename><surname>Gerth</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Stefano</forename><surname>Brodal</surname></persName>
		</editor>
		<editor>
			<persName><surname>Leonardi</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2005">2005</date>
			<biblScope unit="volume">3669</biblScope>
			<biblScope unit="page" from="448" to="459" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Computational complexity of the m-center problems on the plane</title>
		<author>
			<persName><surname>Sh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Masuyama</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Ibaraki</surname></persName>
		</author>
		<author>
			<persName><surname>Hasegawa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Transactions of the Institute of Electronics and Communication Engineers of Japan. Section E</title>
		<imprint>
			<biblScope unit="volume">64</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="57" to="64" />
			<date type="published" when="1981">1981</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">New existence proofs for ε-nets</title>
		<author>
			<persName><forename type="first">E</forename><surname>Pyrga</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Ray</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the twenty-fourth annual symposium on Computational geometry</title>
				<meeting>the twenty-fourth annual symposium on Computational geometry</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="199" to="207" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">Limit Distribution of the Minimum Distance between Independent and Identically Distributed d-Dimensional Random Variables</title>
		<author>
			<persName><forename type="first">Takuji</forename><surname>Onoyama</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Masaaki</forename><surname>Sibuya</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Hiroshi</forename><surname>Tanaka</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1984">1984</date>
			<publisher>Springer Netherlands</publisher>
			<biblScope unit="page" from="549" to="562" />
			<pubPlace>Dordrecht</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Art Gallery Theorems and Algorithms</title>
		<author>
			<persName><forename type="first">O'</forename><surname>Joseph</surname></persName>
		</author>
		<author>
			<persName><surname>Rourke</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1987">1987</date>
			<publisher>Oxford University Press</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Planar grid embedding in linear time</title>
		<author>
			<persName><forename type="first">R</forename><surname>Tamassia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">G</forename><surname>Tollis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Circuits and Systems</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="page" from="1230" to="1234" />
			<date type="published" when="1989">1989</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
