Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 812 Bytes

public Election--setImplicitRanking.md

File metadata and controls

29 lines (16 loc) · 812 Bytes

public Election::setImplicitRanking

Read it at the source

Description

public Election->setImplicitRanking ( [bool $rule = true] ): bool

Set the setting and reset all result data. If it is True then all votes expressing a partial ranking are understood as implicitly placing all the non-mentioned candidates exequos on a last rank. If it is false, then the candidates not ranked, are not taken into account at all.

rule: bool

New rule.

Return value:

(bool) Return True


Related method(s)