<!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>On Bounded Diameter MST Problem on Random Instances</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Edward Kh. Gimadi</string-name>
          <email>gimadi@math.nsc.ru</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alexey M. Istomin</string-name>
          <email>alexeyistomin@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ekaterina Yu. Shin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Pirogova Str.</institution>
          <addr-line>630090, Novosibirsk</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Sobolev Institute of Mathematics</institution>
          ,
          <addr-line>4 Acad. Koptyug avenue, 630090, Novosibirsk</addr-line>
          ,
          <country country="RU">Russia</country>
        </aff>
      </contrib-group>
      <fpage>159</fpage>
      <lpage>168</lpage>
      <abstract>
        <p>We give an approximation deterministic algorithm for solving the Random bounded diameter minimum spanning tree (BDMST) problem on an undirected graph. The algorithm has a quadratic time complexity. A probabilistic analysis was performed under conditions that edge weights of given graph are identically independent uniformly distributed random variables on an interval (an; bn). Conditions of asymptotic optimality are presented.</p>
      </abstract>
      <kwd-group>
        <kwd>Graph</kwd>
        <kwd>Bounded diameter minimum spanning tree</kwd>
        <kwd>Min- imum spanning tree</kwd>
        <kwd>Asymptotically optimal algorithm</kwd>
        <kwd>Probabilistic analysis</kwd>
        <kwd>Performance guarantees</kwd>
        <kwd>Random inputs</kwd>
        <kwd>Uniform</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>The Minimum Spanning Tree (MST) problem is a one of the classic discrete
optimization problems. Given undirected weighted graph G = (V; E), MST is to
nd a spanning tree of a minimal weight. MST is polynomially solvable, there are
classic algorithms by Boruvka (1926), Kruskal (1956) and Prim (1957). These
algorithms have complexity O(n2) and O(M log n) where M = jEj and n = jV j.</p>
      <p>
        In current paper a modi cation of the classical MST is studied. We study
a bounded diameter minimum spanning tree problem (BDMST). The goal is
to nd in the graph Gn a spanning tree Tn of minimal total weight having its
diameter limited by given number d. The diameter of a tree is the number of
edges on the longest path between two leaves in the tree. This problem is N P
hard in the common case [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ].
      </p>
      <p>The Bounded Diameter Minimum Spanning Tree Problem has many practical
applications in various elds such as telecommunication networks and linear
Copyright c by the paper's authors. Copying permitted for private and academic purposes.</p>
      <p>
        In: S. Belim et al. (eds.): OPTA-SCL 2018, Omsk, Russia, published at http://ceur-ws.org
light wave network design [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], bit compression for information retrieval [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] and
distributed mutual exclusion [
        <xref ref-type="bibr" rid="ref28 ref30 ref31 ref34">28, 30, 31, 34</xref>
        ].
      </p>
      <p>A good example of usage is the Distributed Mutual Exclusion algorithms.
Here we have a computer network of k computers and the internal
communication is done by sending messages between computers along a tree. Only One
Computer is Allowed to Enter a Critical Section. If Some Computer Wants the
Right to Enter a Critical Section It must request it by sending a message to
the computer which currently has this right. The time of this request depends
on the number of edges in the path to the computer with the right. The goal
is to build a communication tree with the minimal cost and bounded time of
communication. And the solution is exactly the Bounded Diameter Minimum</p>
    </sec>
    <sec id="sec-2">
      <title>Spanning Tree.</title>
      <p>Techniques for solving the BDMST problem may be classi ed into tree
categories: exact methods, heuristic methods with experimentally measured
performance ratio and algorithms with guaranteed performance ratio.</p>
      <p>
        There are exact approaches for solving the BDMST problem based on mixed
