labeling on derivation graph
This commit is contained in:
parent
46c52642b9
commit
31dba96560
5 changed files with 8 additions and 1 deletions
|
@ -937,3 +937,10 @@ NuSMV non possiamo rispettare il requisito di fairness.
|
||||||
| Mutua Esclusione | true | true |
|
| Mutua Esclusione | true | true |
|
||||||
| Assenza di deadlock | true | false |
|
| Assenza di deadlock | true | false |
|
||||||
| No Starvation | true | false |
|
| No Starvation | true | false |
|
||||||
|
|
||||||
|
* Confronto 3.2 e 3.6
|
||||||
|
Precedentemente abbiamo modellato usando l'algebra dei processi
|
||||||
|
l'algoritmo 3.2 e l'algoritmo 3.6.
|
||||||
|
Entrambi hanno le seguenti azioni:
|
||||||
|
| S = {localₚ, criticalₚ, local_{q}, critical_{q}} ∪ {τ}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 138 KiB After Width: | Height: | Size: 216 KiB |
Binary file not shown.
Before Width: | Height: | Size: 391 KiB After Width: | Height: | Size: 804 KiB |
|
@ -4,7 +4,7 @@ from sys import argv
|
||||||
|
|
||||||
allsymbols = json.load(open('/home/user/UNITO/anno3/vpc/consegne/conv/unicode-latex.json'))
|
allsymbols = json.load(open('/home/user/UNITO/anno3/vpc/consegne/conv/unicode-latex.json'))
|
||||||
|
|
||||||
mysymbols = ['≡', '≠', '≼', '→', '←', '⊀', '⋠', '≺', '∀', 'ε', '₀', '₂', '₁', '₃', '₄', '₅', 'ₐ', 'ₖ', 'ᵥ', 'ₘ', 'ₙ', 'ᵢ', 'ⁱ', '⋮', 'ₛ', 'ₜ', '≃', '⇔', '∧', '∅', 'ℕ', 'ⱼ', 'ʲ', '⊥', 'π', 'α', 'β', '∞', 'σ', '≤', '⊈', '∧', '∨', '∃', '⇒', '∩', '∉', '⋃', 'ᵏ', 'ₗ', 'ˡ', 'ₒ', 'ᵣ', 'ᴵ', '≈', '⊆', '↦', '∪', '⊂', '℘', 'ᶜ', '⁺', 'ⁿ', 'Σ', '⁻', '∑', 'ₚ' ]
|
mysymbols = ['≡', '≠', '≼', '→', '←', '⊀', '⋠', '≺', '∀', 'ε', '₀', '₂', '₁', '₃', '₄', '₅', 'ₐ', 'ₖ', 'ᵥ', 'ₘ', 'ₙ', 'ᵢ', 'ⁱ', '⋮', 'ₛ', 'ₜ', '≃', '⇔', '∧', '∅', 'ℕ', 'ⱼ', 'ʲ', '⊥', 'π', 'α', 'β', '∞', 'σ', '≤', '⊈', '∧', '∨', '∃', '⇒', '∩', '∉', '⋃', 'ᵏ', 'ₗ', 'ˡ', 'ₒ', 'ᵣ', 'ᴵ', '≈', '⊆', '↦', '∪', '⊂', '℘', 'ᶜ', '⁺', 'ⁿ', 'Σ', '⁻', '∑', 'ₚ', 'τ' ]
|
||||||
extrasymbols = {'∈': '\in',
|
extrasymbols = {'∈': '\in',
|
||||||
'〚': '\llbracket',
|
'〚': '\llbracket',
|
||||||
'〛': r'\rrbracket',
|
'〛': r'\rrbracket',
|
||||||
|
|
Loading…
Reference in a new issue