Round-robin tournament scheduling where no team plays twice in a row, for n teams games Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Scheduling a Round Robin tournament - 4-way gamesPutnam 2012 B3 - Tournament combinatoricsOptimizing a Dynamic Balanced TournamentTeams in tournament problemfinding number of unique outcomes of round-robin tournament with cycleBiggest number of teams with 16 wins in a tournamentScheduling a Round Robin tournament - 4-way gamesHow to sort set into exclusive pairs?Effectiveness of a single round-robin in determining “best” teamScheduling a TournamentProbability of a round-robin tournament being tied
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
How do I find my Spellcasting Ability for my D&D character?
Was the pager message from Nick Fury to Captain Marvel unnecessary?
Random body shuffle every night—can we still function?
As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?
Is there a canonical “inverse” of Abelianization?
Is there a spell that can create a permanent fire?
Centre cell vertically in tabularx across multiple multiline rows
How can I list files in reverse time order by a command and pass them as arguments to another command?
Should man-made satellites feature an intelligent inverted "cow catcher"?
How to resize main filesystem
Any stored/leased 737s that could substitute for grounded MAXs?
A German immigrant ancestor has a "Registration Affidavit of Alien Enemy" on file. What does that mean exactly?
Magento 2 - Add additional attributes in register
What does 丫 mean? 丫是什么意思?
What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?
Does the universe have a fixed centre of mass?
Are there any irrational/transcendental numbers for which the distribution of decimal digits is not uniform?
Inverse square law not accurate for non-point masses?
Noise in Eigenvalues plot
Why are current probes so expensive?
Pointing to problems without suggesting solutions
Does the main washing effect of soap come from foam?
How can I introduce the names of fantasy creatures to the reader?
Round-robin tournament scheduling where no team plays twice in a row, for n teams games
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Scheduling a Round Robin tournament - 4-way gamesPutnam 2012 B3 - Tournament combinatoricsOptimizing a Dynamic Balanced TournamentTeams in tournament problemfinding number of unique outcomes of round-robin tournament with cycleBiggest number of teams with 16 wins in a tournamentScheduling a Round Robin tournament - 4-way gamesHow to sort set into exclusive pairs?Effectiveness of a single round-robin in determining “best” teamScheduling a TournamentProbability of a round-robin tournament being tied
$begingroup$
Inspired by this question here:, I would conjecture that so long as there are 2n+1 teams involved in a round-robin tournament where each games consists of n-way teams, then a schedule is possible where no team plays back-to-back.
A number of round-robin schedules are given as solutions for 2-way games in the link above, with a couple of methods discussed. For example:
[[A, B], [D, E], [A, C], [B, D], [C, E], [A, D], [B, E], [C, D], [A, E], [B, C]]
solves the n=2-way game with 5 teams in the tournament.
For the n=3-way game I have found a solution with 7 teams, and suggest that a solution could be found for the n=4-way game with 9 teams.
3-way, 7 team solution:
1,4,6 ;
2,0,3 ;
1,4,5 ;
2,6,0 ;
3,4,5 ;
0,1,2 ;
6,3,4 ;
5,1,2 ;
6,4,0 ;
5,1,3 ;
4,0,2 ;
5,3,6 ;
4,0,1 ;
5,2,3 ;
6,0,1 ;
2,3,4 ;
1,5,6 ;
0,3,4 ;
1,6,2 ;
0,3,5 ;
6,2,4 ;
0,5,1 ;
6,2,3 ;
0,4,5 ;
1,2,3 ;
4,5,6 ;
3,0,1 ;
2,5,6 ;
3,1,4 ;
2,5,0 ;
3,6,1 ;
4,2,5 ;
3,6,0 ;
4,1,2 ;
5,6,0
There have been similar discussions previously, here and here but I believe this is the first time this precise question has been asked on stackexchange.
Anyone have an idea how to make any progress on the conjecture that such schedule solutions are possible for 2n+1 teams in n-way game tournaments?
combinatorics permutations combinatorial-designs permutation-cycles
$endgroup$
add a comment |
$begingroup$
Inspired by this question here:, I would conjecture that so long as there are 2n+1 teams involved in a round-robin tournament where each games consists of n-way teams, then a schedule is possible where no team plays back-to-back.
A number of round-robin schedules are given as solutions for 2-way games in the link above, with a couple of methods discussed. For example:
[[A, B], [D, E], [A, C], [B, D], [C, E], [A, D], [B, E], [C, D], [A, E], [B, C]]
solves the n=2-way game with 5 teams in the tournament.
For the n=3-way game I have found a solution with 7 teams, and suggest that a solution could be found for the n=4-way game with 9 teams.
3-way, 7 team solution:
1,4,6 ;
2,0,3 ;
1,4,5 ;
2,6,0 ;
3,4,5 ;
0,1,2 ;
6,3,4 ;
5,1,2 ;
6,4,0 ;
5,1,3 ;
4,0,2 ;
5,3,6 ;
4,0,1 ;
5,2,3 ;
6,0,1 ;
2,3,4 ;
1,5,6 ;
0,3,4 ;
1,6,2 ;
0,3,5 ;
6,2,4 ;
0,5,1 ;
6,2,3 ;
0,4,5 ;
1,2,3 ;
4,5,6 ;
3,0,1 ;
2,5,6 ;
3,1,4 ;
2,5,0 ;
3,6,1 ;
4,2,5 ;
3,6,0 ;
4,1,2 ;
5,6,0
There have been similar discussions previously, here and here but I believe this is the first time this precise question has been asked on stackexchange.
Anyone have an idea how to make any progress on the conjecture that such schedule solutions are possible for 2n+1 teams in n-way game tournaments?
combinatorics permutations combinatorial-designs permutation-cycles
$endgroup$
$begingroup$
One way to write this is that if you take a group $G$ with nodes being the $n$-element subsets of $1,2,dots,2n+1$ and edges between disjoint nodes, can you find a Hamiltonian path in the graph.
$endgroup$
– Thomas Andrews
Apr 2 at 17:19
add a comment |
$begingroup$
Inspired by this question here:, I would conjecture that so long as there are 2n+1 teams involved in a round-robin tournament where each games consists of n-way teams, then a schedule is possible where no team plays back-to-back.
A number of round-robin schedules are given as solutions for 2-way games in the link above, with a couple of methods discussed. For example:
[[A, B], [D, E], [A, C], [B, D], [C, E], [A, D], [B, E], [C, D], [A, E], [B, C]]
solves the n=2-way game with 5 teams in the tournament.
For the n=3-way game I have found a solution with 7 teams, and suggest that a solution could be found for the n=4-way game with 9 teams.
3-way, 7 team solution:
1,4,6 ;
2,0,3 ;
1,4,5 ;
2,6,0 ;
3,4,5 ;
0,1,2 ;
6,3,4 ;
5,1,2 ;
6,4,0 ;
5,1,3 ;
4,0,2 ;
5,3,6 ;
4,0,1 ;
5,2,3 ;
6,0,1 ;
2,3,4 ;
1,5,6 ;
0,3,4 ;
1,6,2 ;
0,3,5 ;
6,2,4 ;
0,5,1 ;
6,2,3 ;
0,4,5 ;
1,2,3 ;
4,5,6 ;
3,0,1 ;
2,5,6 ;
3,1,4 ;
2,5,0 ;
3,6,1 ;
4,2,5 ;
3,6,0 ;
4,1,2 ;
5,6,0
There have been similar discussions previously, here and here but I believe this is the first time this precise question has been asked on stackexchange.
Anyone have an idea how to make any progress on the conjecture that such schedule solutions are possible for 2n+1 teams in n-way game tournaments?
combinatorics permutations combinatorial-designs permutation-cycles
$endgroup$
Inspired by this question here:, I would conjecture that so long as there are 2n+1 teams involved in a round-robin tournament where each games consists of n-way teams, then a schedule is possible where no team plays back-to-back.
A number of round-robin schedules are given as solutions for 2-way games in the link above, with a couple of methods discussed. For example:
[[A, B], [D, E], [A, C], [B, D], [C, E], [A, D], [B, E], [C, D], [A, E], [B, C]]
solves the n=2-way game with 5 teams in the tournament.
For the n=3-way game I have found a solution with 7 teams, and suggest that a solution could be found for the n=4-way game with 9 teams.
3-way, 7 team solution:
1,4,6 ;
2,0,3 ;
1,4,5 ;
2,6,0 ;
3,4,5 ;
0,1,2 ;
6,3,4 ;
5,1,2 ;
6,4,0 ;
5,1,3 ;
4,0,2 ;
5,3,6 ;
4,0,1 ;
5,2,3 ;
6,0,1 ;
2,3,4 ;
1,5,6 ;
0,3,4 ;
1,6,2 ;
0,3,5 ;
6,2,4 ;
0,5,1 ;
6,2,3 ;
0,4,5 ;
1,2,3 ;
4,5,6 ;
3,0,1 ;
2,5,6 ;
3,1,4 ;
2,5,0 ;
3,6,1 ;
4,2,5 ;
3,6,0 ;
4,1,2 ;
5,6,0
There have been similar discussions previously, here and here but I believe this is the first time this precise question has been asked on stackexchange.
Anyone have an idea how to make any progress on the conjecture that such schedule solutions are possible for 2n+1 teams in n-way game tournaments?
combinatorics permutations combinatorial-designs permutation-cycles
combinatorics permutations combinatorial-designs permutation-cycles
asked Apr 2 at 17:14
MStanderMStander
31
31
$begingroup$
One way to write this is that if you take a group $G$ with nodes being the $n$-element subsets of $1,2,dots,2n+1$ and edges between disjoint nodes, can you find a Hamiltonian path in the graph.
$endgroup$
– Thomas Andrews
Apr 2 at 17:19
add a comment |
$begingroup$
One way to write this is that if you take a group $G$ with nodes being the $n$-element subsets of $1,2,dots,2n+1$ and edges between disjoint nodes, can you find a Hamiltonian path in the graph.
$endgroup$
– Thomas Andrews
Apr 2 at 17:19
$begingroup$
One way to write this is that if you take a group $G$ with nodes being the $n$-element subsets of $1,2,dots,2n+1$ and edges between disjoint nodes, can you find a Hamiltonian path in the graph.
$endgroup$
– Thomas Andrews
Apr 2 at 17:19
$begingroup$
One way to write this is that if you take a group $G$ with nodes being the $n$-element subsets of $1,2,dots,2n+1$ and edges between disjoint nodes, can you find a Hamiltonian path in the graph.
$endgroup$
– Thomas Andrews
Apr 2 at 17:19
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
This is equivalent to finding a Hamiltonian path in the Knesser graph $K(2n+1,n)$. This is the graph whose vertices are $n$ element subset of a $2n+1$ element set, where subsets are connected with an edge iff they are disjoint. According to Sparse Knesser Graphs are Hamiltonian, by Torsten Mütze, Jerri Nummenpalo, and Bartosz Walczak, this is possible for all $nge 3$. Since you already verified this for $n=2$, and it is obvious for $n=1$, it it true for all $nge 1$.
$endgroup$
$begingroup$
Thanks Mike - very helpful and answered the question perfectly.
$endgroup$
– MStander
Apr 2 at 19:02
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3172129%2fround-robin-tournament-scheduling-where-no-team-plays-twice-in-a-row-for-n-team%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
This is equivalent to finding a Hamiltonian path in the Knesser graph $K(2n+1,n)$. This is the graph whose vertices are $n$ element subset of a $2n+1$ element set, where subsets are connected with an edge iff they are disjoint. According to Sparse Knesser Graphs are Hamiltonian, by Torsten Mütze, Jerri Nummenpalo, and Bartosz Walczak, this is possible for all $nge 3$. Since you already verified this for $n=2$, and it is obvious for $n=1$, it it true for all $nge 1$.
$endgroup$
$begingroup$
Thanks Mike - very helpful and answered the question perfectly.
$endgroup$
– MStander
Apr 2 at 19:02
add a comment |
$begingroup$
This is equivalent to finding a Hamiltonian path in the Knesser graph $K(2n+1,n)$. This is the graph whose vertices are $n$ element subset of a $2n+1$ element set, where subsets are connected with an edge iff they are disjoint. According to Sparse Knesser Graphs are Hamiltonian, by Torsten Mütze, Jerri Nummenpalo, and Bartosz Walczak, this is possible for all $nge 3$. Since you already verified this for $n=2$, and it is obvious for $n=1$, it it true for all $nge 1$.
$endgroup$
$begingroup$
Thanks Mike - very helpful and answered the question perfectly.
$endgroup$
– MStander
Apr 2 at 19:02
add a comment |
$begingroup$
This is equivalent to finding a Hamiltonian path in the Knesser graph $K(2n+1,n)$. This is the graph whose vertices are $n$ element subset of a $2n+1$ element set, where subsets are connected with an edge iff they are disjoint. According to Sparse Knesser Graphs are Hamiltonian, by Torsten Mütze, Jerri Nummenpalo, and Bartosz Walczak, this is possible for all $nge 3$. Since you already verified this for $n=2$, and it is obvious for $n=1$, it it true for all $nge 1$.
$endgroup$
This is equivalent to finding a Hamiltonian path in the Knesser graph $K(2n+1,n)$. This is the graph whose vertices are $n$ element subset of a $2n+1$ element set, where subsets are connected with an edge iff they are disjoint. According to Sparse Knesser Graphs are Hamiltonian, by Torsten Mütze, Jerri Nummenpalo, and Bartosz Walczak, this is possible for all $nge 3$. Since you already verified this for $n=2$, and it is obvious for $n=1$, it it true for all $nge 1$.
answered Apr 2 at 18:18
Mike EarnestMike Earnest
28.3k22152
28.3k22152
$begingroup$
Thanks Mike - very helpful and answered the question perfectly.
$endgroup$
– MStander
Apr 2 at 19:02
add a comment |
$begingroup$
Thanks Mike - very helpful and answered the question perfectly.
$endgroup$
– MStander
Apr 2 at 19:02
$begingroup$
Thanks Mike - very helpful and answered the question perfectly.
$endgroup$
– MStander
Apr 2 at 19:02
$begingroup$
Thanks Mike - very helpful and answered the question perfectly.
$endgroup$
– MStander
Apr 2 at 19:02
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3172129%2fround-robin-tournament-scheduling-where-no-team-plays-twice-in-a-row-for-n-team%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
One way to write this is that if you take a group $G$ with nodes being the $n$-element subsets of $1,2,dots,2n+1$ and edges between disjoint nodes, can you find a Hamiltonian path in the graph.
$endgroup$
– Thomas Andrews
Apr 2 at 17:19