linear integer programming [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] and 0-1 integer linear programming based
branch and cut approaches [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. But, these approaches could only be used to
solve small problem instances, like complete graphs with less than 100 nodes.
      </p>
      <p>
        As for the heuristic methods with experimentally measured performance
ratio, there was presented [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] a greedy heuristic algorithm - the One Time Tree
Construction (OTTC) for solving the BDMST problem followed by its
modi cation [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ], called Randomized Greedy Heuristics (RGH). Later it was also
studied and extended in [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ] and [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Genetic algorithms for solving BDMST
problems were considered as well [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ], [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ], [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ]. Local search approaches
were considered in [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ], [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ].
      </p>
      <p>
        There were not really much attempts to solve BDMST by algorithms with
guaranteed performance ratio. A study was done in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], however the proof in not
really easy to follow. In this paper we give the rst approximation deterministic
polynomial time algorithm for solving the Random DBMST on an undirected
graph.
      </p>
      <p>
        In the papers [
        <xref ref-type="bibr" rid="ref14 ref15">15, 14</xref>
        ] this problem was studied with a graph diameter bounded
from below. In the current paper we consider the problem with a graph
diameter bounded from above. We introduce a polynomial-time algorithm to solve this
problem and provide conditions for this algorithm to be asymptotically optimal.
A probabilistic analysis was performed under conditions that edges weights of
given graph are identically independent distributed random variables.
      </p>
      <p>By FA(I) and OP T (I) we denote respectively the approximate (obtained by
some approximation algorithm A) and the optimum value of the objective
function of the problem on the input I. An algorithm A is said to have performance
guarantees "A(n); A(n) on the set of random inputs of the problem of the size
n, if</p>
      <p>PrnFA(I) &gt; 1 + "A(n) OP T (I)o</p>
      <p>A(n);
(1)
where "A(n) is an estimation of the relative error of the solution obtained by
algorithm A, A(n) is an estimation of the failure probability of the algorithm,
which is equal to the proportion of cases when the algorithm does not hold the
relative error "A(n) or does not produce any answer at all.</p>
      <p>
        Following by [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ], we say that an algorithm A is called asymptotically optimal
on the class of instances of the problem, if there are exist such performance
guarantees that "A(n) ! 0 and A(n) ! 0 as n ! 1. Apparently, judging by the
review article [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ], the rst examples of asymptotically optimal algorithms were
presented in the works [
        <xref ref-type="bibr" rid="ref11 ref12">11, 12</xref>
        ] for the traveling salesman problem on random
input data.
      </p>
      <p>Let's denote UNI(an; bn) a class of complete graphs with n vertices where
edge weights are independent identically distributed random variables with
uniform distribution on an interval (an; bn).</p>
      <p>
        Frieze shown that the mathematical expectation of weight of classic MST on
a random graph can be unexpectedly small. So for example on a complete graph
with weights of edges from class U N I(0; 1), the weight of a MST w.h.p. (with
high probability) is close to the constant 2.02 ... [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
      </p>
      <p>
        As it was said in the papers [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15</xref>
        ] the MST was studied with a graph
diameter bounded from below. In [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] presented an asymptotically optimal algorithm
Ae with time-complexity O(n2) for graphs which belong to UNI(an; bn)-class. On
the rst stage algorithm Ae build a d-vertex path P , using the greedy strategy
"Go to the nearest unexplored vertex" , starting from an arbitrary vertex. On
the second stage in a graph G with edge weights equal to an for all e 2 P , by
means of Prim's algorithm [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ], a spanning tree of a minimal weight is built.
      </p>
    </sec>
    <sec id="sec-3">
      <title>This tree is taken as a solution.</title>
      <p>On graphs which belong to UNI(an; bn) class algorithm Ae has the following
performance guarantees:
n = O</p>
      <p>bn=an
n= ln nn d1 ; n = e 0:25(n d):
Thus, the su cient conditions for the asymptotic optimality of the algorithm Ae
are</p>
      <p>n
bn=an ln n ; d = o(n):</p>
      <p>Next, let's proceed to the description of the algorithm for solving the BDMST
problem.
2</p>
      <p>An Algorithm A for Finding a Bounded Diameter MST</p>
    </sec>
    <sec id="sec-4">
      <title>Let d be a parameter exceeding the tree diameter.</title>
      <p>
        Stage 1. Arbitrary select d vertices subset from V , let's denote selected
subset V1. Using the Prim's algorithm [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] construct in the graph G[d] induced
by these d vertices a minimum spanning tree T0: edge by edge grow up tree by
edges e1; : : : ; ed 1. Obviously, its diameter is smaller than the parameter d. Put
V2 = V n V1.
      </p>
      <p>Stage 2. Every vertex u 2 V2 is connected by the shortest possible edge
with a vertex v 2 V1. As a result we obtain an n-vertex tree TA which is an
approximate solution of the problem.</p>
      <p>A comment. If the constructed tree T0 has the form of a chain, then the
nearest vertices v are selected from the set V1 n v0, where v0 is one of the two end
vertices of the chain.</p>
      <p>Finally we built the spanning tree TA with a diameter smaller than the
parameter d.</p>
      <p>Further, we denote by W (G0) the weight of the subgraph G0 of the given
graph G, by WA the weight of the solution built by algorithm A. Also by EX
we will denote an expectation of a random variable X and by VarX its variance.
3</p>
      <p>Analysis of Algorithm A</p>
      <p>
        The algorithm has polynomial complexity O(n2), since the construction of
the tree T0 in Stage 1 is done by the Prim's algorithm [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ] in time O((n d)2),
and in the Stage 2 it takes about d(n d) comparison operations.
      </p>
      <p>A probabilistic analysis we perform under conditions that graph edges weights
are identically independent distributed random variables with uniform
distribution on a set (an; bn), 0 &lt; an bn &lt; 1. Further we suppose that the parameter
d is de ned on the set of values d in the range ln n d &lt; n.</p>
      <p>Statement 1. The spanning tree TA is restricted by a diameter not exceeding
d, since on the second Stage the diameter of the tree T0 can increase by no more
than 1.</p>
      <p>Statement 2. W (TA) = W (T0) + S, where S = Pu2V2 du, du is a random
variable equal to minimum from d identically independent distributed random
variables from with uniform distribution on an interval [an; bn], an &gt; 0.</p>
      <p>Also, according to step 1 of the algorithm A, weight of selected edge ei is a
random variable equal to minimum from i identically independent distributed
random variables from with uniform distribution on an interval [an; bn], an &gt; 0.</p>
      <p>So,</p>
      <p>d 1
W (T0) = X</p>
      <p>edi :
i=1
d 1
an) X</p>
      <p>i=1
Or using variables ud, where ud = bndu aann , distributed on [0; 1], we get
W (T0) = (d
ud is a random variable equal to minimum from d identically independent
distributed random variables with uniform distribution on an interval [0; 1].</p>
    </sec>
    <sec id="sec-5">
      <title>We have</title>
      <p>W (TA) = (n
for the expectation of the length ECh ln d, were Ch is a chain in G[d], obtained
by the greedy procedure "Go to the nearest city". So we have W (T0)0 h ln d
w.h.p., where the constant h is large 1.</p>
    </sec>
    <sec id="sec-6">
      <title>Let n be a positive constant. Denote</title>
      <sec id="sec-6-1">
        <title>Statement 4.</title>
        <p>where
Proof.</p>
        <p>"n =
bn (h ln d + (1 + n)ES0)
an n 1</p>
        <p>:
Pr WA
(1 + "n)OP T
1</p>
        <p>n;
n = Pr S0 &gt; (1 + n)ES0 :
(2)
(3)
(4)
WA
OP T
(n
1)an + (bn
(n
an)(W (T0)0 + S0)
1)an
= 1 +
bn (h ln d + S0)
an n 1
:</p>
        <p>By virtue of formulas (2) and (3) the inequality can be continued with the
probability 1 n.</p>
        <p>WA
OP T
1 +
bn (h ln d + S0)
an n 1
1 +
bn (h ln d + (1 + n)ES0)
an n 1
= 1 + "n:</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>The Statement 4 is proved.</title>
      <sec id="sec-7-1">
        <title>Statement 5.</title>
        <p>ES0 =
n d
d
:
Proof. S0 is equal to the sum of n d random independent identically distributed
variables each of them equal to minimum over d 1 uniformly distributed on a
segment [0; 1] variables.</p>
        <p>Using the statement 5 we have the following expression for the "n
"n =
bn (h ln d + (1 + n)(n
an n 1
d)=d)
bn
an
+</p>
        <sec id="sec-7-1-1">
          <title>Next for the probabilistic analysis of Algorithm A we need the following</title>
          <p>
            Petrov's Theorem [
            <xref ref-type="bibr" rid="ref24">24</xref>
            ]. Consider independent random variables X1; : : : ; Xn.
Let there be positive constants g1; : : : ; gn and T such that for all 1 k n and
0 t T
          </p>
          <p>EetXk
expn gkt2 o:
2
Put S = Pn k=1 gk. Then
k=1 Xk and G = Pn</p>
          <p>PrfS &gt; xg
exp
exp
2G2 T2x; f;orif 0x
x
x</p>
          <p>GT;
GT:
Theorem 1. Let the parameter d be de ned so that
ln n
d &lt; n:
(6)
(7)
Then Algorithm A solves the problem asymptotically optimal w.h.p.
Proof. We introduce a proof for two cases for a values of the parameter d: ln n
d &lt; n=2 and n=2 d &lt; n 1.</p>
        </sec>
      </sec>
      <sec id="sec-7-2">
        <title>Case 1: ln n</title>
        <p>d &lt; n=2:
Put n = q 4 lnn n .</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>According to the formula (5)</title>
      <sec id="sec-8-1">
        <title>We see that "n ! 0 under condition</title>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>Now using Petrov's Theorem estimate the fault probability Put</title>
      <p>"n
bn
an
bn = o(dn):
an
n = Pr S0 &gt; (1 + n)ES0 ;
d
T = ;</p>
      <p>2
G =
n d</p>
      <p>d2 ;
x = nES0 = n
n d
d
:</p>
    </sec>
    <sec id="sec-10">
      <title>The inequality T G &gt; x is satis ed. Indeed from</title>
      <p>2xG2 =</p>
      <p>(n d) 2
n d
2 (nd2d)
exp n
exp( ln n) = n1 ! 0;
as n ! 1. So in the Case 1 Algorithm A solves the problem asymptotically
optimal.</p>
      <p>Put n = ln n.</p>
    </sec>
    <sec id="sec-11">
      <title>According to the formula (5)</title>
      <p>Case 2 : n=2
d &lt; n</p>
      <p>1:
"n
bn
an
nh ln d1 + 1 +d n
:
We see that within the values of the parameter d fot the case 2, the expression
in parentheses reaches a maximum at d = n=2 .So "n = O bnanlnnn and "n ! 0
under condition</p>
      <p>abnn = o lnnn :</p>
    </sec>
    <sec id="sec-12">
      <title>Now using Petrov's Theorem estimate the fault probability</title>
      <p>n = Pr S0 &gt; (1 + n)ES0 ;</p>
    </sec>
    <sec id="sec-13">
      <title>The inequality T G &lt; x is satis ed.</title>
      <p>According to Petrov's Theorem, we have an estimate for the failure
probability of the algorithm A:
;
n
d
d</p>
      <p>Put</p>
      <p>G =</p>
      <p>T =
as n ! 1. So in the Case 2 Algorithm A solves the problem asymptotically
optimal as well.</p>
    </sec>
    <sec id="sec-14">
      <title>Theorem 1 is completely proved.</title>
      <p>4</p>
      <p>Conclusion
It would be interesting to investigate (a) the Random BDMST problem on input
data with in nite support like exponential or truncated-normal distribution, (b)
the problem of nding several edge-disjointed spanning trees with a bounded
diameter.</p>
      <p>Acknowledgement. Authors are supported by the Russian Foundation for
Basic Research (project 16-07-00168), and by the program of fundamental scienti c
researches of the SB RAS I.5.1.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abdalla</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deo</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>Random-tree diameter and the diameter constrained MST</article-title>
          .
          <source>In: Proceedings of Congress on Numerantium</source>
          . pp.
          <volume>161</volume>
          {
          <issue>182</issue>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Achuthan</surname>
            ,
            <given-names>N.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caccetta</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Caccetta</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Geelen</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Computational Methods for the Diameter Restricted Minimum Weight Spanning Tree Problem</article-title>
          .
          <source>Australian Journal of Combinatorics</source>
          <volume>10</volume>
          ,
          <issue>51</issue>
          {
          <fpage>71</fpage>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Angel</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Flaxman</surname>
            ,
            <given-names>A. D.</given-names>
          </string-name>
          , Wilson, D. B.:
          <article-title>A sharp threshold for minimum boundeddepth and bounded-diameter spanning trees and Steiner trees in random networks</article-title>
          .
          <source>Preprint; arXiv:0810.4908v2 [math.PR]</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Angluin</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Valiant</surname>
            ,
            <given-names>L. G.</given-names>
          </string-name>
          :
          <article-title>Fast probabilistic algorithms for Hamiltonian circuits and matchings</article-title>
          .
          <source>Journal of Computer and System Sciences</source>
          <volume>18</volume>
          (
          <issue>2</issue>
          ),
          <volume>155</volume>
          {
          <fpage>193</fpage>
          (
          <year>1979</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5. Bala,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Petropoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Stern</surname>
          </string-name>
          , T. E.:
          <article-title>Multicasting in a linear lightwave network</article-title>
          .
          <source>In: Proceedings of IEEE INFOCOM'93</source>
          . pp.
          <volume>1350</volume>
          {
          <issue>1358</issue>
          (
          <year>1993</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Binh</surname>
          </string-name>
          , H. T. T.,
          <string-name>
            <surname>Hoai</surname>
            ,
            <given-names>N. X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McKay</surname>
            ,
            <given-names>R. I. I.:</given-names>
          </string-name>
          <article-title>A new hybrid genetic algorithm for solving the bounded diameter minimum spanning tree problem</article-title>
          .
          <source>In: Proceedings of IEEE World Congress on Computational Intelligence</source>
          , Hong Kong,
          <string-name>
            <surname>LNCS</surname>
          </string-name>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Bookstein</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klein</surname>
          </string-name>
          , S. T.:
          <article-title>Compression of correlated bit</article-title>
          .
          <source>Inf. Syst</source>
          .
          <volume>16</volume>
          ,
          <issue>110</issue>
          {
          <fpage>118</fpage>
          (
          <year>1996</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Cooper</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Frieze</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ince</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janson</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Spencer</surname>
          </string-name>
          , J.:
          <article-title>On the length of a random minimum spanning tree</article-title>
          .
          <source>Combinatorics, Probability and Computing</source>
          <volume>25</volume>
          (
          <issue>1</issue>
          ),
          <volume>89</volume>
          {
          <fpage>107</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Frieze</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>On the value of a random MST problem</article-title>
          .
          <source>Discrete Applied Mathematics</source>
          <volume>10</volume>
          ,
          <volume>47</volume>
          {
          <fpage>56</fpage>
          (
          <year>1985</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Garey</surname>
            ,
            <given-names>M. R.</given-names>
          </string-name>
          , Johnson, D. S.: Computers and Intractability. Freeman, San Francisco (
          <year>1979</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Gimadi</surname>
            ,
            <given-names>E. Kh.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perepelitsa</surname>
            ,
            <given-names>V. A.</given-names>
          </string-name>
          :
          <article-title>On a problem of nding minimal Hamiltonian circuit with weighted arcs</article-title>
          .
          <source>Disckretni analiz, Novosibirsk</source>
          ,
          <volume>15</volume>
          , 57{
          <fpage>65</fpage>
          (
          <year>1969</year>
          ), (in Russian)
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Gimadi</surname>
            ,
            <given-names>E. Kh.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perepelitsa</surname>
            ,
            <given-names>V. A.</given-names>
          </string-name>
          :
          <article-title>An asymptotical approach to solving the traveling salesman problem</article-title>
          .
          <source>Upravljaemye sistemy, Novosibirsk</source>
          ,
          <volume>12</volume>
          , 35{
          <fpage>45</fpage>
          (
          <year>1974</year>
          ), (in Russian)
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Gimadi</surname>
            ,
            <given-names>E. Kh.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Glebov</surname>
            ,
            <given-names>N. I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perepelitsa</surname>
            ,
            <given-names>V. A.</given-names>
          </string-name>
          :
          <article-title>Algorithms with Estimates for Discrete Optimization Problems</article-title>
          .
          <source>Problemy Kibernetiki</source>
          <volume>31</volume>
          ,
          <issue>35</issue>
          {
          <fpage>42</fpage>
          (
          <year>1975</year>
          ), (in Russian)
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Gimadi</surname>
            ,
            <given-names>E. Kh.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Serdyukov</surname>
            ,
            <given-names>A. I.:</given-names>
          </string-name>
          <article-title>A probabilistic analysis of approximation algorithm for tree spanning problem with a bounded from below diameter</article-title>
          <source>In: Oper. Res. Proceed</source>
          .
          <volume>99</volume>
          (
          <article-title>Inderfurth</article-title>
          K. ed.). pp.
          <volume>63</volume>
          {
          <fpage>68</fpage>
          . Springer, Berlin (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Gimadi</surname>
            ,
            <given-names>E. Kh.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shin</surname>
            ,
            <given-names>E. Yu.</given-names>
          </string-name>
          :
          <article-title>Probabilistic analysis of an algorithm for the minimum spanning tree problem with diameter bounded below</article-title>
          .
          <source>Journal of Applied and Industrial Mathematics</source>
          <volume>9</volume>
          (
          <issue>4</issue>
          ),
          <volume>480</volume>
          {
          <fpage>488</fpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Gimadi</surname>
            ,
            <given-names>E. Kh.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Istomin</surname>
            ,
            <given-names>A. M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shin</surname>
            ,
            <given-names>E. Yu.</given-names>
          </string-name>
          :
          <article-title>On algorithm for the minimum spanning tree problem bounded below</article-title>
          .
          <source>In: Proc. DOOR</source>
          <year>2016</year>
          , Vladivostok, Russia,
          <source>September 19-23</source>
          ,
          <year>2016</year>
          .
          <article-title>CEUR-WS</article-title>
          . vol.
          <volume>1623</volume>
          , pp.
          <volume>11</volume>
          {
          <issue>17</issue>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Gouveia</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Magnanti</surname>
            ,
            <given-names>T.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Requejo</surname>
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>A 2-path approach for odd diameter constrained minimum spanning and steiner trees</article-title>
          .
          <source>Network</source>
          <volume>44</volume>
          (
          <issue>4</issue>
          ),
          <volume>254</volume>
          {
          <fpage>265</fpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Gruber</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raidl</surname>
            <given-names>G.R.:</given-names>
          </string-name>
          <article-title>A New 0-1 ILP approach for the bounded diameter minimum spanning tree problem</article-title>
          .
          <source>In: Proceedings of the 2nd International Network Optimization Conference</source>
          . pp.
          <fpage>178</fpage>
          -
          <lpage>185</lpage>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Gruber</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raidl</surname>
            ,
            <given-names>G.R.</given-names>
          </string-name>
          :
          <article-title>Variable neighbourhood search for the bounded diameter minimum spanning tree problem</article-title>
          .
          <source>In: Proceedings of the 18th Mini Euro Conference on Variable Neighborhood Search</source>
          ,
          <string-name>
            <surname>Spain</surname>
          </string-name>
          (
          <year>2005</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Gruber</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hemert</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , and
          <string-name>
            <surname>Raidl</surname>
            ,
            <given-names>G.R.</given-names>
          </string-name>
          :
          <article-title>Neighbourhood searches for the bounded diameter minimum spanning tree problem embedded in a VNS, EA and ACO</article-title>
          .
          <source>In: Proceedings of Genetic and Evolutionary Computational Conference (GECCO2006)</source>
          . pp.
          <volume>1187</volume>
          {
          <issue>1194</issue>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Julstrom</surname>
            ,
            <given-names>B.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Raidl</surname>
            ,
            <given-names>G.R.:</given-names>
          </string-name>
          <article-title>A permutation coded evolutionary for the bounded diameter minimum spanning tree problem</article-title>
          .
          <source>In: Proceedings of the Genetic and Evolutionary Computation Conference (GECCO-2003)</source>
          . pp.
          <fpage>2</fpage>
          -
          <lpage>7</lpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Julstrom</surname>
            ,
            <given-names>B.A.</given-names>
          </string-name>
          :
          <article-title>Encoding bounded diameter minimum spanning trees with permutations and random keys</article-title>
          .
          <source>In: Proceedings of Genetic and Evolutionary Computational Conference (GECCO-2004). LNCS</source>
          . vol.
          <volume>3102</volume>
          , pp.
          <fpage>1272</fpage>
          -
          <lpage>1281</lpage>
          (
          <year>2004</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Nghia</surname>
            ,
            <given-names>N. D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Binh</surname>
          </string-name>
          , H. T. T.:
          <article-title>A new recombination operator for solving bouded diameter minimum spanning tree problem</article-title>
          .
          <source>In: Proceedings of RIVF-2007</source>
          , LNCS (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Petrov</surname>
            ,
            <given-names>V. V.</given-names>
          </string-name>
          :
          <article-title>Limit Theorems of Probability Theory. Sequences of Independent Random Variables</article-title>
          . Clarendon Press, Oxford, 304 p. (
          <year>1995</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Prim</surname>
          </string-name>
          , R. C.:
          <article-title>Shortest connection networks and some generalizations</article-title>
          .
          <source>Bell System Tech. J</source>
          .
          <volume>36</volume>
          ,
          <issue>1389</issue>
          {
          <fpage>1401</fpage>
          (
          <year>1957</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Raidl</surname>
            ,
            <given-names>G.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Julstrom</surname>
            ,
            <given-names>B.A.</given-names>
          </string-name>
          :
          <article-title>Edge-sets: an e ective evolutionary coding of spanning trees</article-title>
          .
          <source>IEEE Transactions on Evolutionary Computation</source>
          <volume>7</volume>
          ,
          <issue>225</issue>
          {
          <fpage>239</fpage>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Raidl</surname>
            ,
            <given-names>G.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Julstrom</surname>
            ,
            <given-names>B.A.</given-names>
          </string-name>
          :
          <article-title>Greedy heuristics and an evolutionary algorithm for the bounded-diameter minimum spanning tree problem</article-title>
          .
          <source>In: Proceeding of the ACM Symposium on Applied Computing</source>
          . pp.
          <volume>747</volume>
          {
          <issue>752</issue>
          (
          <year>2003</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Raymond</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>A tree-based algorithm for distributed mutual exclusion</article-title>
          .
          <source>ACM Trans Comput Syst</source>
          <volume>7</volume>
          ,
          <issue>61</issue>
          {
          <fpage>77</fpage>
          (
          <year>1989</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Roskind</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tarjan</surname>
          </string-name>
          , R. E.:
          <article-title>Note on nding minimum-cost edge-disjoint spanning trees</article-title>
          .
          <source>Math. Oper. Res</source>
          .
          <volume>10</volume>
          (
          <issue>4</issue>
          ),
          <volume>701</volume>
          {
          <fpage>708</fpage>
          (
          <year>1985</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          30.
          <string-name>
            <surname>Satyanarayanan</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muthukrishnan</surname>
            ,
            <given-names>D. R.:</given-names>
          </string-name>
          <article-title>A note on Raymond's tree-based algorithm for distributed mutual exclusion</article-title>
          .
          <source>Inf Process Letters</source>
          <volume>43</volume>
          ,
          <issue>249</issue>
          {
          <fpage>255</fpage>
          (
          <year>1992</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          31.
          <string-name>
            <surname>Satyanarayanan</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Muthukrishnan</surname>
            ,
            <given-names>D. R.:</given-names>
          </string-name>
          <article-title>A static tree-based algorithm for the distributed readers and writers problem</article-title>
          .
          <source>Comput Sci Inform</source>
          <volume>24</volume>
          ,
          <issue>21</issue>
          {
          <fpage>32</fpage>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          32.
          <string-name>
            <surname>Singh</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>A.K.</given-names>
          </string-name>
          :
          <article-title>An impoved heuristic for the bounded diameter minimum spanning tree problem</article-title>
          .
          <source>Journal of Soft Computing</source>
          <volume>11</volume>
          ,
          <issue>911</issue>
          {
          <fpage>921</fpage>
          (
          <year>2007</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          33.
          <string-name>
            <surname>Slominski</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Probabilistic analysis of combinatorial algorithms: a bibliography with selected annotations</article-title>
          .
          <source>Computing</source>
          <volume>28</volume>
          ,
          <issue>257</issue>
          {
          <fpage>267</fpage>
          (
          <year>1982</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          34.
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lang</surname>
          </string-name>
          , S. D.
          <article-title>: A Tree-based Distributed Algorithm for the K-entry Critical Section Problem</article-title>
          .
          <source>In: Proceedings of the 1994 International Conference on Parallel and Distributed Systems</source>
          . pp.
          <volume>592</volume>
          {
          <issue>597</issue>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>