pivot-libre / tideman

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

Create Margins File #28

Open carlschroedl opened 7 years ago

carlschroedl commented 7 years ago

For non-trivial tests, we would like to write pairwise differences between Candidates (aka Margins) in their own file.

There's some prior "art" on this matter... An example tabular format: https://github.com/carlschroedl/py_tideman/blob/master/tideman_expected.txt The associated parser: https://github.com/carlschroedl/py_tideman/blob/master/text_to_tuple_dict.py