<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Computational complexity of guarding connected plane graphs</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Konstantin S. Kobylkin kobylkinks@gmail.com</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Copyright c by the paper's authors. Copying permitted for private and academic purposes. In: A.A. Makhnev, S.F. Pravdin (eds.): Proceedings of the 47th International Youth School-conference \Modern Problems in Mathematics and its Applications"</institution>
          ,
          <addr-line>Yekaterinburg, Russia, 02-Feb-2016, published at</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Krasovskii Institute of Mathematics and Mechanics (Yekaterinburg, Russia) Ural Federal University</institution>
          ,
          <addr-line>Yekaterinburg</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>stands for Intersecting Plane Graph with Disks</institution>
        </aff>
      </contrib-group>
      <fpage>200</fpage>
      <lpage>205</lpage>
      <abstract>
        <p>Computational complexity is studied for the problem of stabbing set of straight line segments with the smallest cardinality set of disks of xed radii r &gt; 0 where the set of segments forms a straight line drawing of some connected planar graph. We claim strong NP-hardness of the problem over the class of 4-connected (i.e. Hamiltonian) plane triangulations of bounded vertex degree for small r; although the problem is solvable in polynomial time over plane graphs for large r: Guarding the boundaries of geometric objects or complexes of plane embeddings of planar graphs is a widely studied class of problems in computational geometry, see e.g. [6], [7] and [15]. Usually in such problems one needs to nd the smallest cardinality set C of guards (e.g. points on the plane), each of which has a bounded (in some sense) visibility area such that each piece of the boundary or of the graph complex (e.g. edge or face) is within the visibility area of some guard from C: Designing exact and approximate algorithms for these problems nds its applications in security, sensor placement, lighting and robotics. In this paper the computational complexity of the following problem (IPGD1) is studied: given some straight line drawing of an arbitrary simple (i.e. without loops and parallel edges) planar graph G = (V; E) without edge crossings and a constant r &gt; 0; nd the smallest cardinality set C R2 of points (disk centers) such that each edge e 2 E is within (Euclidean) distance r from some point c = c(e) 2 C (i.e., the disk of radius r centered at c intersects e): In the IPGD problem, each guard has a circular visibility area that does not depend on the obstacles in contrast to the known Art Gallery problem [15] where the coverage area of video cameras is a ected by gallery walls. There are two basic applications of studying the IPGD problem. In the rst setting, given a network of physical devices distributed around some geographical area and communicating with each other through physical links (e.g., optical bers), the problem is to monitor its security (e.g. connectivity) by locating the smallest number of sensors having a circular scope area such that each network link is within the scope of some sensor. Here, the network nodes are modelled by points on the plane while its links are given in the form of straight line segments. The second application is again from network security [1], [2], [3]. Given a network of physical devices, one needs to evaluate its vulnerability to simultaneous technical failures caused by natural ( ood, re, electromagnetic pulses) or human sources. A catastrophic event (threat) is usually localized in a particular geographical area and is modelled [2] by a disk for simplicity. It is also assumed that these disks are all of the same radius but other</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        model assumptions about threats may also be adopted [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. A threat impacts network link when the corresponding
disk and line segment intersect. Evaluation of network vulnerability may be formulated as nding the minimum
number of threats along with their positions that cause all network links to break, and its solution reports those
parts of the network that need additional protection. Thus both aforementioned applications bring us exactly
to the IPGD problem since usually network links are geographically non-overlapping.
      </p>
      <p>The computational complexity of the IPGD problem is studied over connected plane graphs. The plane
graph notion is used to denote a simple planar graph along with its straight line drawing on the plane without
edge crossings. More speci cally a triple G = (V; E; F ) is called a plane graph if V R2; set E consists of
nondegenerate straight line segments crossing only at their endpoints, which are from V; and F denotes the set
of all open (in R2) regions bounded by segments from E where each f 2 F does not intersect with any segment
from E:</p>
      <p>IPGD is closely related to several well-known combinatorial optimization problems. Obviously, IPGD is a
special case of the geometric Hitting Set problem: given set N = fNr(e)ge2E of Euclidean r-neighbourhoods
of edges from E; nd the smallest cardinality set C R2 such that Nr(e) \ C 6= ; for every e 2 E: Following
the common terminology, the set C forms a hitting set for the set of objects N : The known Vertex Cover (VC)
problem for planar graphs can be obtained from IPGD by setting r = 0 because it makes one choose disk centers
at the graph vertices. For the case of IPGD where G consists of isolated vertices (i.e., segments from E are all
of zero length), we have continuous Disk Cover problem.</p>
      <p>Our main result is about computational complexity of the IPGD problem over highly connected plane
triangulations. Triangulations can denote somewhat di erent graph classes in the literature. In this paper it is used
in the sense that is common in the planar graph theory. A plane graph whose faces are triangles except for
possibly outer one is referred to as general plane triangulation. A general plane triangulation having triangular
outer face is called simply a plane triangulation. Consider a set S of n points on the plane. We call a plane
graph G = (V; E; F ) a Delaunay triangulation if V = S; outer face of G is de ned by the boundary of conv V
and each inner face f 2 F is a triangle that admits circumscribing disk c(f ) where the only points of S that are
contained in c(f ) are the vertices of f:</p>
      <p>
        Using connections with the maximum independent set problem (MIS), the strong NP-hardness of IPGD and
VC problems (IPGD and VC become equivalent for small disk radius r) is reported over the subclass of
4connected (i.e., Hamiltonian) plane triangulations of bounded vertex degree. Graphs of this subclass are graphs
isomorphic to Delaunay triangulations due to [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], which supports the conjecture that both VC and IPGD are
NPhard over 4-connected Delaunay ones. This observation motivates our complexity analysis because in applications
physical networks are often modelled by highly connected Delaunay triangulations.
      </p>
      <p>
        In the recent relevant literature, NP-hardness of VC and MIS problems is given for classes of planar graphs
of vertex degree of at most 3; see e.g. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Other works claim NP-hardness of these problems over 2-connected
3-regular planar graphs [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], over stellated 3-connected 3-regular ones [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and over 3-regular planar Hamiltonian
graphs [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. It contrasts with our result for highly connected plane triangulations that have the maximum number
of edges (roughly twice as much as for 3-regular graphs) within the class of plane graphs. A graph class that
contains every induced subgraph (or every subgraph, or every minor) along with every its graph is referred to as
hereditary class. It is easy to give an example demonstrating that 4-connected plane triangulations do not form
a hereditary graph class even with respect to edge contractions (without multiple edges), which prohibits direct
application of the VC complexity analysis over hereditary classes, see e.g. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ].
      </p>
      <p>
        There is a subclass of plane triangulations for which polynomial solvability of VC is known. Consider an
arbitrary planar graph and its simple cycle. Graph edge is called a chord if it connects nonconsecutive vertices of
that cycle. The length of the longest graph cycle without chords is called its chordality. Any graph of chordality 3
is referred to as chordal graph. A chordal graph becomes a plane triangulation in the case when it is planar and
3connected. According to [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], VC (and, as a consequence, the IPGD problem for small r) is polynomially solvable
over chordal graphs. An explanation of this fact is given in [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], where the result on polynomial solvability of
VC is proved over classes of planar graphs of bounded chordality. Here it is demonstrated that the in nite one
does not imply NP-hardness of VC (and IPGD) over subclasses of general plane triangulations.
      </p>
      <p>
        Our result also extends the result from [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] that claims NP-hardness of VC for graphs obtained after a nite
number of stellations of 3-connected 3-regular plane graphs where a single stellation consists in a series of
elementary ones (applied for pairwise edge non-intersecting faces) which themselves amount to adding an additional
vertex inside some face of a (3-connected) plane graph along with adding the edges connecting it with the set of
vertices of that face. Such stellated graphs from [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] are not triangulations in general. Even though sequential
application of stellations nally leads to triangulation, building the reduction from an NP-complete problem
requires additional graph constructions.
      </p>
      <p>
        Let R(E) be the smallest radius of the disk that intersects all segments from E: The value of R(E) can be
calculated in time O(jEj) [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. We nish our complexity analysis of the IPGD problem with respect to r by noting
that in the case when r is at the same scale as R(E); i.e., is within some multiplicative constant 0 &lt; 0 &lt; 1 from
R(E); IPGD admits polynomial (in time and space) algorithm whose complexity depends exponentially on 0:
This setting is closely related to the parameterized complexity one because having r scaled with respect to R(E)
implies an upper bound on the optimum of IPGD problem that depends on 0:
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Our results</title>
      <p>Computational complexity of IPGD for plane graphs is studied under additional assumptions both on radius r
and (geometric) plane graph size. More speci cally, we have the parameter = (G) = R(rE) bounded from below
while keeping another parameter = (G) = kkeemmainxkk22 bounded from above by some polynomially computable
functions of the input length where kemaxk2 and kemink2 are euclidean lengths of the longest and shortest edges
of G respectively. It is easy to note that given some r &gt; 0; we can scale a plane graph in such a way that makes
r extremely small or large with respect to R(E): Therefore the rst parameter de nes the scale of the problem
while the second serves as a measure of variance of edge lengths of the graph G: Fixing these two parameters is
natural because in practice the value of r is chosen to be adequate with respect to the network size.</p>
      <p>IPGD problem over a connected plane graph can be transformed in polynomial time and space (in jEj) into an
equivalent one for the same graph where disk centers are chosen from some nite set Dr(G); which is referred to
as the discrete IPGD problem in the sequel. Indeed, consider an arbitrary maximum (with respect to inclusion)
subsystem (MFS) of objects (i.e., r-neighbourhoods of graph edges) from N having a nonempty intersection.
W.l.o.g., we can assume that an optimal solution to the IPGD problem consists of centers of radius r disks, each
of which lies in the intersection of some MFS. The set M of points at the intersection of an arbitrary MFS is
bounded, closed and convex. Moreover, M has a boundary (denote it by bd M ); which is composed of pieces of
boundaries of objects from N : Due to the connectedness of G; the set M is contained in the intersection of at
least two objects from N : Consider the degenerate case where two edges e1 and e2 from E are parallel and have
their r-neighbourhoods touching in such a way that touching points form a segment. In this case, obviously,
jbd Nr(e1) \ bd Nr(e2)j = 1: It is also possible when edges e1 and e2 intersect at their common vertex. In both
cases, bd Nr(e1) \ bd Nr(e2) has at most 2 extreme points of intersection. In the other (non-degenerate) ones,
jbd Nr(e1) \ bd Nr(e2)j is obviously bounded by some absolute constant taking into account the fact that each
bd Nr(e); e 2 E is compound of a pair of parallel straight line segments and of a pair of half-circles. Set</p>
      <p>Dr(G) = fu 2 R2 : u 2 extr (bd Nr(e1) \ bd Nr(e2)) ; e1; e2 2 Eg;
where extr N means the set of (extreme in two aforementioned degenerate cases) points of one-dimensional set N:
It is easy to note that M has at least one vertex which is just a (possibly extreme) point of bd Nr(e1) \ bd Nr(e2)
for some distinct edges e1; e2 2 E: W.l.o.g. we can restrict each point of feasible solution to the IPGD problem
to lie in the set Dr(G) of cardinality of the order O(jEj2); which can be found in polynomial (in jEj) time. Let
us observe that unlike the general IPGD problem each feasible solution to the discrete IPGD one has cardinality
that is bounded by O(jEj2):
2.1</p>
      <sec id="sec-2-1">
        <title>NP-hardness of IPGD over highly connected triangulations for small r</title>
        <p>Below the computational complexity of discrete IPGD will be studied over highly connected triangulations where
r is small with respect to R(E): In fact, both in VC (over plane graphs) and discrete IPGD problems, cardinalities
of hitting sets are minimized for nite sets of straight line segments and their r-neighbourhoods respectively. We
can prove that for small r these two problems become equivalent in the following sense, being de ned on the
same plane graphs:
1. every feasible solution to VC can be converted in polynomial time and space in jEj to some feasible solution
of discrete IPGD keeping its cardinality;
2. every feasible solution to discrete IPGD can be converted in polynomial time and space to some feasible one
for VC with the same cardinality counting multiplicity.</p>
        <p>The following lemma reduces the IPGD problem to VC for small r:
Lemma 1. Let G = (V; E; F ) be a plane graph with V
equivalent to VC for the same graph where r = dia1m V
Z2: The discrete IPGD problem over the graph G is
and diam V is the (geometric) diameter of V:</p>
        <p>
          Fary embedding [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ] is a polynomial (in time and space) algorithm that gives a straight line drawing of a
simple planar graph with n vertices on the integer grid of the size 2n 4 n 2: In view of Lemma 1, the IPGD
problem inherits the VC problem complexity status being considered over the respective plane graph classes
on the integer grid where r is small. In the recent complexity research for the VC problem, its computational
complexity is studied over hereditary graph classes, see e.g. [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ], [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ]. Example below demonstrates that
4connected plane triangulations constitute a hereditary class neither with respect to vertex deletions nor with
respect to edge contractions. It is assumed that the graph resulting from a single edge contraction is without
multiple edges.
        </p>
        <p>Example 1. In the Fig. 1, 4-connected plane triangulation T1 is shown. Contracting the edge v3v9 leads
to plane triangulation T2; which contains non-facial 3-cycle v3v5v10: This implies that T2 is not 4-connected.
Deleting either the vertex v8 or edge v3v8 leads to non-triangular faces.</p>
        <p>Theorem 1. For = n12 and = O(n); discrete IPGD (and VC) is strongly NP-hard over the class of
4-connected (Hamiltonian) plane triangulations whose vertices have degree not exceeding O(log n); where n is the
number of vertices of triangulation.</p>
        <p>
          In view of polynomial solvability of VC (and IPGD for small r) over classes of plane graphs of bounded
chordality [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ], it is interesting whether the unbounded one could demonstrate NP-hardness of these problems
over subclasses of general plane triangulations. Below an example is given of the subclass of 3-connected general
plane triangulations of in nite chordality for which both VC and IPGD problems admit e cient polynomial-time
algorithm.
        </p>
        <p>Example 2. Let p 2: Applying a sequence of elementary stellations to an axis-parallel square mesh of size
2p 2p on the integer grid, we obtain a general triangulation and the corresponding class GT 0 of such ones over
all positive integers p: The class GT 0 has in nite chordality but the VC problem for every graph from GT 0 can
be solved in the time that is linear with respect to the number of vertices. Vertices of squares form a minimum
vertex cover of the cardinality 4p2 + 4p + 1:</p>
        <p>Minimality follows by induction on p: For p = 2; it is proved by a tedious check. Assume that for the stellated
square mesh of size 2(p 1) 2(p 1) the minimum cardinality of vertex cover is 4(p 1)2 + 4(p 1) + 1: The
edges of the last (2p 1)th and 2pth stellated rows and columns require at least 8p additional vertices to be
covered, which sums up to 4p2 + 4p + 1:</p>
        <p>
          Though an arbitrary 4-connected plane triangulation is isomorphic (in the usual graph sense) to some Delaunay
triangulation [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ], it is still an open (possibly NP-hard) problem of getting combinatorially equivalent Delaunay
triangulation for a given 4-connected plane one (see e.g. a survey [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ]). We hope it is possible to do it in
polynomial time and space, at least for certain subclasses of 4-connected plane triangulations.
Conjecture 1. VC and IPGD are NP-hard even over 4-connected Delaunay triangulations whose vertices have
degrees not exceeding O(log n); where n is the number of vertices in triangulation.
2.2
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>Polynomial solvability of IPGD over connected plane graphs for large r</title>
        <p>
          The complexity analysis above boils down to the NP-hardness of IPGD over triangulations for extremely small
r: Let us nish our study with some nal notes about its computational complexity for large r: First, it is
obvious that the IPGD problem is solvable over connected plane graphs for 1 in the time O(jEj) [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ]. Let us
consider the case of IPGD over this graph class where 0 &lt; &lt; 1: In view of the fact that each disk of radius r
contains an axis-parallel rectangle whose side is rp2; roughly at most k = k( ) = l p2Rr(E) m2 = l p2 m2 disks are
needed to intersect all segments from E: Therefore, the brute-force search algorithm could be applied that just
sequentially tries each subset of Dr(G) of cardinality of at most k; which amounts roughly to O k2jEj2k+1 time
complexity. Therefore, having 0 for some absolute constant 0 &lt; 0 &lt; 1; we arrive at the polynomial time
and space algorithm whose complexity depends exponentially on 0: The considered setting is closely related to
parameterized complexity one and it would be interesting to re ne this complexity bound at least over proximity
graphs (e.g., Delaunay triangulations and other distance-based graphs).
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Conclusion</title>
      <p>The computational complexity of the problem of intersecting a structured set of straight line segments with
the fewest number of disks of radii r &gt; 0 is studied, where the structural information about segments is given
in the form of an edge set of some connected plane graph. It is proved that the problem is NP-hard even for
highly connected triangulations for small r but admits a polynomial time and space solution over connected
plane graphs for the case of a large one.</p>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgements References</title>
      <p>Our work was supported by the Russian Science Foundation, project 14-11-00109.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Efrat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. K.</given-names>
            <surname>Ganjugunte</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sankararaman</surname>
          </string-name>
          ,
          <string-name>
            <surname>G. Zussman.</surname>
          </string-name>
          <article-title>Network vulnerability to sinlge, multiple and probabilistic physical attacks</article-title>
          .
          <source>Proceedings of Military Communication Conference</source>
          ,
          <year>1824</year>
          {
          <year>1829</year>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>P.K.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Efrat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.K.</given-names>
            <surname>Ganjugunte</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sankararaman</surname>
          </string-name>
          ,
          <string-name>
            <surname>G. Zussman.</surname>
          </string-name>
          <article-title>The resilience of WDM networks to probabilistic geographical failures</article-title>
          .
          <source>IEEE/ACM Transactions of Network</source>
          ,
          <volume>21</volume>
          :
          <fpage>1525</fpage>
          {
          <fpage>1538</fpage>
          ,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>P. K.</given-names>
            <surname>Agarwal</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Har-Peled</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Kaplan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Sharir</surname>
          </string-name>
          .
          <article-title>Union of random Minkowski sums and network vulnerability analysis</article-title>
          .
          <source>Discrete and Computational Geometry</source>
          ,
          <volume>52</volume>
          (
          <issue>3</issue>
          ):
          <volume>551</volume>
          {
          <fpage>582</fpage>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>V. E.</given-names>
            <surname>Alekseev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Lozin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Malyshev</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Milanic</surname>
          </string-name>
          .
          <article-title>The maximum independent set problem in planar graphs</article-title>
          .
          <source>Lecture Notes in Computer Science: Mathematical Foundations in Computer Science</source>
          ,
          <volume>5162</volume>
          :
          <fpage>96</fpage>
          {
          <fpage>107</fpage>
          ,
          <year>2008</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B. K.</given-names>
            <surname>Bhattacharya</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jadhav</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Mukhopadhyay</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. M.</given-names>
            <surname>Robert</surname>
          </string-name>
          .
          <article-title>Optimal algorithms for some intersection radius problems</article-title>
          . Computing,
          <volume>52</volume>
          (
          <issue>3</issue>
          ):
          <volume>269</volume>
          {
          <fpage>279</fpage>
          ,
          <year>September 1994</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>P.</given-names>
            <surname>Bose</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Kirckpatrick</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <article-title>Worst case optimal algorithms for guarding planar graphs and polyhedral surfaces</article-title>
          .
          <source>Computational Geometry</source>
          ,
          <volume>26</volume>
          :
          <fpage>209</fpage>
          {
          <fpage>219</fpage>
          ,
          <year>2003</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>G.</given-names>
            <surname>Das</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. T.</given-names>
            <surname>Goodrich</surname>
          </string-name>
          .
          <article-title>On the complexity of optimization problems for 3-dimensional convex polyhedra and decision trees</article-title>
          .
          <source>Computational Geometry</source>
          ,
          <volume>8</volume>
          :
          <fpage>123</fpage>
          {
          <fpage>137</fpage>
          ,
          <year>1997</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M. B.</given-names>
            <surname>Dillencourt</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W. D.</given-names>
            <surname>Smith</surname>
          </string-name>
          .
          <article-title>Graph-theoretical conditions for inscribability and Delaunay realizability</article-title>
          .
          <source>Discrete Mathematics</source>
          ,
          <volume>161</volume>
          :
          <fpage>63</fpage>
          {
          <fpage>77</fpage>
          ,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>H.</given-names>
            <surname>Fleischner</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Sabidussi</surname>
          </string-name>
          ,
          <string-name>
            <surname>V. I.</surname>
          </string-name>
          <article-title>Sarvanov Maximum independent sets in 3- and 4-regular Hamiltonian graphs</article-title>
          .
          <source>Discrete Mathematics</source>
          ,
          <volume>310</volume>
          (
          <issue>20</issue>
          ):
          <volume>2742</volume>
          {
          <fpage>2749</fpage>
          ,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>H.</given-names>
            <surname>Fraysseix</surname>
          </string-name>
          .
          <article-title>Small sets supporting Fary embeddings of planar graphs</article-title>
          .
          <source>Proceedings of 20th annual ACM symposium on theory of computing</source>
          ,
          <volume>426</volume>
          {
          <fpage>433</fpage>
          ,
          <year>1988</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>F.</given-names>
            <surname>Gavril</surname>
          </string-name>
          .
          <article-title>Algorithms for minimum coloring, maximum clique, minimum covering by cliques, and maximum independent set of a chordal graph</article-title>
          .
          <source>SIAM Journal of Computing</source>
          ,
          <volume>1</volume>
          (
          <issue>2</issue>
          ):
          <volume>180</volume>
          {
          <fpage>187</fpage>
          ,
          <year>1972</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M.</given-names>
            <surname>Kaminski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V. V.</given-names>
            <surname>Lozin</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Milanic Recent developments on graphs of bounded clique-width</article-title>
          .
          <source>Discrete Applied Mathematics</source>
          ,
          <volume>157</volume>
          :
          <fpage>2747</fpage>
          {
          <fpage>2761</fpage>
          ,
          <year>2009</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>B.</given-names>
            <surname>Mohar</surname>
          </string-name>
          .
          <article-title>Face covers and the genus problem for apex graphs</article-title>
          .
          <source>Journal of Combinatorial Theory, series B</source>
          ,
          <volume>82</volume>
          (
          <issue>1</issue>
          ):
          <volume>102</volume>
          {
          <fpage>117</fpage>
          , May
          <year>2001</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>J.</given-names>
            <surname>Pach</surname>
          </string-name>
          .
          <article-title>Thirty essays on geometric graph theory</article-title>
          . Springer,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>J. O'Rourke.</surname>
          </string-name>
          <article-title>Art gallery theorems and algorithms</article-title>
          . Oxford University Press,
          <year>1987</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>