tournament scheduler:在某些约束下用于生成锦标赛时间表的命令行工具 源码
在每个团队必须在某些字段(默认为所有字段)上玩相同数量的游戏的约束下,用于为指定数量的团队和字段生成最佳锦标赛时间表的CSV导出的工具。 可用作命令行工具或常规Python模块。 安装 通过PyPI $ pip install tournament-scheduler 手动地 $ git clone https://github.com/url && cd tournament-scheduler $ pip install . 用法 从linux命令行 指定团队名称 $ scheduler --nfield 6 Paris Bordeaux Lille Lyon Marseille Nantes Toulouse 或指定团队数 $ scheduler --nteams 7 --nfield 6 从Python内部 import scheduler import numpy as n
下载地址
用户评论