<?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">On Some Euclidean Clustering Problems: NP-Hardness and Efficient Approximation Algorithms</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Alexander</forename><surname>Kel'manov</surname></persName>
							<email>kelm@math.nsc.ru</email>
							<affiliation key="aff0">
								<orgName type="department">Sobolev Institute of Mathematics Acad. Koptyug avenue</orgName>
								<orgName type="institution">Novosibirsk State University</orgName>
								<address>
									<addrLine>4, Pirogova str. 1</addrLine>
									<postCode>630090, 630090</postCode>
									<settlement>Novosibirsk, Novosibirsk</settlement>
									<country>Russia, Russia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">On Some Euclidean Clustering Problems: NP-Hardness and Efficient Approximation Algorithms</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">F45CA6A5DE775613BA01FB0DFBDE819F</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-19T17:46+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>We consider some poorly studied clustering problems. The paper purpose is to present a short survey on some new results on the computational complexity of these problems, and on efficient algorithms with performance guarantees for their solutions.</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>The subject of this study is several related discrete optimization problems of partitioning (clustering) a finite set and a finite sequence of Euclidean points into a family of clusters. Our goal is to review some recent <ref type="bibr">(2016)</ref><ref type="bibr">(2017)</ref> results of the author together with his colleagues and students (from Sobolev Institute of Mathematics and Novosibirsk State University) on these problems. We present the results on the computational complexity of the problems under consideration and on the efficient approximation algorithms for their solution. Our research is motivated by the insufficient studies of the problems and by their importance, in particular, for computer geometry, statistics, physics, mathematical problems of clustering, pattern recognition, machine learning, data mining.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Problems Formulation</head><p>Throughout this paper, R denotes the set of real numbers and ∥•∥ is the Euclidean norm. The following problems are considered.</p><p>Problem 1 (Subset of points with the largest cardinality under constraint on the total quadratic variation).</p><p>Given: a set Y = {y 1 , . . . , y N } of points from R q and number α ∈ (0, 1). Find : a subset C ⊂ Y with the largest cardinality such that ∑ The strong NP-hardness of Problem 1 was proved in <ref type="bibr" target="#b0">[Ageev et al., 2017]</ref> and in the same paper a polynomialtime 1/2-approximation algorithm with O(N 2 (q + log N )) running time was proposed.</p><p>These results supplement and develop the results obtained in <ref type="bibr" target="#b1">[Aggarwal et al., 1991]</ref>, <ref type="bibr" target="#b1">[Kel'manov &amp; Pyatkin, 2011]</ref>, <ref type="bibr" target="#b2">[Shenmaier, 2016]</ref>, <ref type="bibr" target="#b3">[Kel'manov &amp; Romanchenko, 2011]</ref>, <ref type="bibr" target="#b4">[Shenmaier, 2012]</ref>, <ref type="bibr" target="#b18">[Kel'manov &amp; Romanchenko, 2012]</ref>, <ref type="bibr" target="#b6">[Kel'manov &amp; Romanchenko, 2014]</ref> for M -Variance problem. In this problem we need to find a subset C with given cardinality in N -element set Y of points minimizing the value of</p><formula xml:id="formula_0">∑ y∈C ∥y − y(C)∥ 2 .</formula><p>Problem 2 (Subset of vectors with the largest cardinality under constraint on normalized length of vectors sum).</p><p>Given: a set Y = {y 1 , . . . , y N } of points (vectors) from R q and a number α ∈ (0, 1). Find : a subset C ⊂ Y with the largest cardinality such that</p><formula xml:id="formula_1">1 |C| ∑ y∈C y 2 ≤ α 1 |Y| ∑ y∈Y y 2 .</formula><p>In <ref type="bibr" target="#b7">[Eremeev et al., 2017]</ref>, it was shown that Problem 2 is NP-hard even in terms of finding a feasible solution. An exact algorithm for the case of integer components of the input vectors is proposed in the same paper. The algorithm has a pseudo-polynomial time complexity if the dimension q of the space is bounded from above by a constant.</p><p>These results supplement and develop the results obtained in <ref type="bibr" target="#b8">[Eremeev et al, 2016]</ref> for another subset searching problem. In this problem we have to find a subset C ⊆ Y minimizing the value of 1 |C| ∥ ∑ y∈C y∥ 2 . Problem 3 (Cardinality-weighted variance-based 2-clustering with given center ).</p><p>Given: a set Y = {y 1 , . . . , y N } of points from R q and a positive integer M .</p><formula xml:id="formula_2">Find : a partition of Y into two clusters C and Y \ C such that |C| ∑ y∈C ∥y − y(C)∥ 2 + |Y \ C| ∑ y∈Y\C ∥y∥ 2 −→ min subject to constraint |C| = M .</formula><p>The strong NP-hardness of Problem 3 was proved in <ref type="bibr" target="#b9">[Kel'manov &amp; Pyatkin, 2015]</ref>, <ref type="bibr" target="#b8">[Kel'manov &amp; Pyatkin, 2016]</ref>. In the same papers, the nonexistence of an FPTAS (Fully Polynomial-Time Approximation Scheme) was shown (unless P=NP) for this problem.</p><p>In <ref type="bibr">[Kel'manov &amp; Motkova, 2016]</ref>, an exact algorithm for the case of integer components of the input points was presented. If the dimension q of the space is bounded by a constant, then this algorithm has a pseudopolynomial complexity and the running time of the algorithm is O(N (M B) q ), where B is the maximum absolute coordinate value of the points.</p><p>An approximation algorithm that allows to find a (1 + ε)-approximate solution in O(qN 2 ( √ 2q ε + 2) q ) time for a given relative error ε was proposed in <ref type="bibr">[Kel'manov &amp; Motkova, 2016]</ref>. If the space dimension is bounded by a constant, then this algorithm implements an FPTAS with O(N 2 (1/ε) q/2 ) running time.</p><p>Following Problem 4 is a generalization of Problem 3. Problem 4 (Weighted variance-based 2-clustering with given center ).</p><p>Given: an N -element set Y of points from R q , a positive integer M ≤ N , and real numbers (weights) ω 1 &gt; 0 and ω 2 ≥ 0.</p><p>Find : a partition of Y into two clusters C and Y\C minimizing the value of</p><formula xml:id="formula_3">w 1 ∑ y∈C ∥y − y(C)∥ 2 + w 2 ∑ y∈Y\C ∥y∥ 2 subject to constraint |C| = M .</formula><p>In <ref type="bibr">[Kel'manov et al., 2017]</ref>, an approximation algorithm is constructed. It allows to find a (1+ε)-approximate solution of the problem for an arbitrary ε ∈ (0, 1) in O</p><formula xml:id="formula_4">( qN 2 ( √ 2q ε + 2 ) q ) time.</formula><p>Moreover, in the same paper, the modification of this algorithm with improved running time of</p><formula xml:id="formula_5">O ( √ qN 2 ( πe 2 ) q/2 ( 1 √ ε +2</formula><p>) q ) was proposed. The algorithm implements an FPTAS for the fixed space dimension. If the dimension of space is bounded by C log n, where C is a positive constant, the algorithm remains polynomial and implements a PTAS (Polynomial-Time Approximation Scheme) with O</p><formula xml:id="formula_6">( N C (1.05+log(2+ 1 √ ε ))</formula><p>) running time. These results supplement and develop the results obtained in <ref type="bibr" target="#b9">[Kel'manov &amp; Pyatkin, 2015]</ref>, <ref type="bibr" target="#b8">[Kel'manov &amp; Pyatkin, 2016]</ref>, <ref type="bibr">[Kel'manov &amp; Motkova, 2016]</ref>, <ref type="bibr">[Kel'manov &amp; Motkova, 2016]</ref> for Problem 3.</p><p>The complexity status of following Problems 5-9 seemed to be unclear up to now. Problem 5 (Normalized K-means clustering).</p><p>Given: a set Y of N points in R q and a positive ineger</p><formula xml:id="formula_7">K ≥ 2. Find : a partition of Y into clusters C 1 , . . . , C K minimizing the value of K ∑ k=1 1 |C k | − 1 ∑ y∈C k ∥y − y(C k )∥ 2 , where y(C k ) is a centroid of cluster C k .</formula><p>Problem 6 (Normalized K-Means clustering with a given center ).</p><p>Given:</p><formula xml:id="formula_8">a set Y of N points in R d and a positive ineger K ≥ 2. Find : a partition of Y into clusters C 1 , . . . , C K minimizing the value of K−1 ∑ k=1 1 |C k | − 1 ∑ y∈C k ∥y − y(C k )∥ 2 + 1 |C K | − 1 ∑ y∈CK ∥y∥ 2 , where y(C k ) is a centroid of cluster C k .</formula><p>In <ref type="bibr">[Ageev, 2017]</ref>, it was proved that Problem 5 is strongly NP-hard for each fixed K ≥ 3 and Problem 6 is strongly NP-hard for each fixed K ≥ 4.</p><p>Problem 7 (Minimum sum of normalized squares of norms clustering).</p><p>Given: a set Y = {y 1 , . . . , y N } of points from R q and a positive integer J &gt; 1.</p><formula xml:id="formula_9">Find : a partition of Y into nonempty clusters C 1 , . . . , C J such that J ∑ j=1 1 |C j | ∑ y∈Cj y 2 −→ min .</formula><p>In this problem the criterion is minimizing the sum over all clusters of normalized by the cardinality squared norms of the sum of cluster elements.</p><p>Problem 8 (Minimum sum of squared norms clustering).</p><p>Given: a set Y = {y 1 , . . . , y N } of points from R q and a positive integer J &gt; 1.</p><p>Find : a partition of Y into nonempty clusters C 1 , . . . , C J such that</p><formula xml:id="formula_10">J ∑ j=1 ∑ y∈Cj y 2 −→ min .</formula><p>In this problem the criterion is minimizing the sum over all clusters of squared norms of the sum of cluster elements.</p><p>Problem 9 (Minimum sum-of-norms clustering).</p><p>Given: a set Y = {y 1 , . . . , y N } of points from R q and a positive integer J &gt; 1.</p><formula xml:id="formula_11">Find : a partition of Y into nonempty clusters C 1 , . . . , C J such that J ∑ j=1 ∑ y∈Cj y −→ min .</formula><p>In this problem the criterion is minimizing the sum over all clusters of norms of the sum of cluster elements. It is proved <ref type="bibr" target="#b8">[Kel'manov &amp; Pyatkin, 2016</ref>] that problems 7-9 are strongly NP-hard if the number of clusters is a part of the input, and NP-hard in the ordinary sense if the number of clusters is not a part of the input (is fixed). Moreover, the problems are NP-hard even in the case of dimension 1 (on a line).</p><p>These results supplement and develop the results obtained in <ref type="bibr" target="#b8">[Kel'manov &amp; Pyatkin, 2016]</ref>, <ref type="bibr" target="#b8">[Eremeev et al, 2016]</ref>, <ref type="bibr" target="#b21">[Kel'manov &amp; Pyatkin, 2009]</ref>.</p><p>Problem 10 (Finding a subsequence in a sequence) Given: a sequence Y = (y 1 , . . . , y N ) of points from R q and positive integer numbers T min , T max and M &gt; 1.</p><p>Find : a tuple M = (n 1 , . . . , n M ), where n m ∈ N = {1, . . . , N }, m = 1, . . . , N , such that</p><formula xml:id="formula_12">∑ j∈M ∥y j − y(M)∥ 2 → min,</formula><p>where</p><formula xml:id="formula_13">y(M) = 1 |M| ∑ i∈M y i is a geometric center (centroid) of the subsequence {y i ∈ Y | i ∈ M} subject to constraints T min ≤ n m − n m−1 ≤ T max ≤ N, m = 2, . . . , M,<label>(1)</label></formula><p>on the elements of the tuple (n 1 , . . . , n M ). Problem 10 is among poorly studied strongly NP-hard discrete optimization problems. By this time for Problem 10 the following results were obtained. First, we should note that there are neither exact polynomialtime, nor pseudo-polynomial-time algorithms or FPTAS schemes, unless P=NP.</p><p>The case of Problem 10 when T min and T max are parameters is analyzed in <ref type="bibr" target="#b17">[Kel'manov &amp; Pyatkin, 2013]</ref>. In this work the authors showed that this problem is strongly NP-hard for any T min &lt; T max . In the trivial case when T min = T max this problem can be solved through a polynomial time.</p><p>In <ref type="bibr" target="#b18">[Kel'manov et al., 2012]</ref> a 2-approximation polynomial-time algorithm is proposed; the running time of the algorithm is O(N 2 (M N + q)).</p><p>In the case of Problem 10 with integer components of the sequence elements and fixed dimension q of the space in <ref type="bibr" target="#b19">[Kel'manov et al., 2013]</ref> an exact pseudo-polynomial-time algorithm is substantiated. This algorithm finds an optimal solution of Problem 10 in O(N 3 (M D) q ) time.</p><p>The main result of <ref type="bibr">[Kel'manov et al., 2016]</ref> is an approximation algorithm which allows to find a (1 + ε)-</p><formula xml:id="formula_14">approximate solution for any ε &gt; 0 in O(N 2 (M (T max − T min + 1) + q)( √ 2q ε + 2) q ) time.</formula><p>If the dimension q of the space is fixed then the time complexity of this algorithm is equal to O(M N 3 (1/ε) q/2 ), and it implements an FPTAS.</p><p>Problem 11 (Minimum sum-of-squares 2-clustering problem on sequence with given center of one cluster ).</p><p>Given: a sequence Y = (y 1 , . . . , y N ) of points from R q , and some positive integer numbers T min , T max , and M . Find: a tuple M = (n 1 , . . . , n M ), where n m ∈ N = {1, . . . , N }, m = 1, . . . , N , such that</p><formula xml:id="formula_15">∑ j∈M ∥y j − y(M)∥ 2 + ∑ j∈N \M ∥y j ∥ 2 → min,</formula><p>where y(M) = 1 M ∑ i∈M y i , under constraints (1) on the elements of (n 1 , . . . , n M ). A special case of Problem 11 where T min = 1 and T max = N is equivalent <ref type="bibr" target="#b17">[Kel'manov &amp; Pyatkin, 2013]</ref> to the strongly NP-hard problem of partitioning a set <ref type="bibr" target="#b21">[Kel'manov &amp; Pyatkin, 2009]</ref>, which does not admit <ref type="bibr">[Kel'manov &amp; Khandeev, 2016]</ref> FPTAS unless P = NP. In other words, Problem 11 of partitioning a sequence is the generalization of the strongly NP-hard problem of partitioning a set. Therefore, according to <ref type="bibr" target="#b23">[Garey &amp; Johnson, 1979]</ref>, Problem 11 also admits neither exact polynomial, nor exact pseudopolynomial algorithms, nor FPTAS unless P = NP.</p><p>In <ref type="bibr" target="#b17">[Kel'manov &amp; Pyatkin, 2013]</ref>, the variant of Problem 11 in which T min and T max are the parameters was analyzed. In the cited work it was shown that Problem 11 is strongly NP-hard for any T min &lt; T max . In the trivial case when T min = T max , the problem is solvable in polynomial time.</p><p>A 2-approximation algorithm for Problem 11 with O(N 2 (M N + q)) running time was presented in <ref type="bibr" target="#b24">[Kel'manov &amp; Khamidullin, 2014]</ref>.</p><p>Special cases of the problem were studied in <ref type="bibr" target="#b25">[Kel'manov et al., 2017a]</ref>, <ref type="bibr">[Kel'manov et al., 2016]</ref>. In <ref type="bibr" target="#b25">[Kel'manov et al., 2017a]</ref>, for the case of integer inputs and fixed space dimension q, an exact pseudopolynomial algorithm was proposed. The running time of the algorithm is O(N 3 (M D) q ), where D is the maximal absolute value of the coordinates of input points. For the case with fixed space dimension in <ref type="bibr">[Kel'manov et al., 2016]</ref> an FPTAS was constructed which, given a relative error ε, finds a (1 + ε)-approximate solution of Problem 11 in O(M N 3 (1/ε) q/2 ) time.</p><p>The new result <ref type="bibr">[Kel'manov et al., 2017b</ref>] is a randomized algorithm for Problem 11. For an established parameter value, given ε &gt; 0 and fixed γ ∈ (0, 1), this algorithm allows to find a (1 + ε)-approximate solution of the problem with a probability of at least 1 − γ in O(qM N 2 ) time. The conditions are established under which the algorithm is asymptotically exact and its time complexity is O(qM N 3 ).</p><p>Problem 12 (Minimum sum-of-squares clustering problem on sequence with given center of one cluster and cluster cardinalities).</p><p>Given: a sequence Y = (y 1 , . . . , y N ) of points from R q and some positive integers T min , T max , L, and M .</p><formula xml:id="formula_16">Find : nonempty disjoint subsets M 1 , . . . , M L of N = {1, . . . , N } such that L ∑ l=1 ∑ j∈M l ∥y j − y(M l )∥ 2 + ∑ i∈N \M ∥y i ∥ 2 → min,<label>(2)</label></formula><p>where M = ∪ L l=1 M l , and y(M l ) = 1 |M l | ∑ j∈M l y j is the centroid of subset {y j | j ∈ M l }, under the following constraints:</p><p>(1) the cardinality of M is equal to M , (2) concatenation of elements of subsets M 1 , . . . , M L is an increasing sequence, provided that the elements of each subset are in ascending order,</p><p>(3) the inequalities (1) for the elements of M = {n 1 , . . . , n M } are satisfied.</p><p>Problem 13 (Minimum sum-of-squares clustering problem on sequence with given center of one cluster ).</p><p>Given: a sequence Y = (y 1 , . . . , y N ) of points from R q and some positive integers T min , T max , and L. Find : nonempty disjoint subsets M 1 , . . . , M L of N = {1, . . . , N } minimizing (2) under the following constraints:</p><p>(1) concatenation of elements of subsets M 1 , . . . , M L is an increasing sequence, provided that the elements of each subset are in ascending order,</p><p>(2) the inequalities (1) for the elements of M = {n 1 , . . . , n M } are satisfied (the cardinality of M assumed to be unknown).</p><p>In <ref type="bibr" target="#b17">[Kel'manov &amp; Pyatkin, 2013]</ref>, the variants of Problems 12, 13 in which T min and T max are the parameters was analyzed. In the cited work it was shown that both parameterized variants of the problems are strongly NP-hard for any T min &lt; T max . In the trivial case when T min = T max , the problems are solvable in polynomial time.</p><p>Except for the case with L = 1 in equation ( <ref type="formula" target="#formula_16">2</ref>), no algorithms with guaranteed approximation factor were known up to 2016 for Problem 11. This case is equivalent to Problem 12. For this problem, the existing results are listed above.</p><p>The new result of <ref type="bibr">[Kel'manov et al., 2016]</ref> is an algorithm that allows to find a 2-approximate solution of the problem in O(LN L+1 (M N + q)) time, which is polynomial if the number L of clusters with unknown centroids is fixed.</p><p>For Problem 13, except for the case with L = 1 in equation ( <ref type="formula" target="#formula_16">2</ref>), no algorithms with guaranteed approximation factor were known up to 2017. For this special case, in <ref type="bibr" target="#b30">[Kel'manov &amp; Khamidullin, 2015]</ref>, a 2-approximation polynomial-time algorithm with O(N 2 (N + q)) running time was presented.</p><p>The new result of <ref type="bibr">[Kel'manov et al., 2017c]</ref> is an algorithm that allows to find a 2-approximate solution of the problem in O(LN L+1 (N + q)) time, which is polynomial if the number L of clusters with unknown centroids is fixed.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>paper's authors. Copying permitted for private and academic purposes. In: Yu. G. Evtushenko, M. Yu. Khachay, O. V. Khamisov, Yu. A. Kochetov, V.U. Malkova, M.A. Posypkin (eds.): Proceedings of the OPTIMA-2017 Conference, Petrovac, Montenegro, 02-Oct-2017, published at http://ceur-ws.org where y(C) = 1 |C| ∑ y∈C y is the centroid (the geometrical center) of subset C, and y(Y) = 1 |Y| ∑ y∈Y y is the centroid of the input set.</figDesc></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>The study of problems 1-3, 5, 6, 10, 11 and 12 was supported by the the Russian Foundation for Basic Research (projects 15-01-00462, 16-31-00186, 16-07-00168), and by the Ministry of Science and Education of the Russian Federation under the 5-100 Excellence Programme. The study of problems 4, 7-9 and 13 was supported by the Russian Science Foundation (project 16-11-10041).</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Approximation Polynomial Algorithm for the Data Editing and Data Cleaning Problem</title>
		<author>
			<persName><surname>Ageev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Pattern Recognition and Image Analysis</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="issue">3</biblScope>
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
	<note>accepted)</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">NP-Completeness of Some Problems of Choosing a Vector Subset</title>
		<author>
			<persName><surname>Aggarwal</surname></persName>
		</author>
		<idno type="DOI">.org/10.1016/0196-6774(91)90022-Q</idno>
		<idno>doi: 10.1134/S1990478911030069</idno>
	</analytic>
	<monogr>
		<title level="j">J. Appl. Indust. Math</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="352" to="357" />
			<date type="published" when="1991">1991. 1991. 2011</date>
		</imprint>
	</monogr>
	<note>J. Algorithms.</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Solving Some Vector Subset Problems by Voronoi Diagrams</title>
		<author>
			<persName><forename type="first">;</forename><surname>Shenmaier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">V</forename><surname>Shenmaier</surname></persName>
		</author>
		<idno type="DOI">10.1134/S199047891604013X</idno>
	</analytic>
	<monogr>
		<title level="j">J. Appl. Indust. Math</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="550" to="566" />
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">An Approximation Algorithm for Solving a Problem of Search for a Vector Subset</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Romanchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Romanchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename></persName>
		</author>
		<idno type="DOI">10.1134/S1990478912010097</idno>
	</analytic>
	<monogr>
		<title level="j">J. Appl. Indust. Math</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="90" to="96" />
			<date type="published" when="2011">2011. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">An Approximation Scheme for a Problem of Search for a Vector Subset</title>
		<author>
			<persName><forename type="first">;</forename><surname>Shenmaier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">V</forename><surname>Shenmaier</surname></persName>
		</author>
		<idno type="DOI">10.1134/S1990478912030131</idno>
	</analytic>
	<monogr>
		<title level="j">J. Appl. Indust. Math</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="381" to="386" />
			<date type="published" when="2012">2012. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Pseudopolynomial Algorithms for Certain Computationally Hard Vector Subset and Cluster Analysis Problems</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Romanchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Romanchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename></persName>
		</author>
		<idno type="DOI">10.1134/S0005117912020129</idno>
	</analytic>
	<monogr>
		<title level="j">Automation and Remote Control</title>
		<imprint>
			<biblScope unit="volume">73</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="349" to="354" />
			<date type="published" when="2012">2012. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">An FPTAS for a Vector Subset Search Problem</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Romanchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Romanchenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename></persName>
		</author>
		<idno type="DOI">10.1134/S1990478914030041</idno>
	</analytic>
	<monogr>
		<title level="j">J. Appl. Indust. Math</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="329" to="336" />
			<date type="published" when="2014">2014. 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Maximum Cardinality Subset of Vectors with a Constraint on Normalized Squared Length of Vectors Sum</title>
		<author>
			<persName><surname>Eremeev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 6th International Conference on Analysis of Images, Social Networks, and Texts (AIST 2017</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting>of the 6th International Conference on Analysis of Images, Social Networks, and Texts (AIST 2017<address><addrLine>Moscow, Russia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017-07-27">2017. 2017. July 27-29, 2017</date>
		</imprint>
	</monogr>
	<note>accepted</note>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">On the Complexity of Some Euclidean Optimal Summing Problems</title>
		<author>
			<persName><surname>Eremeev</surname></persName>
		</author>
		<idno type="DOI">10.1134/S1064562416030157</idno>
	</analytic>
	<monogr>
		<title level="j">Doklady Mathematics</title>
		<imprint>
			<biblScope unit="volume">93</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="286" to="288" />
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">NP-Hardness of Some Quadratic Euclidean 2-clustering Problems</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Pyatkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Pyatkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename></persName>
		</author>
		<idno type="DOI">10.1134/S1064562415050233</idno>
	</analytic>
	<monogr>
		<title level="j">Doklady Mathematics</title>
		<imprint>
			<biblScope unit="volume">92</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="634" to="637" />
			<date type="published" when="2015">2015. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">On the Complexity of Some Quadratic Euclidean 2-Clustering Problems</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Pyatkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Pyatkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename></persName>
		</author>
		<idno type="DOI">10.1134/S096554251603009X</idno>
	</analytic>
	<monogr>
		<title level="j">Comput. Math. Math. Phys</title>
		<imprint>
			<biblScope unit="volume">56</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="491" to="497" />
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Exact Pseudopolynomial Algorithm for a Balanced 2-Clustering Problem</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Motkova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Motkova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename></persName>
		</author>
		<idno type="DOI">10.1134/S1990478916030054</idno>
	</analytic>
	<monogr>
		<title level="j">J. Appl. Indust. Math</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="349" to="355" />
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A Fully Polynomial-Time Approximation Scheme for a Special Case of a Balanced 2-Clustering Problem</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Motkova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Motkova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-44914-2-15</idno>
	</analytic>
	<monogr>
		<title level="j">Lecture Notes in Computer Science</title>
		<imprint>
			<biblScope unit="page" from="182" to="192" />
			<date type="published" when="2016">2016. 2016. 9869</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Polynomial-Time Approximation Scheme for a Problem of Partitioning a Finite Set into Two Clusters</title>
		<author>
			<persName><surname>Kel'manov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Steklov Institute of Mathematics</title>
				<meeting>the Steklov Institute of Mathematics</meeting>
		<imprint>
			<date type="published" when="2017">2017. 2017</date>
		</imprint>
	</monogr>
	<note>accepted</note>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Complexity of Normalized K-Means Clustering Problems</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">A</forename><surname>Ageev ; Ageev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 17th Baikal International Triannual School-Seminar Methods of Optimization and Their Applications (MOPT-2017)</title>
				<meeting>of the 17th Baikal International Triannual School-Seminar Methods of Optimization and Their Applications (MOPT-2017)<address><addrLine>Maksimikha, Buryatia, Russia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017-07-26">2017. 2017. July 26 -Aug 6, 2017</date>
		</imprint>
	</monogr>
	<note>accepted</note>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">On the Complexity of Some Euclidean Problems of Partitioning a Finite Set of Points</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Pyatkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Pyatkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename></persName>
		</author>
		<idno type="DOI">10.1134/S1064562416060089</idno>
	</analytic>
	<monogr>
		<title level="j">Doklady Mathematics</title>
		<imprint>
			<biblScope unit="volume">94</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="635" to="638" />
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">On the Complexity of Some Quadratic Euclidean 2-Clustering Problems</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Pyatkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Pyatkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename></persName>
		</author>
		<idno type="DOI">10.1134/S096554251603009X</idno>
	</analytic>
	<monogr>
		<title level="j">Comput. Math. Math. Phys</title>
		<imprint>
			<biblScope unit="volume">56</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="491" to="497" />
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">On Complexity of Some Problems of Cluster Analysis of Vector Sequences</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Pyatkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Kel'manov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Pyatkin</surname></persName>
		</author>
		<idno type="DOI">10.1134/S1990478913030095</idno>
	</analytic>
	<monogr>
		<title level="j">J. Appl. Indust. Math</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="363" to="369" />
			<date type="published" when="2013">2013. 2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Approximation Algorithms for Some Intractable Problems of Choosing a Vector Subsequence</title>
		<author>
			<persName><surname>Kel'manov</surname></persName>
		</author>
		<idno type="DOI">10.1134/S1990478912040059</idno>
	</analytic>
	<monogr>
		<title level="j">J. Appl. Indust. Math</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="443" to="450" />
			<date type="published" when="2012">2012. 2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Exact Pseudopolynomial Algorithms for Some NP-Hard Problems of Searching a Vectors Subsequence. Zhurnal Vychislitel&apos;noi Matematiki i Matematicheskoi Fiziki</title>
		<author>
			<persName><surname>Kel'manov</surname></persName>
		</author>
		<idno type="DOI">10.7868/S0044466913010055</idno>
	</analytic>
	<monogr>
		<title level="j">Russian)</title>
		<imprint>
			<biblScope unit="volume">53</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="143" to="153" />
			<date type="published" when="2013">2013. 2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Fully Polynomial-time Approximation Scheme for a Problem of Finding a Subsequence</title>
		<author>
			<persName><surname>Kel'manov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">9th International Conference on Discrete Optimization and Operations Research</title>
		<title level="s">CEUR Workshop Proceedings.</title>
		<meeting><address><addrLine>DOOR; Vladivostok</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016-09-19">2016. 2016. 2016. September 19-23</date>
			<biblScope unit="volume">1623</biblScope>
			<biblScope unit="page" from="516" to="525" />
		</imprint>
	</monogr>
	<note>; Russian Federation</note>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Complexity of Certain Problems of Searching for Subsets of Vectors and Cluster Analysis</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Pyatkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Pyatkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename></persName>
		</author>
		<idno type="DOI">10.1134/S0965542509110128</idno>
	</analytic>
	<monogr>
		<title level="j">Comput. Math. Math. Phys</title>
		<imprint>
			<biblScope unit="volume">49</biblScope>
			<biblScope unit="issue">11</biblScope>
			<biblScope unit="page" from="1966" to="1971" />
			<date type="published" when="2009">2009. 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Fully Polynomial-time Approximation Scheme for a Special Case of a Quadratic Euclidean 2-Clustering Problem</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Khandeev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Khandeev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">I</forename></persName>
		</author>
		<idno type="DOI">10.1134/S0965542516020111</idno>
	</analytic>
	<monogr>
		<title level="j">Comput. Math. Math. Phys</title>
		<imprint>
			<biblScope unit="volume">56</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="334" to="341" />
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<title level="m" type="main">Computers and Intractability: A Guide to the Theory of NP-Completeness</title>
		<author>
			<persName><forename type="first">Johnson</forename><forename type="middle">;</forename><surname>Garey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Garey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">S</forename><surname>Johnson</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1979">1979. 1979</date>
			<publisher>Freeman</publisher>
			<pubPlace>San Francisco</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">An Approximating Polynomial Algorithm for a Sequence Partitioning Problem</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Kel'manov &amp; Khamidullin ; Kelmanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Khamidullin</surname></persName>
		</author>
		<idno type="DOI">10.1134/S1990478914020100</idno>
	</analytic>
	<monogr>
		<title level="j">J. Appl. Indust. Math</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="236" to="244" />
			<date type="published" when="2014">2014. 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Exact Pseudopolynomial Algorithm for One Sequence Partitioning Problem</title>
		<author>
			<persName><surname>Kel'manov</surname></persName>
		</author>
		<idno type="DOI">10.1134/S0005117917010052</idno>
	</analytic>
	<monogr>
		<title level="j">Automation and Remote Control</title>
		<imprint>
			<biblScope unit="volume">78</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="67" to="74" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">A Fully Polynomial-time Approximation Scheme for a Sequence 2-Cluster Partitioning Problem</title>
		<author>
			<persName><surname>Kel'manov</surname></persName>
		</author>
		<idno type="DOI">10.1134/S199047891602006X</idno>
	</analytic>
	<monogr>
		<title level="j">J. Appl. Indust. Math</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="209" to="219" />
			<date type="published" when="2016">2016. 2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">A Randomized Algorithm for 2-Partition of a Sequence</title>
		<author>
			<persName><surname>Kel'manov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 6th International Conference on Analysis of Images, Social Networks, and Texts (AIST 2017</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting>of the 6th International Conference on Analysis of Images, Social Networks, and Texts (AIST 2017<address><addrLine>Moscow, Russia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017-07-27">2017. July 27-29</date>
		</imprint>
	</monogr>
	<note>Lecture Notes in Computer Science. accepted</note>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">An Approximation Algorithm for a Problem of Partitioning a Sequence into Clusters with Restrictions on Their Cardinalities</title>
		<author>
			<persName><surname>Kel'manov</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-44914-2-14</idno>
	</analytic>
	<monogr>
		<title level="j">Lecture Notes in Computer Science</title>
		<imprint>
			<biblScope unit="page" from="182" to="192" />
			<date type="published" when="2016">2016. 2016. 9869</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">An Approximation Algorithm for a Problem of Partitioning a Sequence into Clusters</title>
		<author>
			<persName><surname>Kel'manov</surname></persName>
		</author>
		<idno type="DOI">10.7868/S0044466917080087</idno>
	</analytic>
	<monogr>
		<title level="j">Zhurnal Vychislitelnoi Matematiki i Matematicheskoi Fiziki</title>
		<imprint>
			<biblScope unit="volume">57</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page" from="149" to="157" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
	<note>in Russian</note>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">An Approximation Polynomial-Time Algorithm for a Sequence Bi-Clustering Problem</title>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">;</forename><surname>Khamidullin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">'</forename><surname>Kel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">V</forename><surname>Khamidullin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename></persName>
		</author>
		<idno type="DOI">10.1134/S0965542515060068</idno>
	</analytic>
	<monogr>
		<title level="j">Comput. Math. Math. Phys</title>
		<imprint>
			<biblScope unit="volume">55</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="1068" to="1076" />
			<date type="published" when="2015">2015. 2015</date>
		</imprint>
	</monogr>
</biblStruct>

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