1 | <?php |
||
18 | class Copeland extends PairwiseStatsBased_Core |
||
19 | { |
||
20 | // Method Name |
||
21 | public const METHOD_NAME = ['Copeland']; |
||
22 | |||
23 | protected $_countType = 'balance'; |
||
24 | |||
25 | |||
26 | /////////// COMPUTE /////////// |
||
27 | |||
28 | //:: COPELAND ALGORITHM. ::// |
||
29 | |||
30 | 7 | protected function looking (array $challenge) : int |
|
34 | } |
||
35 |