-
Just to test that the program works as it should for the Schulze Method, I tested the set of votes in the [Wikipedia example](https://en.wikipedia.org/wiki/Schulze_method#Example).
I discovered som…
-
In the Experimental/Schulze-STV branch, try doing Schulze-STV with `Tests/LargeElectionData/TidemanA19.cvotes`. Alternatively, run the test SchulzePrefilterTest. Either way, the prefilter will elimina…
-
The version of this program in the master branch currently takes a long time because there are too many calls to `Election::getResult()`. It is in line 28 of `EurovisionSchulze.php`.
```$this->filter…
-
One possible idea is to use a leaky buffer.
-
### Context
Actually, the Pairwise object is strongly coupled with its election Object.
Make it hard to create custom pairwise calculations, simulations, filters... Force to mock it via a fake heavy…
-
Contributing to this repository requires the author to request access first (in this same issue). We are new people every week.
While you wait for the approval, maybe you can read the guide about […
-
https://github.com/CondorcetVote/Condorcet-Voting-Open-Source-Ecosystem-Map#javascript--typescript
With the supported methods and short a description.
-
This is a problem with the latest commit in the `experimental` branch.
I believe the cause of improbable ties happening in EurovisionSchulze is in line 107 of [`Schulze_Core.php`](https://github.co…
-
When I try to run your project, I was curious about this error:
```shell
Deprecated: Implicit conversion from float 0.3333333333333333 to int loses precision in /Users/julien/eur/src/Method/Eurovi…
-
This program runs out of memory when the number of votes is too large. Here is the output when using a .cvotes file with millions of votes.
`PHP Fatal error: Allowed memory size of 134217728 bytes e…