LICENSE
README.md
pyproject.toml
src/mcda_promethee.egg-info/PKG-INFO
src/mcda_promethee.egg-info/SOURCES.txt
src/mcda_promethee.egg-info/dependency_links.txt
src/mcda_promethee.egg-info/requires.txt
src/mcda_promethee.egg-info/top_level.txt
src/promethee/__init__.py
src/promethee/py.typed
src/promethee/algorithms/__init__.py
src/promethee/algorithms/base.py
src/promethee/algorithms/promethee1.py
src/promethee/algorithms/promethee2.py
src/promethee/algorithms/promethee_gamma.py
src/promethee/core/__init__.py
src/promethee/core/flows.py
src/promethee/core/gamma_indicators.py
src/promethee/core/monocriterion_net_flows.py
src/promethee/core/pairwise_preference.py
src/promethee/core/quality_indicators.py
src/promethee/core/validation.py
src/promethee/interfaces/__init__.py
src/promethee/interfaces/valued_preference_scoring_model.py
src/promethee/preferences/__init__.py
src/promethee/preferences/parameters.py
src/promethee/preferences/preference_functions.py
src/promethee/utils/__init__.py
src/promethee/utils/typing.py
tests/test_core.py
tests/test_data_loading.py
tests/test_parameters.py
tests/test_preference_functions.py
tests/test_promethee2.py
tests/test_promethee_gamma.py
tests/test_quality_indicators.py