Create an Election
Make a new Election
use CondorcetPHP\Condorcet\Election;
$myElection = new Election ();
Get library version / Get object version
The distinction may be useful in before storing serialized version.
Condorcet::getVersion()
Election->getObjectVersion()
Condorcet::getVersion(); // Return the Class engine version
$election->getObjectVersion(); // Return the Class engine version who build this object