vault backup: 2025-03-18 15:30:04

This commit is contained in:
Marco Realacci 2025-03-18 15:30:04 +01:00
parent 243dac16ca
commit d3b9c563dc
5 changed files with 26 additions and 15 deletions

View file

@ -5,6 +5,5 @@
"mathlive-in-editor-mode",
"smart-second-brain",
"local-gpt",
"obsidian-latex-suite",
"companion"
]

View file

@ -6,7 +6,6 @@
{
"id": "4c1f5b7a6abb1339",
"type": "tabs",
"dimension": 44.41260744985673,
"children": [
{
"id": "51157f32453cba69",
@ -25,17 +24,20 @@
]
},
{
"id": "e12a3c14771a10e5",
"id": "4ae2dccd2d32173d",
"type": "tabs",
"dimension": 55.58739255014327,
"children": [
{
"id": "f04931d588bd12d2",
"id": "88f2e3a5b973712d",
"type": "leaf",
"state": {
"type": "pdf",
"state": {
"file": "Concurrent Systems/slides/class 6.pdf"
"file": "Concurrent Systems/slides/class 6.pdf",
"page": 5,
"left": -19,
"top": 573,
"zoom": 0.7998812351543944
},
"icon": "lucide-file-text",
"title": "class 6"
@ -94,12 +96,12 @@
"title": "Segnalibri"
}
}
],
"currentTab": 1
]
}
],
"direction": "horizontal",
"width": 307.5
"width": 307.5,
"collapsed": true
},
"right": {
"id": "bc4b945ded1926e3",
@ -204,15 +206,21 @@
"canvas:Create new canvas": false,
"daily-notes:Open today's daily note": false,
"templates:Insert template": false,
"command-palette:Open command palette": false
"command-palette:Open command palette": false,
"obsidian-ocr:Search OCR": false,
"pdf-plus:PDF++: Toggle auto-copy": false,
"pdf-plus:PDF++: Toggle auto-focus": false,
"pdf-plus:PDF++: Toggle auto-paste": false,
"obsidian-git:Open Git source control": false,
"companion:Toggle completion": false
}
},
"active": "51157f32453cba69",
"active": "88f2e3a5b973712d",
"lastOpenFiles": [
"Concurrent Systems/slides/class 6.pdf",
"Concurrent Systems/notes/6 - Atomicity.md",
"Pasted image 20250318090909.png",
"Pasted image 20250318090733.png",
"Concurrent Systems/slides/class 6.pdf",
"Concurrent Systems/notes/images/Pasted image 20250318090733.png",
"Concurrent Systems/notes/images/Pasted image 20250318090909.png",
"Concurrent Systems/slides/class 5.pdf",
"Concurrent Systems/notes/5 - Software Transactional Memory.md",
"Concurrent Systems/notes/4c - Dining Philosophers.md",

View file

@ -35,8 +35,12 @@ For all X, let $\hat{S}_{X}$ be a linearization of $\hat{H}_{X}$
Let $\to$ denote $\to_{H} \cup \bigcup_{X \in H} \to _{X}$
We now show that $->$ is acyclic.
We now show that $\to$ is acyclic.
1. It cannot have cycles with 1 edge (i.e. self loops): indeed, if $op \to op$, this would mean that $res(op) < inv(op)$, which of course does not make any sense.
2. it cannot have cycles with 2 edges:
- let's assume that $op \to op' \to op$
- both arrows cannot be $\to_H$ nor $\to_X$ (for some X)
> [!PDF|red] class 6, p.6> we would have a cycle of length

View file

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Before After
Before After