debug
This commit is contained in:
@ -75,7 +75,15 @@ class schulze
|
||||
return $w;
|
||||
}
|
||||
|
||||
function result($v)
|
||||
function paires($w)
|
||||
{
|
||||
foreach($w as $votes)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
function result($d)
|
||||
{
|
||||
$ncandidats = $this->ncandidats;
|
||||
for ($i=1;$i<=$ncandidats;$i++)
|
||||
|
Reference in New Issue
Block a user