summaryrefslogtreecommitdiff
path: root/lib/seeding/README.md
diff options
context:
space:
mode:
authorAndrewMurrell <amurrel@purdue.edu>2014-04-27 18:25:04 -0400
committerAndrewMurrell <amurrel@purdue.edu>2014-04-27 18:25:04 -0400
commitc16c1b2928d0156fc00617a6abd81f4714045e5e (patch)
tree963a38a2b638f0d6ccf4cb0efe6a6e86e5728b60 /lib/seeding/README.md
parentbd1699969017c8c8f056808ba33e906426962754 (diff)
Updated Seeing and Round Robin scheduling.
Diffstat (limited to 'lib/seeding/README.md')
-rw-r--r--lib/seeding/README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/seeding/README.md b/lib/seeding/README.md
index 67fc19b..596adea 100644
--- a/lib/seeding/README.md
+++ b/lib/seeding/README.md
@@ -1,4 +1,5 @@
Files in this directory should implement the following interface:
-- seed_matches(tournament)
- take the matches of a tournament and the players in a tournament, assign players to teams, and teams to matches (all must exist) \ No newline at end of file
+- `seed(tournament_stage)`
+ take a tournament stage, assign players to teams and teams to
+ matches (matches must exist) \ No newline at end of file