derivation graph corretti
This commit is contained in:
parent
d8099c689b
commit
02017d7db7
5 changed files with 13 additions and 5 deletions
|
@ -946,16 +946,16 @@ Entrambi hanno le seguenti azioni:
|
|||
Si applica l'algoritmo del partizionamento per verificare
|
||||
l'equivalenza tramite bisimulazione.
|
||||
Questo lo stato iniziale
|
||||
| {S0, R0}, {S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S13, S14
|
||||
| {S0, R0}, {S1, S2, S3, S4, S5, S6, S7, S8, S9, S10, S11, S12, S14, S13
|
||||
| R1, R2, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
|
||||
| R16, R17, R18, R19, R20, R21, R22, R23, R24}
|
||||
Applico lo split considerando l'azione /criticalₚ/
|
||||
| {S0, R0}, {S4, S5, R4, R14, R18, R19, R24}
|
||||
| {S1, S2, S3, S6, S7, S8, S9, S10, S11, S12, S13, R1, R2, R3, R5, R6,
|
||||
| {S1, S2, S3, S6, S7, S8, S9, S10, S11, S12, S14, R1, R2, R3, R5, R6,
|
||||
| R7, R8, R9, R10, R11, R12, R13, R15, R16, R17, R20, R21, R22, R23}
|
||||
Applico lo split considerando l'azione /critical_{q}/
|
||||
| {S0, R0}, {S4, S5, R4, R14, R19, R24}, {R18}, {S11, S14, R9, R11, R16, R22}
|
||||
| {S1, S2, S3, S6, S7, S8, S9, S10, S12, S13, R1, R2, R3, R5, R6,
|
||||
| {S0, R0}, {S4, S5, R4, R14, R19, R24}, {R18}, {S11, S13, R9, R11, R16, R22}
|
||||
| {S1, S2, S3, S6, S7, S8, S9, S10, S12, S14, R1, R2, R3, R5, R6,
|
||||
| R7, R8, R10, R12, R13, R15, R17, R20, R21, R23}
|
||||
Notiamo che R18 compare come unico elemento di un insieme. Benche`
|
||||
l'algoritmo non sia terminato, questo ci basta per concludere che non
|
||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 217 KiB |
Binary file not shown.
Before Width: | Height: | Size: 804 KiB After Width: | Height: | Size: 804 KiB |
10
todo.org
10
todo.org
|
@ -23,7 +23,15 @@
|
|||
- [X] sulle slide, quando si chiede come deve decidere il master
|
||||
- [X] Sistema screenshots di GSPN non tagliati
|
||||
- [X] rete E, F -> Controlla sia finito
|
||||
- [-] Analisi [18/22]
|
||||
- [-] Analisi [19/25]
|
||||
- [ ] Riduzione???
|
||||
- [ ] Inverti S14 e S13
|
||||
- [X] Derivation graph errori [5/5]
|
||||
- [X] Derivation graph 3.6: aggiungi label local_q R0
|
||||
- [X] Derivation graph 3.6: aggiungi label tau R5
|
||||
- [X] Derivation graph 3.6: aggiungi label critical_q R16
|
||||
- [X] Derivation graph 3.6: aggiungi label local_q R20
|
||||
- [X] Derivation graph 3.2: aggiungi label S14
|
||||
- [X] Spiega perche` non hai usato process
|
||||
- [X] Riguardo RGGMED4, non posso scrivere ltl equiparabile a ctl?
|
||||
- [X] Specifica all'inizio che usi condizione piu` bassa per deadlock
|
||||
|
|
Loading…
Reference in a new issue