Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjaelee1 committed Mar 9, 2023
1 parent b5bca7c commit 170bd1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ make build -j
- `FairRA.white` in `FairRA.v`: ⊵ (⊵) (Sec 7, Fig.8); also see related lemmas for the rules
- `FairRA.black` in `FairRA.v`: ♦ (♦) (Sec 7, Fig.8); also see related lemmas for the rules
- `FairRA.white i 1` in `FairaRA.v`: ♢(i) (♢(i)) (Sec 7, Fig.8); actually a simple wrapper of ⊵
- `stsim` in `Weakest.v`: sim (Sec 7, Fig.8)
- `stsim` in `Weakest.v`: corresponds to sim (Sec 7, Fig.8)
- `stsim_fairL` in `Weakest.v`: WIN-SRC and LOSE-SRC (Sec 7, Fig.8)
- `stsim_fairR_simple` in `Weakest.v`: WIN-TGT and LOSE-TGT (Sec 7, Fig.8)
- `stsim_yieldL` in `Weakest.v`: YIELD-SRC (Sec 7, Fig.8)
- `stsim_yieldR_simple` and `stsim_sync_simple` in `Weakest.v`: YIELD-TGT (Sec 7, Fig.8)
- `Weakest.v`: full program logic for fairness (Sec 7); see lemmas for `stsim`
- `Weakest.v`: contains full program logic for fairness (Sec 7); see lemmas for `stsim`

### Theorems
##### In `src/simulation`
Expand Down Expand Up @@ -93,4 +93,4 @@ make build -j
### Remark on Section 6
This artifact contains an improved version of the module system compared to the paper. We will revise the paper accordingly. The main difference is that Mod is extended to include OMod (Sec 6, Fig.7) and OMod is removed.
### Remark on Section 7
The paper is currently missing update modalities for MONO and DEC rules in Sec 7, Fig.8. We will correct the paper. We also developed additional lemmas for `stsim` to reduce proof complexity, as can be found in `src/logic/Weakest.v`. Proof of the case study is based on those lemmas, as can be found in files in `src/example`.
The paper is currently missing update modalities for MONO and DEC rules in Sec 7, Fig.8. We will correct the paper. We also developed additional lemmas for `stsim` to reduce proof complexity, as can be found in `src/logic/Weakest.v`. Proof of the case study is based on those lemmas, as can be found in `src/example/`.

0 comments on commit 170bd1a

Please sign in to comment.