.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
corankco_notebook.ipynb
make.bat
requirements.txt
setup.py
.github/workflows/python-package.yml
.idea/.gitignore
.idea/corankco.iml
.idea/misc.xml
.idea/modules.xml
.idea/other.xml
.idea/vcs.xml
.idea/webResources.xml
.idea/dictionaries/pierre.xml
.idea/inspectionProfiles/profiles_settings.xml
corankco/__init__.py
corankco/consensus.py
corankco/dataset.py
corankco/element.py
corankco/kemeny_score_computation.py
corankco/ranking.py
corankco/scoringscheme.py
corankco/utils.py
corankco.egg-info/PKG-INFO
corankco.egg-info/SOURCES.txt
corankco.egg-info/dependency_links.txt
corankco.egg-info/not-zip-safe
corankco.egg-info/requires.txt
corankco.egg-info/top_level.txt
corankco/algorithms/__init__.py
corankco/algorithms/algorithm_choice.py
corankco/algorithms/pairwisebasedalgorithm.py
corankco/algorithms/rank_aggregation_algorithm.py
corankco/algorithms/bioconsert/__init__.py
corankco/algorithms/bioconsert/bioco.py
corankco/algorithms/bioconsert/bioconsert.py
corankco/algorithms/borda/__init__.py
corankco/algorithms/borda/borda.py
corankco/algorithms/copeland/__init__.py
corankco/algorithms/copeland/copeland.py
corankco/algorithms/exact/__init__.py
corankco/algorithms/exact/exactalgorithm.py
corankco/algorithms/exact/exactalgorithmbase.py
corankco/algorithms/exact/exactalgorithmcplex.py
corankco/algorithms/exact/exactalgorithmcplexforpaperoptim1.py
corankco/algorithms/exact/exactalgorithmpulp.py
corankco/algorithms/kwiksort/__init__.py
corankco/algorithms/kwiksort/kwiksortabs.py
corankco/algorithms/kwiksort/kwiksortrandom.py
corankco/algorithms/parcons/__init__.py
corankco/algorithms/parcons/parcons.py
corankco/algorithms/pickaperm/__init__.py
corankco/algorithms/pickaperm/pickaperm.py
corankco/partitioning/__init__.py
corankco/partitioning/ordered_partition.py
docs/Makefile
docs/make.bat
docs/build/html/consensus.html
docs/build/html/dataset.html
docs/build/html/element.html
docs/build/html/genindex.html
docs/build/html/index.html
docs/build/html/py-modindex.html
docs/build/html/ranking.html
docs/build/html/scoring_scheme.html
docs/build/html/search.html
docs/source/conf.py
docs/source/consensus.rst
docs/source/corankco.algorithms.bioconsert.rst
docs/source/corankco.algorithms.borda.rst
docs/source/corankco.algorithms.copeland.rst
docs/source/corankco.algorithms.exact.rst
docs/source/corankco.algorithms.kwiksort.rst
docs/source/corankco.algorithms.parcons.rst
docs/source/corankco.algorithms.pickaperm.rst
docs/source/corankco.algorithms.rst
docs/source/corankco.partitioning.rst
docs/source/corankco.rst
docs/source/dataset.rst
docs/source/element.rst
docs/source/index.rst
docs/source/modules.rst
docs/source/ranking.rst
docs/source/scoring_scheme.rst
tests/exemple.py
tests/test_BioCo.py
tests/test_BioConsert.py
tests/test_Borda.py
tests/test_Copeland.py
tests/test_Element.py
tests/test_Ranking.py
tests/test_ScoringScheme.py
tests/test_dataset.py
tests/test_exact_algorithms.py
tests/test_kemenycomputation.py
tests/test_median_ranking_algorithms.py
tests/dataset_examples/dataset_example
tests/dataset_examples/dataset_example_2
tests/dataset_examples/dataset_example_3