Installation
composer require julien-boudry/condorcet
# https://packagist.org/packages/julien-boudry/condorcet
use CondorcetPHP\Condorcet\Election ;
require_once 'Condorcet/__CondorcetAutoload.php' ;
$election = new Election () ;
Condorcet library is compliant with PSR-4 autoloader.