mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
0ae8a455c3
Algorithm::Pair::Best2 is a re-write of Algorithm::Pair::Best. The interface is simplified and the implementation is significantly streamlined. After creating an Algorithm::Pair::Best2 object (with->new), add items to the list of items (i.e: players) to be paired. The final list must contain an even number of items or picking the pairs will throw an exception. Algorithm::Pair::Best2->pick explores all combinations of items and returns the pairing list with the best (lowest) score. WWW: http://search.cpan.org/dist/Algorithm-Pair-Best2/ Feature safe: yes
8 lines
347 B
Plaintext
8 lines
347 B
Plaintext
%%SITE_PERL%%/Algorithm/Pair/Best2.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best2/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best2
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
|
@dirrmtry %%SITE_PERL%%/Algorithm/Pair
|
|
@dirrmtry %%SITE_PERL%%/Algorithm
|