-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
non-beaten candidates are winners #246
Comments
grab |
Hi @emddom , as far as I see, this task has been assigned to you 8 days ago. Are you currently working on it? I started to work on the calculate winners operation, and it would make the testing a bit simpler when it would be done. |
Yes, please go ahead with it.
Regards,
endre
…On Thu, Apr 4, 2019, 07:55 szirbucz ***@***.***> wrote:
Hi @emddom <https://github.com/emddom> , as far as I see, this task has
been assigned to you 8 days ago. Are you currently working on it? I started
to work on the calculate winners operation, and it would make the testing a
bit simpler when it would be done.
If you changed your mind and don't want to implement it, I would do it
willingly.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#246 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABKCNsYQDMDZ6wJDyei06aY1LHLP-8oJks5vdZPggaJpZM4b3R9i>
.
|
Behaviour: Schulze method/calculate winners;all non-beaten candidates are winners
@tested_feature("Schulze method")
@tested_operation("calculate winners")
@tested_behaviour("all non-beaten candidates are winners")
i is a winner if for each j m[i,j] beats m[j,i]
Deviation in model
The text was updated successfully, but these errors were encountered: