CanoePoloLeagueOrganiser 1.0.0
See the version list below for details.
dotnet add package CanoePoloLeagueOrganiser --version 1.0.0
NuGet\Install-Package CanoePoloLeagueOrganiser -Version 1.0.0
<PackageReference Include="CanoePoloLeagueOrganiser" Version="1.0.0" />
paket add CanoePoloLeagueOrganiser --version 1.0.0
#r "nuget: CanoePoloLeagueOrganiser, 1.0.0"
// Install CanoePoloLeagueOrganiser as a Cake Addin #addin nuget:?package=CanoePoloLeagueOrganiser&version=1.0.0 // Install CanoePoloLeagueOrganiser as a Cake Tool #tool nuget:?package=CanoePoloLeagueOrganiser&version=1.0.0
Given a list of games, the package will optimise the game order, so that teams do not play back to back games if at all possible, and so that teams don't have to wait too long inbetween games. 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)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Newtonsoft.Json (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial Release