Info
Version: | 2.0.0 |
Author(s): | Cedd Burge |
Last Update: | Friday, April 9, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ceddlyburge/canoe-polo-league-organiser-backend/ |
NuGet Url: | https://www.nuget.org/packages/CanoePoloLeagueOrganiser |
Install
Install-Package CanoePoloLeagueOrganiser
dotnet add package CanoePoloLeagueOrganiser
paket add CanoePoloLeagueOrganiser
CanoePoloLeagueOrganiser Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 9.0.1)
It does this by optimising for the following ordered rules:
1. The maximum consecutive games a team plays should be minimised (eg one team playing 3 times in a row is less desirable than two teams playing twice in a row). 2. The total number of times teams play consecutive games should be minimised (eg the total number of times any team plays back to back games should be minimised).
3.The amount of games that teams don't play between their first and last games should be minimised (eg teams shouldn't play the first game and then have to wait until the last game).