Update ARE-DYNAMIC.py
This commit is contained in:
parent
9f541f5271
commit
b53f7ae209
|
@ -132,6 +132,21 @@ def simulation():
|
|||
#####################################
|
||||
### Fonction génératrices de matrices
|
||||
|
||||
def matrice_init_meme_strat(strat):
|
||||
pass
|
||||
|
||||
def matrice_init_nie_sauf_un(strat):
|
||||
pass
|
||||
|
||||
def matrice_init_avoue_sauf_un(strat):
|
||||
pass
|
||||
|
||||
def matrice_init_equitable():
|
||||
pass
|
||||
|
||||
def matrice_init_pourcents_choisis(list_pourcent):
|
||||
pass
|
||||
|
||||
def init_liste_gen_grilles():
|
||||
"""
|
||||
NoneType -> NoneType
|
||||
|
|
Loading…
Reference in New Issue