bridge_game library

Functions

calculateCP(int numOfParticipants, TournamentType type, {String formula = '(participants - place + 1) * typeFactor + max(0, 5 - (place - 1) * 2)'}) List<int>
calculatePKL(int numOfParticipants, int nofPlayers, TournamentRank rank, double sumaWK, TournamentType type, int nofBoards) List<int>
calculateValue(int participants, int typeFactor, int place, String formula) int
formulaValidator(String formula) bool