crosscheck with existing library

This commit is contained in:
philippe lhardy
2025-07-03 13:00:00 +02:00
parent 2694ca7165
commit 48649872f4
4 changed files with 49 additions and 17 deletions

View File

@@ -24,6 +24,7 @@ https://en.wikipedia.org/wiki/Jugement_majoritaire
|------------------|-----------------------------|-------------|
|https://github.com/MieuxVoter/mieuxvoter.fr||18/20|
|https://github.com/CitoyensDeDemain/JugementMajoritaire|Il y a un algo, mais pas de format de donnée, données hardcodées / API et pas de procédure d'install|11/20|
|https://github.com/flaviencathala/jugement-majoritaire-daml|Smart contract|10/20|
|https://github.com/ostix360/JugementMajoritaire|Où est l'algo ?|2/20|
|https://github.com/AlexJade23/JugementMajoritaire|RAS VIDE|1/20|
|
@@ -72,6 +73,8 @@ Très courte ( ./majority_judgment/__init__.py 145 lignes )
(!) ?
/!\ Attention à l'ordre : par défaut le plus grand est le meilleur , il faut utiliser reverse=True pour l'inverser.
## API REST python
https://github.com/MieuxVoter/majority-judgment-api-python
@@ -455,8 +458,18 @@ if ($sum != 0){
}
```
alghorithme harcodé avec les mentions.
algorithme harcodé avec les mentions.
# https://github.com/flaviencathala/jugement-majoritaire-daml
DAML
langage for smart contracts : blockchain donc.
# https://github.com/jeromeschwaederle/Vote_Jugement_Majoritaire
python simple
# OpenClassRooms Jugement Majoritaire
@@ -477,7 +490,7 @@ https://github.com/s-t-e-v/jugement_majoritaire
python
Il y a une fonciton de deparatage.
Il y a une fonction de deparatage.
## mrflofinou Suffrage_jugement_majoritaire
@@ -488,7 +501,6 @@ https://github.com/mrflofinou/Suffrage_jugement_majoritaire
https://github.com/mrflofinou/Suffrage_jugement_majoritaire/blob/master/jugement_majoritaire.py
## https://github.com/E-Bellec/majoritary-judgment
## https://github.com/mstoure/Algorithme_de_jugement_majoritaire
@@ -502,14 +514,3 @@ Il ne semble pas y avoir de code pour l'algorithme, est-ce une tentative sans ac
https://www.linkedin.com/in/lucile-decrozant-triquenaux/ ?
# https://github.com/flaviencathala/jugement-majoritaire-daml
DAML
langage for smart contracts : blockchain donc.
# https://github.com/jeromeschwaederle/Vote_Jugement_Majoritaire
python simple