vault backup: 2025-04-28 18:06:27

This commit is contained in:
Marco Realacci 2025-04-28 18:06:27 +02:00
parent 32594c57e8
commit b36b60296c

View file

@ -109,3 +109,4 @@ Every component can be in three states:
- A (waiting for being habilitated to extraction)
- B (habilitated, with the possibility of being extracted or of habilitating the next component)
- C (extracted, waiting to externally communicate its value and start the process again): $$A_{i}=a_{i}.B_{i} \quad B_{i}=\tau.C_{i}+\bar{a}_{(i \space mod \space n)+1}.A_{i} \quad C_{i}=\bar{p}_{i}.B_{i}$$
In pratica ogni volta o estrae di nuovo "se stesso" oppure "abilita" il componente successivo.