<?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 Hamilton cycles in highly symmetric graphs</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Torsten</forename><surname>Mütze</surname></persName>
							<email>muetze@math.tu-berlin.de</email>
							<affiliation key="aff0">
								<orgName type="department">Institut für Mathematik</orgName>
								<orgName type="institution">Technische Universität Berlin</orgName>
								<address>
									<postCode>10623</postCode>
									<settlement>Berlin</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">On Hamilton cycles in highly symmetric graphs</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">BBF31DFC41BD83CE55AF6B2223819396</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T05:45+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>The question whether a graph has a Hamilton cycle is one of the oldest and most fundamental graph-theoretic problems, and one of the prototypical NP-complete problems. In this paper we survey some of our recent results on Hamilton cycles in various families of highly symmetric graphs, including the solution of the well-known middle levels conjecture, and several far-ranging generalizations of it that were proved subsequently. We also address the algorithmic aspect of the problem, i.e., how to compute the corresponding Gray codes in optimal time and space.</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 question whether a graph has a Hamilton cycle-a cycle that visits every vertex exactly once-is one of the oldest and most fundamental problems on graphs. Answering this question for a given graph is one of the prototypical NP-complete problems, as shown by Karp in his landmark paper <ref type="bibr" target="#b51">[Kar72]</ref>. This problem has a large number of practical applications, after all, it a special case of the traveling salesman problem. Hamilton cycles are named after the Irish mathematician Sir William Rowan Hamilton, who invented the 'Icosian game', a puzzle that consists in finding a Hamilton cycle in the graph of the dodecahedron; see Figure <ref type="figure" target="#fig_0">1</ref>. In this paper we survey some of our recent solutions to several long-standing problems that can be seen as advanced versions of this puzzle. We prove the existence of such cycles, and we develop algorithms that allow us to compute them efficiently.</p><p>The most advanced version of Hamilton's original puzzle is the following conjecture due to Lovász from the 1970s. A vertex-transitive graph is a graph that 'looks the same' from the point of view of every vertex. Formally, it is a graph in which any two vertices can be mapped onto each other by an automorphism.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Conjecture 1.1 ( [Lov70]). Every connected vertex-transitive graph has a Hamilton cycle, apart from five counterexamples.</head><p>The five well-understood counterexamples mentioned in this conjecture are a single edge, the Petersen graph, the Coxeter graph, and the two graphs obtained from the Petersen graph and Coxeter graph by replacing every vertex by a triangle. Even though these five graphs do not have a Hamilton cycle, they have a Hamilton path, so an alternative version of the conjecture asserts that every connected vertex-transitive graph has a Hamilton path. In stark contrast to that, Babai conjectured that there is an ε &gt; 0 and infinitely many connected vertex-transitive graphs G whose longest cycle has length at most (1 − ε)|V (G)| <ref type="bibr" target="#b2">[Bab95]</ref>, where V (G) denotes the vertex set of G.</p><p>These conjectures tie together two seemingly unrelated concepts of a graph, namely its symmetry and its traversability, and they have received considerable attention in the literature. For example, it was shown that For more partial results towards Lovász' conjecture, we refer to the surveys [KM09, PR09].</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Combinatorial Gray codes</head><p>Humans have long enjoyed making lists of things. This task also appears frequently in algorithmic applications, when we want to examine all objects of a particular combinatorial class, for instance to compute and optimize some objective value. Algorithms that efficiently generate all objects in a combinatorial class such as permutations, subsets, combinations, partitions, trees, strings etc. are used as core building blocks in a wide range of practical applications (the survey <ref type="bibr" target="#b78">[Sav97]</ref> lists numerous references). If any two consecutively generated objects differ only in a constant amount, then we refer to such a listing as a combinatorial Gray code. The ultimate goal for all these problems is a combinatorial Gray code that allows to generate each new object in constant time (see <ref type="bibr" target="#b25">[Ehr73]</ref>).</p><p>Here are five important examples for such generation problems: Many of the algorithms solving those Gray code problems are covered in the classical books <ref type="bibr" target="#b74">[NW75,</ref><ref type="bibr" target="#b93">Wil89]</ref>. Also, more than half of the most recent volume of Knuth's seminal series The Art of Computer Programming is devoted to this fundamental subject <ref type="bibr" target="#b53">[Knu11]</ref>.</p><p>We can model each of the Gray code problems mentioned before as a graph, whose vertices are the combinatorial objects we want to generate, and whose edges capture the change operation applied in each step. For instance, for problem (i) from before, we take all 2 n bitstrings of length n as vertices, and we connect any two bitstrings that differ in a single bit by an edge. The resulting graph is the well-known n-dimensional hypercube, or n-cube for short. In this way, every combinatorial Gray code problem corresponds in a natural way to a Hamilton cycle problem in a suitably defined graph. In many cases the resulting graphs are vertex-transitive, and this is the connection to Lovász' conjecture mentioned in the previous section. The n-cube arising from problem (i) is a prime example of a vertex-transitive graph. Similarly, the graphs arising from problems (ii) and (iii) are also vertex-transitive.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">The middle levels conjecture</head><p>One prominent special case of Lovász' conjecture is the middle levels conjecture, which asserts that the subgraph G n of the (2n + 1)-cube induced by all bitstrings with weight n or n + 1, has a Hamilton cycle for every n ≥ 1. Equivalently, G n is the subgraph of the Boolean lattice of subsets of [2n + 1] ordered by inclusion formed by all sets of size n or n + 1. The middle levels conjecture also became known as revolving door conjecture. Imagine a set of 2n + 1 people, split into two subsets of size n and n + 1 that are separated by a revolving door. The conjecture asks whether it is possible to move in each step one person from the larger group through the revolving door to the other side, such that every way to split the people into two subsets of size n and n + 1 is encountered exactly once. Another equivalent formulation of the conjecture can be found in Knuth's book <ref type="bibr" target="#b53">[Knu11]</ref>: It asks whether we can generate all bitstrings of length 2n + 2 with weight n + 1, by repeatedly swapping the last bit with another bit at an arbitrary position.</p><p>It is easy to see that G n is bipartite and connected, and that it has N := 2n+1 n + 2n+1 n+1 = 2 Θ(n) many vertices. Moreover, all vertices have degree n + 1 = Θ(log(N )), i.e., this graph is rather sparse. The graph G n is also vertex-transitive, and the autormorphisms are given by bit permutation and possibly bit inversion.</p><p>The middle levels conjecture originated probably with Havel <ref type="bibr" target="#b37">[Hav83]</ref> and Buck and Wiedemann <ref type="bibr" target="#b8">[BW84]</ref>, but has also been attributed to Dejter, Erdős, Trotter <ref type="bibr" target="#b52">[KT88]</ref> and various others. It also appears in the popular books <ref type="bibr" target="#b94">[Win04,</ref><ref type="bibr" target="#b53">Knu11,</ref><ref type="bibr" target="#b20">DG12]</ref> and in Gowers' recent expository paper <ref type="bibr" target="#b33">[Gow17]</ref> on the work of Peter Keevash. The conjecture has attracted considerable attention over the last 30+ years. In a sequence of algorithmic improvements and with the availability of more powerful computers, so far the conjecture has been verified for all n ≤ 19 [SS99, SSS09, SA11]. Note that for n = 19 the middle levels graph G n has already N = 137.846.528.820 vertices.</p><p>The first notable asymptotic result is <ref type="bibr" target="#b77">[Sav93]</ref>, where it was shown that G n has a cycle of length N 0.836 . Improving on this, Felsner and Trotter showed that there is a cycle that visits 0.25N many vertices of the middle levels graph <ref type="bibr" target="#b28">[FT95]</ref>, and Savage and Winkler showed that there is a cycle that visits 0.839N many vertices <ref type="bibr" target="#b79">[SW95]</ref>. Another major step towards the conjecture was Johnson's result <ref type="bibr" target="#b47">[Joh04]</ref>, who established the existence of a cycle of length (1 − c/ √ n)N , where c is some constant. Unfortunately, attempts to directly obtain a Hamilton cycle from the union of two perfect matchings in the middle levels graph have not been successful so far [DSW88, KT88, DKS94], even though these constructions of perfect matchings deepened our understanding of the structure of the middle levels graph. For other relaxations of the middle levels conjecture and partial results, see e.g. <ref type="bibr" target="#b42">[HKRR05,</ref><ref type="bibr" target="#b36">GŠ10]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Our contributions</head><p>We prove the middle levels conjecture in full generality.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Theorem 3.1 ( [Müt16]). For any n ≥ 1, the middle levels graph G n has a Hamilton cycle.</head><p>In fact, we prove the following more general result.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Theorem 3.2 ( [Müt16]</head><p>). For any n ≥ 1, the middle levels graph G n has at least 1 4 2 2 (n+1)/4 = 2 2 Ω(n) distinct Hamilton cycles.</p><p>Note that double-exponentially many distinct Hamilton cycles are substantially more than we get from applying all 2(2n + 1)! = 2 Θ(n log n) automorphisms of the middle levels graph to a single Hamilton cycle, i.e., Theorem 3.2 is not an immediate consequence of Theorem 3.1. In fact, any graph G has at most |V (G)|! different Hamilton cycles. This establishes an upper bound of N ! = 2 2 O(n) for the number of Hamilton cycles in the middle levels graph and shows that Theorem 3.2 is best possible up to the constant in the exponent.</p><p>The proof of these results follows a two-step approach. In a first step we construct a cycle factor in G n as described in our earlier paper <ref type="bibr" target="#b73">[MW12]</ref>. A cycle factor is a collection of vertex-disjoint cycles that together cover all vertices of the graph. In a second step, we modify the cycles locally to join them step by step to a Hamilton cycle. This two-step approach of building a Hamilton cycle via a cycle factor has proved to be very successful for such Hamilton cycle problems (see e.g. [Joh09, Joh11, HRW12, Hol17, SW18]). The main advantage of this approach is that it reduces the problem of proving that a graph has a Hamilton cycle to the problem of proving that a suitably defined auxiliary graph is connected, which is much easier. We recently found a new, short and more accessible proof of Theorems 3.1 and 3.2, following the same basic proof strategy <ref type="bibr" target="#b31">[GMN18]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Efficient Gray code algorithms</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Our contributions</head><p>We are able to translate our existence proof of a Hamilton cycle in the middle levels graph G n into an efficient Gray code algorithm.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Theorem 4.1 ( [MN17]</head><p>). There is an algorithm, which for a given bitstring of length 2n + 1, n ≥ 1, with weight n or n + 1 computes the next ≥ 1 bitstrings in a Hamilton cycle in G n in time O( + n).</p><p>Clearly, the running time of this algorithm is O(1) on average per generated bitstring for = Ω(n). The space requirement O(n) of our algorithm is also optimal. Most steps of our algorithm require only constant time O(1) in the worst case to generate the next bitstring, but after every sequence of Θ(n) such 'fast' steps, a 'slow' step which requires time Θ(n) is encountered, yielding constant average time performance.</p><p>We implemented this algorithm in C++, and this code can be found on our website <ref type="bibr">[www]</ref>. As a benchmark, we used this code to compute a Hamilton cycle in G n for n = 19 in 20 minutes on a standard desktop computer. This is by a factor of 72 faster than the 24 hours reported in <ref type="bibr" target="#b69">[MN18]</ref> for our previous O(n) time algorithm, and by several orders of magnitude faster than the 164 days reported in <ref type="bibr" target="#b86">[SA11]</ref> for a brute-force search. Recall that a Hamilton cycle in G n for n = 19 visits N = 137.846.528.820 ≈ 10 11 many bitstrings. For comparison, a program that simply counts from 1, . . . , N (and does nothing else) was only by a factor of 5 faster (4 minutes) than our middle levels Hamilton cycle computation for n = 19 on the same hardware. Roughly speaking, we need only about 5 machine instructions for producing the next vertex in the Hamilton cycle.</p><p>Consider the following sweeping generalization of the middle levels conjecture, which at the same time generalizes problems (i) and (ii) mentioned in Section 2: Can we generate all bitstrings of length n, with weight in an arbitrary interval [k, l], where 0 ≤ k ≤ l ≤ n, by flipping a single bit in each step <ref type="bibr" target="#b25">[Ehr73,</ref><ref type="bibr" target="#b89">SW14]</ref>? This problem has three parameters, the length n of the bitstrings, the lower bound k and the upper bound l on the weight. In general the answer to this question is negative, as the bipartite graph underlying this problem, i.e., the subgraph of the n-cube induced by all bitstrings with weight in the interval [k, l], has partition classes of different sizes, and thus cannot have a Hamilton cycle. However, by slightly relaxing the requirement of flipping a single bit in each step, the problem can still be solved satisfactorily for all practical purposes. Specifically, a tight enumeration of all bitstrings of length n with weight in the interval [k, l] is a cyclic listing such that each bitstrings appears exactly once, and such that the number of transitions in which two bits are flipped is exactly equal to the size difference of the partition classes of the underlying graph, and in the remaining transitions, only a single bit is flipped. A tight enumeration is thus a natural generalization of a Hamilton cycle, and it is equal to a Hamilton cycle when the partition classes have the same size (as for instance for the middle levels graph G n ).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Theorem 4.2 ( [GM18]</head><p>). For any n ≥ 3 there is a tight enumeration of all bitstrings of length n with weight in the interval [k, l] in the following cases:</p><formula xml:id="formula_0">(i) If 0 = k &lt; l ≤ n or 0 ≤ k &lt; l = n. (ii) If 1 ≤ k &lt; l ≤ n and l − k ≥ 2 is even. (iii) If 1 ≤ k &lt; l ≤ n − 1 and l − k = 1. (iv) If 1 ≤ k &lt; l ≤ n/2 or n/2 ≤ k &lt; l ≤ n − 1, and l − k ≥ 3 is odd.</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>For each case, there is a corresponding algorithm that generates each bitstring of a tight enumeration in time O(1) on average.</head><p>A different relaxation of asking for a Hamilton cycle in a bipartite graph whose partition classes have possibly different size, is to ask for a cycle that visits all vertices in the smaller partition class. Our paper [GM18] also presents results that are very much analogous to Theorem 4.2 for this alternative relaxation of a Hamilton cycle. We implemented all those Gray code algorithms in C++, and made the code available on our website <ref type="bibr">[www]</ref>.</p><p>Essentially the only case of the aforementioned general problem that we cannot solve in full generality yet is when the dimension is odd and the lower and upper weight bound are symmetric around the middle. Formally, for any n ≥ 1 and 1 ≤ ≤ n + 1 we let G n, denote the corresponding subgraph of the (2n + 1)-cube induced by all bitstrings with weight in the interval [n + 1 − , n + ], so this graph contains exactly the middle 2 levels. The two partition classes of G n, have the same size, so we may hope for the existence of a Hamilton cycle. Note, however, that G n, is not vertex-transitive in general, as the vertices with weight n + 1 − or n + at the boundaries have a smaller degree than all other vertices. The central levels problems asks whether G n, has a Hamilton cycle for any n ≥ 1 and 1 ≤ ≤ n + 1. This is clearly a generalization of the middle levels conjecture (the case = 1) and of the Gray code problem (i) mentioned in Section 2 (the case = n + 1). The central levels problem was raised independently by Savage <ref type="bibr" target="#b77">[Sav93]</ref>, by Gregor and Škrekovski <ref type="bibr" target="#b36">[GŠ10]</ref>, and by Shen and Williams <ref type="bibr" target="#b82">[SW15]</ref>. Apart from the known cases = 1 and = n + 1, the cases = n and = n − 1 were settled in <ref type="bibr" target="#b26">[HH01,</ref><ref type="bibr" target="#b56">LS03]</ref> and <ref type="bibr" target="#b36">[GŠ10]</ref>, respectively. We recently managed to also settle the case = 2, i.e., we prove the Hamiltonicity of the middle four levels of the (2n + 1)-cube. For the general case, we can prove the existence of a cycle factor in G n, .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Theorem 4.3 ( [GJMSW18]</head><p>). For any n ≥ 1, the graph G n,2 has a Hamilton cycle. For any n ≥ 1 and 3 ≤ ≤ n − 2, the graph G n, has a cycle factor.</p><p>Our proof of Theorem 4.3 uses symmetric chain decompositions, a well-known concept from the theory of posets. A chain in the n-cube is a path (x k , x k+1 , . . . , x l ) where x i has weight i for all i = k, k + 1, . . . , l. The chain is symmetric if its end vertices are on symmetric levels, i.e., n = k + l. A symmetric chain decomposition of the n-cube is a partition of its vertices into symmetric chains. In our paper <ref type="bibr" target="#b29">[GJMSW18]</ref> we present several new constructions of such decompositions. In particular, we construct four pairwise edge-disjoint symmetric chain decompositions of the n-cube for any n ≥ 12, and then combine certain edges from these decompositions to build cycle factors and eventually Hamilton cycles.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Bipartite Kneser graphs</head><p>For any two integers k ≥ 1 and n ≥ 2k + 1, the bipartite Kneser graph H(n, k) has the k-element and (n − k)element subsets of [n] as vertices and an edge between any two vertices where one is a subset of the other. Observe that H(n, k) is connected and vertex-transitive, which makes it another excellent test case for Lovász' conjecture. Note that the special case H(2k + 1, k) is exactly the middle levels graph G k discussed in Section 3, so bipartite Kneser graphs generalize the middle levels graphs in a natural way.</p><p>The conjecture that all bipartite Kneser graphs have a Hamilton cycle was raised independently by Simpson <ref type="bibr" target="#b87">[Sim91]</ref> and Roth (see <ref type="bibr" target="#b32">[Gou91]</ref> and <ref type="bibr" target="#b43">[Hur94]</ref>). Since then, there has been steady progress on the problem [Sim94, Hur94, Che00], and the conjecture has been confirmed with computer help for all n ≤ 27 and all relevant values of k <ref type="bibr" target="#b84">[SS04]</ref>. The best known general result is due to Y. Chen, who showed that for any k ≥ 1 and n ≥ 2.62k + 1, the bipartite Kneser graph H(n, k) has a Hamilton cycle <ref type="bibr" target="#b13">[Che03]</ref>.</p><p>Note that the degree of every vertex in H(n, k) is n−k n−2k , so for fixed k, increasing n also increases the vertex degrees, which makes the task of finding a Hamilton cycle easier. The sparsest case, for which finding a Hamilton cycle is hardest, is the case n = 2k + 1, i.e., the middle levels conjecture.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1">Our contributions</head><p>We resolve the conjecture on the Hamiltonicity of bipartite Kneser graphs in full generality.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Theorem 5.1 ( [MS17]</head><p>). For any k ≥ 1 and n ≥ 2k + 1, the bipartite Kneser graph H(n, k) has a Hamilton cycle.</p><p>The main feature of this result is that it has a short proof, using the positive result for the sparsest case n = 2k+1 stated in Theorem 3.1, and proving the denser cases by induction, where the sparsest case serves as an induction basis.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Kneser graphs</head><p>For any two integers k ≥ 1 and n ≥ 2k+1, the Kneser graph K(n, k) has the k-element subsets of [n] as vertices and an edge between any two vertices that are disjoint sets. These graphs were introduced by Lovász in his celebrated proof of Kneser's conjecture <ref type="bibr" target="#b58">[Lov78]</ref>. The proof uses topological methods to show that the chromatic number of K(n, k) is equal to n − 2k + 2. Lovász's result initiated an exciting line of research <ref type="bibr" target="#b4">[Bár78,</ref><ref type="bibr" target="#b35">Gre02,</ref><ref type="bibr" target="#b96">Zie02,</ref><ref type="bibr" target="#b64">Mat04]</ref> and gave rise to the nowadays flourishing field of topological combinatorics. Apart from the above, Kneser graphs have many other interesting properties. For instance, the maximum size of an independent set in K(n, k) is equal to n−1 k−1 , by the famous Erdős-Ko-Rado theorem <ref type="bibr" target="#b27">[EKR61]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.1">Hamilton cycles in Kneser graphs</head><p>It has long been conjectured that Kneser graphs have Hamilton cycles. Apart from one obvious exception, namely the Petersen graph K(5, 2), no other negative instances are apparent. Observe that Kneser graphs are connected and vertex-transitive, and thus form another important instance of Lovász' conjecture. We proceed by giving an account of the long history of finding Hamilton cycles in Kneser graphs. The degree of every vertex in K(n, k) is n−k k , so for fixed k, increasing n also increases the vertex degrees, which makes the task of finding a Hamilton cycle easier. The density is also witnessed by cliques of size c ≥ 3, which are present for n ≥ ck and absent for n &lt; ck. The sparsest case, for which finding a Hamilton cycle is hardest, is when n = 2k + 1. The corresponding graphs O k := K(2k + 1, k), for k ≥ 1, are known as odd graphs. They include the Petersen graph O 2 = K(5, 2). Note that all vertices in the odd graph O k have degree k + 1, which is only logarithmic in the number of vertices. The conjecture that the odd graph O k has a Hamilton cycle for every k ≥ 3, originated in the 1970s, in papers by <ref type="bibr">Meredith and Lloyd [ML72,</ref><ref type="bibr" target="#b66">ML73]</ref> and by Biggs <ref type="bibr" target="#b6">[Big79]</ref>. A stronger version of the conjecture asserts that O k even has (k + 1)/2 edge-disjoint Hamilton cycles. Already Balaban <ref type="bibr" target="#b3">[Bal72]</ref> exhibited a Hamilton cycle for the cases k = 3 and k = 4, and Meredith and Lloyd described one for k = 5 and k = 6. Later, Mather <ref type="bibr" target="#b63">[Mat76]</ref> also solved the case k = 7. With the help of computers, Shields and Savage <ref type="bibr" target="#b84">[SS04]</ref> found Hamilton cycles in O k for all values of k up to 13. They also found Hamilton cycles in K(n, k) for all n ≤ 27 and all k ≥ 1 with n ≥ 2k + 1.</p><p>There is a long line of research devoted to proving that sufficiently dense Kneser graphs have a Hamilton cycle. Heinrich and Wallis <ref type="bibr" target="#b38">[HW78]</ref> showed that K(n, k) has a Hamilton cycle if <ref type="formula">1</ref>))k 2 / ln 2. This was improved by B. Chen and Lih <ref type="bibr" target="#b15">[CL87]</ref>, whose results imply that K(n, k) has a Hamilton cycle if n ≥ (1 + o(1))k 2 / log k, see <ref type="bibr" target="#b17">[CI96]</ref>. In another breakthrough, Y. Chen <ref type="bibr" target="#b12">[Che00]</ref> showed that K(n, k) is Hamiltonian when n ≥ 3k. A particularly nice and clean proof for the cases where n = ck, c ∈ {3, 4, . . .}, was obtained by Y. Chen and Füredi <ref type="bibr" target="#b14">[CF02]</ref>. Their proof uses Baranyai's well-known partition theorem for complete hypergraphs <ref type="bibr" target="#b5">[Bar75]</ref> to partition the vertices of K(ck, k) into cliques of size c. The asymptotically best result currently known, again due to Y. Chen <ref type="bibr" target="#b13">[Che03]</ref>, is that</p><formula xml:id="formula_1">n ≥ 2k + k/( k √ 2 − 1) = (1 + o(</formula><formula xml:id="formula_2">K(n, k) has a Hamilton cycle if n ≥ (3k + 1 + √ 5k 2 − 2k + 1)/2 = (1 + o(1))2.618 . . . • k.</formula><p>Another line of attack towards proving Hamiltonicity is to find long cycles in K(n, k). To this end, Johnson <ref type="bibr" target="#b47">[Joh04]</ref> showed that there exists a constant c &gt; 0 such that the odd graph O k has a cycle that visits at least a (1 − c/ √ k)-fraction of all vertices, which is almost all vertices as k tends to infinity. Our proof techniques developed for the bipartite Kneser graphs discussed in the previous section allow us to generalize and improve upon this, by showing that for any k ≥ 1 and n ≥ 2k + 1, the Kneser graph K(n, k) has a cycle that visits a 2k n -fraction of all vertices <ref type="bibr" target="#b72">[MS17]</ref>. In particular, for any k ≥ 1, the odd graph O k = K(2k + 1, k) has a cycle that visits a (1 − 1 2k+1 )-fraction of all vertices. For instance, the Petersen graph O 2 has a cycle that visits 8 of its 10 vertices. A different relaxation of proving Hamiltonicity is to construct a cycle factor. In this direction, Johnson and Kierstead <ref type="bibr" target="#b50">[JK04]</ref> showed that the edges of O k can be partitioned into cycle factors for odd k and into cycle factors and one matching for even k. A different cycle factor in O k , which turns out to be crucial for the following results, is constructed in our paper <ref type="bibr" target="#b71">[MSW18]</ref>. This cycle factor has the property that all of its cycles have the same length 2k + 1, so the total number of cycles is given by the kth Catalan number 1 2k+1 2k+1 k . As a last partial result, let us mention the paper by Bueno and Horák <ref type="bibr" target="#b9">[BH11]</ref>, who proved that the prism over O k , i.e., the graph obtained from two copies of O k by joining corresponding vertices by a perfect matching, is Hamiltonian for even k.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.2">Relation to bipartite Kneser graphs</head><p>Note that proving Hamiltonicity for the Kneser graph K(n, k) is arguably harder than for the bipartite Kneser graph H(n, k). In particular, proving that the odd graphs O k = K(2k + 1, k) are Hamiltonian is harder than the middle levels conjecture. Specifically, from a Hamilton cycle (x 1 , . . . , x N ) in K(n, k), where N = n k , we can easily construct a Hamilton cycle or a Hamilton path in H(n, k), as follows. Consider the sequences C 1 := (x 1 , x 2 , x 3 , x 4 , . . .) and C 2 := (x 1 , x 2 , x 3 , x 4 , . . .), where x i := [n] \ x i . If N is odd, then C 1 and C 2 together form a Hamilton cycle in H(n, k). If N is even, then C 1 and C 2 are two cycles in H(n, k) that can be joined to form a Hamilton path.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.3">Our contributions</head><p>We prove that the odd graphs O k = K(2k + 1, k) (except for the Petersen graph) contain Hamilton cycles. That is, we resolve the sparsest case of the conjecture on the Hamiltonicity of Kneser graphs in the affirmative. Using the conditional results proved by Johnson <ref type="bibr" target="#b49">[Joh11]</ref>, Theorem 6.1 immediately yields the following more general statement.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Theorem 6.2 ( [MNW18]</head><p>). For any k ≥ 3 and a ≥ 0, the Kneser graph K(2k + 2 a , k) has a Hamilton cycle.</p><p>We also establish the following counting version of Theorem 6.1.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Theorem 6.3 ( [MNW18]</head><p>). For any k ≥ 6, the odd graph O k = K(2k + 1, k) has at least 2 2 k−6 distinct Hamilton cycles.</p><p>Similarly to our solution of the middle levels conjecture stated in Theorems 3.1 and 3.2, the double-exponential growth of the number of Hamilton cycles guaranteed by Theorem 6.3 is essentially best possible, and Theorem 6.3 is not an immediate consequence of Theorem 6.1.</p><p>Our proofs of Theorems 6.1 and 6.3 use a similar two-step approach as the proof of the middle levels conjecture, using the cycle factor described in our earlier paper <ref type="bibr" target="#b71">[MSW18]</ref> as a starting point, thus effectively reducing the Hamiltonicity problem in the odd graph to the problem of finding a spanning tree in a suitably defined hypergraph on Dyck words. The proofs are constructive and translate straightforwardly into an algorithm to compute a Hamilton cycle in the odd graph O k in polynomial time (polynomial in the size of the graph, which is exponential in k). By identifying each k-element subset of [2k + 1] with a bitstring of length 2k + 1 and weight k, a Hamilton cycle in the odd graph corresponds to a Gray code listing of all bitstrings of length 2k + 1 with weight k, such that consecutive bitstrings differ in all but one position. It remains open whether our proof can be translated into a constant-time algorithm to generate this Gray code, that is, an algorithm that in each step computes the bit that is not flipped in constant time, using only O(k) memory space and polynomial initialization time. To avoid costly complementation operations, such an algorithm could maintain two bitstrings, one the complement of the other, along with a flag indicating which of the two bitstrings is the current one; then, in each step, only a single bit in both bitstrings and the flag would need to be flipped.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: The dodecahedron (solid black) with a Hamilton cycle (dashed red). connected vertex-transitive graphs on n vertices, with n = kp, where k ≤ 4 and p prime (except for the Petersen graph and the Coxeter graph), with n = p k where k ≤ 4 and p prime, and with n = 2p 2 , where p is prime, contain a Hamilton cycle [Tur67, Als79, Mar85, Mar87, Che98, KM08]. Babai showed that every connected vertex-transitive graph on n ≥ 4 vertices has a cycle of length at least √ 3n [Bab79]. Also, it was shown in [CHM14] that for any ε &gt; 0, for large enough n any connected vertex-transitive graph on n vertices and minimum degree εn has a Hamilton cycle.For more partial results towards Lovász' conjecture, we refer to the surveys [KM09, PR09].</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>( i )</head><label>i</label><figDesc>Generate all bitstrings of length n by flipping a single bit in each step [Gra53, Ehr73, BER76]. (ii) Generate all bitstrings of length n with weight k by exchanging a 0 and 1 in each step [TL73, EHR84a, EM84b, Rus88, Cha89, JM95]. The weight of a bitstring is the number of 1s in it. (iii) Generate all permutations of [n] := {1, 2, . . . , n} by swapping two adjacent elements in each step [Joh63, Tro62, Der75, Sed77]. (iv) Generate all spanning trees of a graph by exchanging a single edge in each step [Cum66, HH72]. (v) Generate all triangulations of a convex n-gon by flipping a single edge in each step [Luc87, LRR93, HN99].</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head></head><label></label><figDesc>Theorem 6.1<ref type="bibr" target="#b70">( [MNW18]</ref>). For any k ≥ 3, the odd graph O k = K(2k + 1, k) has a Hamilton cycle.</figDesc></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Hamiltonian cycles in vertex-transitive graphs of order 2p</title>
		<author>
			<persName><forename type="first">B</forename><surname>Alspach</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Tenth Southeastern Conference on Combinatorics, Graph Theory and Computing</title>
				<meeting>the Tenth Southeastern Conference on Combinatorics, Graph Theory and Computing<address><addrLine>Boca Raton, Fla.; Winnipeg, Man</addrLine></address></meeting>
		<imprint>
			<publisher>Utilitas Math</publisher>
			<date type="published" when="1979">1979. 1979</date>
			<biblScope unit="page" from="131" to="139" />
		</imprint>
	</monogr>
	<note>Congressus Numerantium, XXIII-XX</note>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Long cycles in vertex-transitive graphs</title>
		<author>
			<persName><forename type="first">L</forename><surname>Babai</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Graph Theory</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="301" to="304" />
			<date type="published" when="1979">1979</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Automorphism groups, isomorphism, reconstruction</title>
		<author>
			<persName><forename type="first">L</forename><surname>Babai</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Handbook of combinatorics</title>
				<meeting><address><addrLine>Amsterdam</addrLine></address></meeting>
		<imprint>
			<publisher>Elsevier Sci. B. V</publisher>
			<date type="published" when="1995">1995</date>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page" from="1447" to="1540" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Chemical graphs. XIII. Combinatorial patterns</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">T</forename><surname>Balaban</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Revue Roumaine des Mathematiques Pures et Appliquees</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="page" from="3" to="16" />
			<date type="published" when="1972">1972</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A short proof of Kneser&apos;s conjecture</title>
		<author>
			<persName><forename type="first">I</forename><surname>Bárány</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series A</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="325" to="326" />
			<date type="published" when="1978">1978</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">On the factorization of the complete uniform hypergraph</title>
		<author>
			<persName><surname>Zs</surname></persName>
		</author>
		<author>
			<persName><surname>Baranyai</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Infinite and finite sets (Colloq</title>
		<title level="s">Colloq. Math. Soc. János Bolyai</title>
		<meeting><address><addrLine>Keszthely; North-Holland; Amsterdam</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1973">1973. 1975</date>
			<biblScope unit="volume">I</biblScope>
			<biblScope unit="page" from="91" to="108" />
		</imprint>
	</monogr>
	<note>dedicated to P. Erdős on his 60th birthday</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Some odd graph theory</title>
		<author>
			<persName><forename type="first">N</forename><surname>Biggs</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Second International Conference on Combinatorial Mathematics</title>
		<title level="s">Ann. New York Acad. Sci.</title>
		<meeting><address><addrLine>New York; New York; New York</addrLine></address></meeting>
		<imprint>
			<publisher>Acad. Sci</publisher>
			<date type="published" when="1978">1978. 1979</date>
			<biblScope unit="volume">319</biblScope>
			<biblScope unit="page" from="71" to="81" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Efficient generation of the binary reflected Gray code and its applications</title>
		<author>
			<persName><forename type="first">J</forename><surname>Bitner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Ehrlich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Reingold</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Communications of the ACM</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<biblScope unit="issue">9</biblScope>
			<biblScope unit="page" from="517" to="521" />
			<date type="published" when="1976">1976</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Gray codes with restricted density</title>
		<author>
			<persName><forename type="first">M</forename><surname>Buck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Wiedemann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Discrete Mathematics</title>
		<imprint>
			<biblScope unit="volume">48</biblScope>
			<biblScope unit="issue">2-3</biblScope>
			<biblScope unit="page" from="163" to="171" />
			<date type="published" when="1984">1984</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">On Hamiltonian cycles in the prism over the odd graphs</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">R</forename><surname>Bueno</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Horák</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Graph Theory</title>
		<imprint>
			<biblScope unit="volume">68</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="177" to="188" />
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Combination generation and graylex ordering</title>
		<author>
			<persName><forename type="first">P</forename><surname>Chase</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Congressus Numerantium</title>
		<imprint>
			<biblScope unit="volume">69</biblScope>
			<biblScope unit="page" from="215" to="242" />
			<date type="published" when="1989">1989</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">On Hamiltonicity of vertex-transitive graphs and digraphs of order p 4</title>
		<author>
			<persName><forename type="first">Y</forename><forename type="middle">Q</forename><surname>Chen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series B</title>
		<imprint>
			<biblScope unit="volume">72</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="110" to="121" />
			<date type="published" when="1998">1998</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Kneser graphs are Hamiltonian for n ≥ 3k</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Chen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series B</title>
		<imprint>
			<biblScope unit="volume">80</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="69" to="79" />
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Triangle-free Hamiltonian Kneser graphs</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Chen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series B</title>
		<imprint>
			<biblScope unit="volume">89</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="1" to="16" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Hamiltonian Kneser graphs</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Füredi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Combinatorica</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="147" to="149" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Hamiltonian uniform subset graphs</title>
		<author>
			<persName><forename type="first">B</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Lih</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series B</title>
		<imprint>
			<biblScope unit="volume">42</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="257" to="263" />
			<date type="published" when="1987">1987</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Hamilton cycles in dense vertex-transitive graphs</title>
		<author>
			<persName><forename type="first">D</forename><surname>Christofides</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Hladký</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Máthé</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series B</title>
		<imprint>
			<biblScope unit="volume">109</biblScope>
			<biblScope unit="page" from="34" to="72" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Binomial and Q-binomial coefficient inequalities related to the Hamiltonicity of the Kneser graphs and their Q-analogues</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">E</forename><surname>Clark</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">E H</forename><surname>Ismail</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series A</title>
		<imprint>
			<biblScope unit="volume">76</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="83" to="98" />
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Hamilton circuits in tree graphs</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">L</forename><surname>Cummins</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions in Circuit Theory</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page" from="82" to="90" />
			<date type="published" when="1966">1966</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">A simplified loop-free algorithm for generating permutations</title>
		<author>
			<persName><forename type="first">N</forename><surname>Dershowitz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Nordisk tidskrift for informationsbehandling (BIT)</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="158" to="164" />
			<date type="published" when="1975">1975</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Magical mathematics</title>
		<author>
			<persName><forename type="first">P</forename><surname>Diaconis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Graham</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The mathematical ideas that animate great magic tricks</title>
				<editor>
			<persName><forename type="first">Martin</forename><surname>Gardner</surname></persName>
		</editor>
		<meeting><address><addrLine>Princeton, NJ</addrLine></address></meeting>
		<imprint>
			<publisher>Princeton University Press</publisher>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
	<note>With a foreword</note>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">An explicit 1-factorization in the middle of the Boolean lattice</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">A</forename><surname>Duffus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">A</forename><surname>Kierstead</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">S</forename><surname>Snevily</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series A</title>
		<imprint>
			<biblScope unit="volume">65</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="334" to="342" />
			<date type="published" when="1994">1994</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Lexicographic matchings cannot form Hamiltonian cycles</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">A</forename><surname>Duffus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Sands</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Woodrow</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Order</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="149" to="161" />
			<date type="published" when="1988">1988</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Some Hamilton paths and a minimal change algorithm</title>
		<author>
			<persName><forename type="first">P</forename><surname>Eades</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Hickey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Read</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the ACM</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="19" to="29" />
			<date type="published" when="1984">1984</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">An algorithm for generating subsets of fixed size with a strong minimal change property</title>
		<author>
			<persName><forename type="first">P</forename><surname>Eades</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Mckay</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Processing Letters</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="131" to="133" />
			<date type="published" when="1984">1984</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Loopless algorithms for generating permutations, combinations, and other combinatorial configurations</title>
		<author>
			<persName><forename type="first">G</forename><surname>Ehrlich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the ACM</title>
		<imprint>
			<biblScope unit="volume">20</biblScope>
			<biblScope unit="page" from="500" to="513" />
			<date type="published" when="1973">1973</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">On the Hamiltonicity of two subgraphs of the hypercube</title>
		<author>
			<persName><forename type="first">M</forename><surname>El-Hashash</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hassan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Thirty-second Southeastern International Conference on Combinatorics, Graph Theory and Computing</title>
				<meeting>the Thirty-second Southeastern International Conference on Combinatorics, Graph Theory and Computing<address><addrLine>Baton Rouge, LA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2001">2001. 2001</date>
			<biblScope unit="volume">148</biblScope>
			<biblScope unit="page" from="7" to="32" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Intersection theorems for systems of finite sets</title>
		<author>
			<persName><forename type="first">P</forename><surname>Erdős</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Ko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Rado</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Quarterly Journal of Mathematics</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page" from="313" to="320" />
			<date type="published" when="1961">1961</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Colorings of diagrams of interval orders and α-sequences of sets</title>
		<author>
			<persName><forename type="first">S</forename><surname>Felsner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">T</forename><surname>Trotter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Discrete Mathematics</title>
		<imprint>
			<biblScope unit="volume">144</biblScope>
			<biblScope unit="issue">1-3</biblScope>
			<biblScope unit="page" from="23" to="31" />
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Gray codes and symmetric chains</title>
		<author>
			<persName><forename type="first">P</forename><surname>Gregor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Jäger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mütze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sawada</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Wille</surname></persName>
		</author>
		<ptr target="https://arxiv.org/abs/1802.06021" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 45th International Colloqium on Automata, Languages and Programming (ICALP</title>
				<meeting>the 45th International Colloqium on Automata, Languages and Programming (ICALP</meeting>
		<imprint>
			<date type="published" when="2018">2018. 2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Trimming and gluing Gray codes</title>
		<author>
			<persName><forename type="first">P</forename><surname>Gregor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mütze</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Theoretical Computer Science</title>
		<imprint>
			<biblScope unit="volume">714</biblScope>
			<biblScope unit="page" from="74" to="95" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<title level="m" type="main">A short proof of the middle levels theorem</title>
		<author>
			<persName><forename type="first">P</forename><surname>Gregor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mütze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Nummenpalo</surname></persName>
		</author>
		<ptr target="https://arxiv.org/abs/1710.08249" />
		<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
	<note>To appear in Discrete Analysis</note>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Updating the Hamiltonian problem-a survey</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Gould</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Graph Theory</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="121" to="157" />
			<date type="published" when="1991">1991</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Probabilistic combinatorics and the recent work of Peter Keevash</title>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">T</forename><surname>Gowers</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Bulletin of the American Mathematical Society (N.S.)</title>
		<imprint>
			<biblScope unit="volume">54</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="107" to="116" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">Pulse code communication</title>
		<author>
			<persName><forename type="first">F</forename><surname>Gray</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">U.S. Patent</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page">58</biblScope>
			<date type="published" when="1947">1953. March 17, 1953. filed Nov. 1947</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">A new short proof of Kneser&apos;s conjecture</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">E</forename><surname>Greene</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">American Mathematical Monthly</title>
		<imprint>
			<biblScope unit="volume">109</biblScope>
			<biblScope unit="issue">10</biblScope>
			<biblScope unit="page" from="918" to="920" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">On generalized middle-level problem</title>
		<author>
			<persName><forename type="first">P</forename><surname>Gregor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Škrekovski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Sciences</title>
		<imprint>
			<biblScope unit="volume">180</biblScope>
			<biblScope unit="issue">12</biblScope>
			<biblScope unit="page" from="2448" to="2457" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">Semipaths in directed cubes</title>
		<author>
			<persName><forename type="first">I</forename><surname>Havel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Graphs and other combinatorial topics</title>
		<title level="s">Teubner-Texte Math</title>
		<meeting><address><addrLine>Prague; Leipzig</addrLine></address></meeting>
		<imprint>
			<publisher>Teubner</publisher>
			<date type="published" when="1982">1982. 1983</date>
			<biblScope unit="volume">59</biblScope>
			<biblScope unit="page" from="101" to="108" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<analytic>
		<title level="a" type="main">Hamiltonian cycles in certain graphs</title>
		<author>
			<persName><forename type="first">K</forename><surname>Heinrich</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">D</forename><surname>Wallis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of the Australian Mathematical Society Series A</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="89" to="98" />
			<date type="published" when="1978">1978</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<analytic>
		<title level="a" type="main">Perfect snake-in-the-box codes for rank modulation</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">E</forename><surname>Holroyd</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Information Theory</title>
		<imprint>
			<biblScope unit="volume">63</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="104" to="110" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b40">
	<analytic>
		<title level="a" type="main">Shorthand universal cycles for permutations</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">E</forename><surname>Holroyd</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Ruskey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Williams</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Algorithmica</title>
		<imprint>
			<biblScope unit="volume">64</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="215" to="245" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b41">
	<analytic>
		<title level="a" type="main">On the tree graph of a matroid</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">A</forename><surname>Holzmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Harary</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SIAM Journal on Applied Mathematics</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
			<biblScope unit="page" from="187" to="193" />
			<date type="published" when="1972">1972</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b42">
	<analytic>
		<title level="a" type="main">The prism over the middle-levels graph is Hamiltonian</title>
		<author>
			<persName><forename type="first">P</forename><surname>Horák</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Kaiser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rosenfeld</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Ryjáček</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Order</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="73" to="81" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b43">
	<analytic>
		<title level="a" type="main">The antipodal layers problem</title>
		<author>
			<persName><forename type="first">G</forename><surname>Hurlbert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Discrete Mathematics</title>
		<imprint>
			<biblScope unit="volume">128</biblScope>
			<biblScope unit="issue">1-3</biblScope>
			<biblScope unit="page" from="237" to="245" />
			<date type="published" when="1994">1994</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b44">
	<analytic>
		<title level="a" type="main">Graph of triangulations of a convex polygon and tree of triangulations</title>
		<author>
			<persName><forename type="first">F</forename><surname>Hurtado</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Noy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Geometry</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="179" to="188" />
			<date type="published" when="1999">1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b45">
	<analytic>
		<title level="a" type="main">Generating all k-subsets of {1 • • • n} with minimal changes</title>
		<author>
			<persName><forename type="first">T</forename><surname>Jenkyns</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mccarthy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Ars Combinatoria</title>
		<imprint>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="page" from="153" to="159" />
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b46">
	<analytic>
		<title level="a" type="main">Generation of permutations by adjacent transposition</title>
		<author>
			<persName><forename type="first">S</forename><surname>Johnson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Mathematics of Computation</title>
		<imprint>
			<biblScope unit="volume">17</biblScope>
			<biblScope unit="page" from="282" to="285" />
			<date type="published" when="1963">1963</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b47">
	<analytic>
		<title level="a" type="main">Long cycles in the middle two layers of the discrete cube</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Johnson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series A</title>
		<imprint>
			<biblScope unit="volume">105</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="255" to="271" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b48">
	<analytic>
		<title level="a" type="main">Universal cycles for permutations</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Johnson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Discrete Mathematics</title>
		<imprint>
			<biblScope unit="volume">309</biblScope>
			<biblScope unit="issue">17</biblScope>
			<biblScope unit="page" from="5264" to="5270" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b49">
	<analytic>
		<title level="a" type="main">An inductive construction for Hamilton cycles in Kneser graphs</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Johnson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Electronic Journal of Combinatorics</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">12</biblScope>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b50">
	<analytic>
		<title level="a" type="main">Explicit 2-factorisations of the odd graph</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Johnson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">A</forename><surname>Kierstead</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Order</title>
		<imprint>
			<biblScope unit="volume">21</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="19" to="27" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b51">
	<analytic>
		<title level="a" type="main">Reducibility among combinatorial problems</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">M</forename><surname>Karp</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Complexity of Computer Computations</title>
				<editor>
			<persName><forename type="first">R</forename><forename type="middle">E</forename><surname>Miller</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><forename type="middle">W</forename><surname>Thatcher</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Bohlinger</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1972">1972</date>
			<biblScope unit="page" from="85" to="103" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b52">
	<analytic>
		<title level="a" type="main">Explicit matchings in the middle levels of the Boolean lattice</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">A</forename><surname>Kierstead</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><forename type="middle">T</forename><surname>Trotter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Order</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="163" to="171" />
			<date type="published" when="1988">1988</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b53">
	<analytic>
		<title level="a" type="main">The Art of Computer Programming</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">E</forename><surname>Knuth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Combinatorial Algorithms. Part 1</title>
				<meeting><address><addrLine>Upper Saddle River, NJ</addrLine></address></meeting>
		<imprint>
			<publisher>Addison-Wesley</publisher>
			<date type="published" when="2011">2011</date>
			<biblScope unit="volume">4</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b54">
	<analytic>
		<title level="a" type="main">Hamiltonicity of vertex-transitive graphs of order 4p</title>
		<author>
			<persName><forename type="first">K</forename><surname>Kutnar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Marušič</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">European Journal of Combinatorics</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="423" to="438" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b55">
	<analytic>
		<title level="a" type="main">Hamilton cycles and paths in vertex-transitive graphs-current directions</title>
		<author>
			<persName><forename type="first">K</forename><surname>Kutnar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Marušič</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Discrete Mathematics</title>
		<imprint>
			<biblScope unit="volume">309</biblScope>
			<biblScope unit="issue">17</biblScope>
			<biblScope unit="page" from="5491" to="5500" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b56">
	<analytic>
		<title level="a" type="main">Problem 10892: Spanning cycles in hypercubes</title>
		<author>
			<persName><forename type="first">S</forename><surname>Locke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stong</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">American Mathematical Monthly</title>
		<imprint>
			<biblScope unit="volume">110</biblScope>
			<biblScope unit="page" from="440" to="441" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b57">
	<analytic>
		<title level="a" type="main">Problem 11</title>
		<author>
			<persName><forename type="first">L</forename><surname>Lovász</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Combinatorial Structures and Their Applications</title>
				<meeting><address><addrLine>Calgary, Alberta; New York</addrLine></address></meeting>
		<imprint>
			<publisher>Gordon and Breach</publisher>
			<date type="published" when="1969">1969. 1970</date>
		</imprint>
	</monogr>
	<note>Proc. Calgary Internat. Conf.</note>
</biblStruct>

<biblStruct xml:id="b58">
	<analytic>
		<title level="a" type="main">Kneser&apos;s conjecture, chromatic number, and homotopy</title>
		<author>
			<persName><forename type="first">L</forename><surname>Lovász</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series A</title>
		<imprint>
			<biblScope unit="volume">25</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="319" to="324" />
			<date type="published" when="1978">1978</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b59">
	<analytic>
		<title level="a" type="main">The rotation graph of binary trees is Hamiltonian</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Lucas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Algorithms</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="503" to="535" />
			<date type="published" when="1987">1987</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b60">
	<analytic>
		<title level="a" type="main">On rotations and the generation of binary trees</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Lucas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Roelants Van Baronaigien</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Ruskey</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Algorithms</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="343" to="366" />
			<date type="published" when="1993">1993</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b61">
	<analytic>
		<title level="a" type="main">Vertex transitive graphs and digraphs of order p k</title>
		<author>
			<persName><forename type="first">D</forename><surname>Marušič</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Cycles in graphs</title>
		<title level="s">North-Holland Math. Stud.</title>
		<meeting><address><addrLine>Burnaby, B.C.; Amsterdam</addrLine></address></meeting>
		<imprint>
			<publisher>North-Holland</publisher>
			<date type="published" when="1982">1982. 1985</date>
			<biblScope unit="volume">115</biblScope>
			<biblScope unit="page" from="115" to="128" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b62">
	<analytic>
		<title level="a" type="main">Hamiltonian cycles in vertex symmetric graphs of order 2p 2</title>
		<author>
			<persName><forename type="first">D</forename><surname>Marušič</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Discrete Mathematics</title>
		<imprint>
			<biblScope unit="volume">66</biblScope>
			<biblScope unit="issue">1-2</biblScope>
			<biblScope unit="page" from="169" to="174" />
			<date type="published" when="1987">1987</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b63">
	<analytic>
		<title level="a" type="main">The Rugby footballers of Croam</title>
		<author>
			<persName><forename type="first">M</forename><surname>Mather</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series B</title>
		<imprint>
			<biblScope unit="volume">20</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="62" to="63" />
			<date type="published" when="1976">1976</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b64">
	<analytic>
		<title level="a" type="main">A combinatorial proof of Kneser&apos;s conjecture</title>
		<author>
			<persName><forename type="first">J</forename><surname>Matoušek</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Combinatorica</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="163" to="170" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b65">
	<analytic>
		<title level="a" type="main">The Hamiltonian graphs O 4 to O 7</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">H J</forename><surname>Meredith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">K</forename><surname>Lloyd</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Combinatorics (Proc. Conf. Combinatorial Math., Math. Inst</title>
				<meeting><address><addrLine>Oxford</addrLine></address></meeting>
		<imprint>
			<publisher>Southendon-Sea</publisher>
			<date type="published" when="1972">1972. 1972</date>
			<biblScope unit="page" from="229" to="236" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b66">
	<analytic>
		<title level="a" type="main">The footballers of Croam</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">H J</forename><surname>Meredith</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">K</forename><surname>Lloyd</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series B</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page" from="161" to="166" />
			<date type="published" when="1973">1973</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b67">
	<analytic>
		<title level="a" type="main">Proof of the middle levels conjecture</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mütze</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Proceedings of the London Mathematical Society</title>
		<imprint>
			<biblScope unit="volume">112</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="677" to="713" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b68">
	<analytic>
		<title level="a" type="main">A constant-time algorithm for middle levels Gray codes</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mütze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Nummenpalo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twenty-Eighth Annual ACM-SIAM Symposium on Discrete Algorithms</title>
				<meeting>the Twenty-Eighth Annual ACM-SIAM Symposium on Discrete Algorithms<address><addrLine>Philadelphia, PA</addrLine></address></meeting>
		<imprint>
			<publisher>SIAM</publisher>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="2238" to="2253" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b69">
	<analytic>
		<title level="a" type="main">Efficient computation of middle levels Gray codes</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mütze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Nummenpalo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Algorithms (TALG)</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page">29</biblScope>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b70">
	<analytic>
		<title level="a" type="main">Sparse Kneser graphs are Hamiltonian</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mütze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Nummenpalo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Walczak</surname></persName>
		</author>
		<ptr target="https://arxiv.org/abs/1711.01636" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 50th Annual ACM Symposium on the Theory of Computing (STOC 2018</title>
				<meeting>the 50th Annual ACM Symposium on the Theory of Computing (STOC 2018</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b71">
	<analytic>
		<title level="a" type="main">A minimum-change version of the Chung-Feller theorem for Dyck paths</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mütze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Standke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Wiechert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">European Journal of Combinatorics</title>
		<imprint>
			<biblScope unit="volume">69</biblScope>
			<biblScope unit="page" from="260" to="275" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b72">
	<analytic>
		<title level="a" type="main">Bipartite Kneser graphs are Hamiltonian</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mütze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Su</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Combinatorica</title>
		<imprint>
			<biblScope unit="volume">37</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="1207" to="1219" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b73">
	<analytic>
		<title level="a" type="main">Construction of 2-factors in the middle layer of the discrete cube</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mütze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Weber</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series A</title>
		<imprint>
			<biblScope unit="volume">119</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page" from="1832" to="1855" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b74">
	<monogr>
		<title level="m" type="main">Combinatorial algorithms</title>
		<author>
			<persName><forename type="first">A</forename><surname>Nijenhuis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Wilf</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1975">1975</date>
			<publisher>Academic Press</publisher>
			<pubPlace>New York-London</pubPlace>
		</imprint>
		<respStmt>
			<orgName>Computer Science and Applied Mathematics</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b75">
	<analytic>
		<title level="a" type="main">Hamiltonian paths in Cayley graphs</title>
		<author>
			<persName><forename type="first">I</forename><surname>Pak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Radoičić</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Discrete Mathematics</title>
		<imprint>
			<biblScope unit="volume">309</biblScope>
			<biblScope unit="issue">17</biblScope>
			<biblScope unit="page" from="5501" to="5508" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b76">
	<analytic>
		<title level="a" type="main">Adjacent interchange generation of combinations</title>
		<author>
			<persName><forename type="first">F</forename><surname>Ruskey</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Algorithms</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="162" to="180" />
			<date type="published" when="1988">1988</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b77">
	<analytic>
		<title level="a" type="main">Long cycles in the middle two levels of the Boolean lattice</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Savage</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Ars Combinatoria</title>
		<imprint>
			<biblScope unit="volume">35</biblScope>
			<biblScope unit="page" from="97" to="108" />
			<date type="published" when="1993">1993</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b78">
	<analytic>
		<title level="a" type="main">A survey of combinatorial Gray codes</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Savage</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SIAM Review</title>
		<imprint>
			<biblScope unit="volume">39</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="605" to="629" />
			<date type="published" when="1997">1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b79">
	<analytic>
		<title level="a" type="main">Monotone Gray codes and the middle levels problem</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Savage</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Winkler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory Series A</title>
		<imprint>
			<biblScope unit="volume">70</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="230" to="248" />
			<date type="published" when="1995">1995</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b80">
	<analytic>
		<title level="a" type="main">A Hamilton path for the sigma-tau problem</title>
		<author>
			<persName><forename type="first">J</forename><surname>Sawada</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Williams</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twenty-Ninth Annual ACM-SIAM Symposium on Discrete Algorithms, SODA 2018</title>
				<meeting>the Twenty-Ninth Annual ACM-SIAM Symposium on Discrete Algorithms, SODA 2018<address><addrLine>New Orleans, LA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018">January 7-10, 2018. 2018</date>
			<biblScope unit="page" from="568" to="575" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b81">
	<analytic>
		<title level="a" type="main">Permutation generation methods</title>
		<author>
			<persName><forename type="first">R</forename><surname>Sedgewick</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM Computing Surveys</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="137" to="164" />
			<date type="published" when="1977">1977</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b82">
	<monogr>
		<title level="m" type="main">A middle levels conjecture for multiset permutations with uniformfrequency</title>
		<author>
			<persName><forename type="first">X</forename><forename type="middle">S</forename><surname>Shen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Williams</surname></persName>
		</author>
		<ptr target="http://www.columbia.edu/˜xss2000/multiset.pdf" />
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
	<note type="report_type">Preprint</note>
</biblStruct>

<biblStruct xml:id="b83">
	<analytic>
		<title level="a" type="main">A Hamilton path heuristic with applications to the middle two levels problem</title>
		<author>
			<persName><forename type="first">I</forename><surname>Shields</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Savage</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Thirtieth Southeastern International Conference on Combinatorics, Graph Theory, and Computing</title>
				<meeting>the Thirtieth Southeastern International Conference on Combinatorics, Graph Theory, and Computing<address><addrLine>Boca Raton, Florida</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1999">1999. 1999</date>
			<biblScope unit="volume">140</biblScope>
			<biblScope unit="page" from="161" to="178" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b84">
	<analytic>
		<title level="a" type="main">A note on Hamilton cycles in Kneser graphs</title>
		<author>
			<persName><forename type="first">I</forename><surname>Shields</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Savage</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Bulletin of the Institute of Combinatorics and its Applications</title>
		<imprint>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="page" from="13" to="22" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b85">
	<analytic>
		<title level="a" type="main">An update on the middle levels problem</title>
		<author>
			<persName><forename type="first">I</forename><surname>Shields</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Shields</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">D</forename><surname>Savage</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Discrete Mathematics</title>
		<imprint>
			<biblScope unit="volume">309</biblScope>
			<biblScope unit="issue">17</biblScope>
			<biblScope unit="page" from="5271" to="5277" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b86">
	<monogr>
		<title level="m" type="main">A note on the middle levels conjecture</title>
		<author>
			<persName><forename type="first">M</forename><surname>Shimada</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Amano</surname></persName>
		</author>
		<ptr target="https://arxiv.org/abs/0912.4564" />
		<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b87">
	<analytic>
		<title level="a" type="main">Hamiltonian bipartite graphs</title>
		<author>
			<persName><forename type="first">J</forename><surname>Simpson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twenty-second Southeastern Conference on Combinatorics, Graph Theory, and Computing</title>
				<meeting>the Twenty-second Southeastern Conference on Combinatorics, Graph Theory, and Computing<address><addrLine>Baton Rouge, LA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1991">1991. 1991</date>
			<biblScope unit="volume">85</biblScope>
			<biblScope unit="page" from="97" to="110" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b88">
	<analytic>
		<title level="a" type="main">On uniform subset graphs</title>
		<author>
			<persName><forename type="first">J</forename><surname>Simpson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Ars Combinatoria</title>
		<imprint>
			<biblScope unit="volume">37</biblScope>
			<biblScope unit="page" from="309" to="318" />
			<date type="published" when="1994">1994</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b89">
	<analytic>
		<title level="a" type="main">The coolest way to generate binary strings</title>
		<author>
			<persName><forename type="first">B</forename><surname>Stevens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Williams</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Theory of Computing Systems</title>
		<imprint>
			<biblScope unit="volume">54</biblScope>
			<biblScope unit="issue">4</biblScope>
			<biblScope unit="page" from="551" to="577" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b90">
	<analytic>
		<title level="a" type="main">Distance-2 cyclic chaining of constant-weight codes</title>
		<author>
			<persName><forename type="first">D</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Liu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Computers, C</title>
		<imprint>
			<biblScope unit="volume">22</biblScope>
			<biblScope unit="page" from="176" to="180" />
			<date type="published" when="1973">1973</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b91">
	<analytic>
		<title level="a" type="main">Algorithm 115</title>
		<author>
			<persName><forename type="first">H</forename><surname>Trotter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Perm. Communications of the ACM</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">8</biblScope>
			<biblScope unit="page" from="434" to="435" />
			<date type="published" when="1962">1962</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b92">
	<analytic>
		<title level="a" type="main">Point-symmetric graphs with a prime number of points</title>
		<author>
			<persName><forename type="first">J</forename><surname>Turner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Combinatorial Theory</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page" from="136" to="145" />
			<date type="published" when="1967">1967</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b93">
	<analytic>
		<title level="a" type="main">Combinatorial algorithms: an update</title>
		<author>
			<persName><forename type="first">H</forename><surname>Wilf</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Society for Industrial and Applied Mathematics</title>
		<title level="s">CBMS-NSF Regional Conference Series in Applied Mathematics</title>
		<meeting><address><addrLine>Philadelphia, PA</addrLine></address></meeting>
		<imprint>
			<publisher>SIAM)</publisher>
			<date type="published" when="1989">1989</date>
			<biblScope unit="volume">55</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b94">
	<monogr>
		<title level="m" type="main">Mathematical puzzles: a connoisseur&apos;s collection</title>
		<author>
			<persName><forename type="first">P</forename><surname>Winkler</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004">2004</date>
			<publisher>A K Peters, Ltd</publisher>
			<pubPlace>Natick, MA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b95">
	<monogr>
		<ptr target="http://www.math.tu-berlin.de/~muetze/cos" />
		<title level="m">The Combinatorial Object Server</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b96">
	<analytic>
		<title level="a" type="main">Generalized Kneser coloring theorems with combinatorial proofs</title>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">M</forename><surname>Ziegler</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Inventiones Mathematicae</title>
		<imprint>
			<biblScope unit="volume">147</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="671" to="691" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

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