pivot-libre / tideman

Implementation of the Tideman ranked pairs algorithm
Apache License 2.0
9 stars 3 forks source link

Tally Margins #7

Closed carlschroedl closed 7 years ago

carlschroedl commented 7 years ago

Given the domain classes created in #6, calculate the margin matrix. Write tests. See https://github.com/carlschroedl/tideman for example data.

andrewshell commented 7 years ago

Is this resolved by #23 (merged as #35)?

carlschroedl commented 7 years ago

Thanks for checking! While the simpler l methods are pretty thoroughly tested, I only tested the most trivial of cases on the top-level tallying method. I would like to add a few non-trivial cases before we close it.