Algorithm-Pair-Best2 - 'best score' pairing algorithm
====================
This is a re-write of Algorithm::Pair::Best. The interface is
simplified and the implementation is significantly streamlined.
Algorithm::Pair::Best2 provides a 'best score' pairing algorithm (for
go tournaments, for example). Every possible pair gets a 'score' (or
perhaps 'penalty' is a better way to think about it) via a user
defined subroutine, and Algorithm::Pair::Best tries all possible
combinations of pairs to return the pairings with the best total score
(lowest penalty).
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
COPYRIGHT AND LICENCE
Copyright (C) 2011 by Reid Augustin
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.3 or,
at your option, any later version of Perl 5 you may have available.