@@ -15,7 +15,6 @@ |
||
15 | 15 | use Condorcet\Result; |
16 | 16 | use Condorcet\CondorcetUtil; |
17 | 17 | use Condorcet\Vote; |
18 | -use Condorcet\Algo\Pairwise; |
|
19 | 18 | use Condorcet\DataManager\VotesManager; |
20 | 19 | use Condorcet\DataManager\DataHandlerDrivers\DataHandlerDriverInterface; |
21 | 20 | use Condorcet\ElectionProcess\CandidatesManager; |
@@ -211,6 +211,9 @@ |
||
211 | 211 | |
212 | 212 | //:: GET RAW DATA ::// |
213 | 213 | |
214 | + /** |
|
215 | + * @return Pairwise |
|
216 | + */ |
|
214 | 217 | public function getPairwise (bool $explicit = true) |
215 | 218 | { |
216 | 219 | $this->prepareResult(); |