Skip to content

Controlling the size of groups in a round robin stage #187

@Qanpi

Description

@Qanpi

Hey!

This is a little urgent, since I'm in the middle of running a tournament and have just stumbled into this issue.

I'm trying to divide 14 participants into 4 groups for a round robin stage, like so: 4x4x3x3. However, no matter the seed ordering, I always end up with the following configuration instead: 4x4x4x2. As far as I know, the library does not expose any control over individual group sizes beyond that.

I wouldn't mind writing the code myself, but I'm wondering how feasible that patch would be. From what I gathered, this can't be fixed by adding a custom seed ordering, so I would have to change the group creation mechanism. Would that break something in the process, or is this a theoretical possibility?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions