Download the PHP package oceanbigone/majorityjudgment without Composer
On this page you can find all versions of the php package oceanbigone/majorityjudgment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download oceanbigone/majorityjudgment
More information about oceanbigone/majorityjudgment
Files in oceanbigone/majorityjudgment
Download oceanbigone/majorityjudgment
More information about oceanbigone/majorityjudgment
Files in oceanbigone/majorityjudgment
Vendor oceanbigone
Package majorityjudgment
Short Description Sort candidates according to majority judgment
License MIT
Homepage https://github.com/oceanBigOne/MajorityJudgment
Package majorityjudgment
Short Description Sort candidates according to majority judgment
License MIT
Homepage https://github.com/oceanBigOne/MajorityJudgment
Please rate this library. Is it a good library?
Informations about the package majorityjudgment
Majority judgment PHP
Simple class PHP of majority judgment. See more details on Wikipedia.
How to install ?
How to use ?
See how to use with demo/index.php
.
You can see result here : demo page
Versions
2.1.8
- Fix bug : force the sorting key to be used as a string
2.1.7
- Fix bug when perfect exaequo (add an arbitrary loop index at the end of the sorting key)
2.1.6
- Add
demo/fixture02-bug.php
to test a bug
2.1.5
- Fix bug when perfect exaequo
2.1.4
- Update this file (remove beta warning)
2.1.3
- Majority mention strictly superior 50%
- add a fixture
2.1.2
- remove var_dump
2.1.1
- Check ex-eaquo with the full key (not only current path)
2.1.0
- New algorithm (no more ex-aequo)
2.0.4
- Fix : bug when process worse percent than majority percent
2.0.3
- Remove key in result array
2.0.2
- fix : format key
2.0.1
- Add some help in Readme
2.0.0
- Return objects instead of associative array
warning : This version is not compatible with older version
1.2.8
- License
1.2.7
- Finalize the algorithm and add an explanation
1.2.6
- fix results error
1.2.5
- fix precision round value for generate sorting key (in result array)
1.2.4
- fix result error
1.2.3
- sign error in ex-aequo results
1.2.2
- sign error in ex-aequo results
1.2.1
- update Readme
1.2.0
- function getMeritProfile is now private
- clean comment in code
- add some documentation
1.1.0
- function getMeritProfile is now public
- function getAsMeritArray is now proceedElection
1.0.3
- fix composer.json
1.0.2
- add install information on Readme
1.0.1
- corrections for packagist
1.0.0
- Initial commit
All versions of majorityjudgment with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
The package oceanbigone/majorityjudgment contains the following files
Loading the files please wait ....