1
0
This commit is contained in:
2022-09-25 13:50:22 +02:00
parent 39b2248389
commit 37b0c9b4aa
2 changed files with 11 additions and 3 deletions

View File

@ -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++)