-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapted READMEs to new directory structure
- Loading branch information
Showing
2 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Supplementary material for PRDC 2019 | ||
|
||
## Paper | ||
The corresponding paper is titled *Synergizing Reliability Modeling Languages: BDMPs without Repairs and DFTs*. | ||
It is published in the *2019 IEEE 24th Pacific Rim International Symposium on Dependable Computing (PRDC)* | ||
and available under the DOI [10.1109/PRDC47002.2019.00057](https://doi.org/10.1109/PRDC47002.2019.00057). | ||
|
||
It presents a transformation from *Boolean Logic Driven Markov Processes (BDMPs)* to *Dynamic Fault Trees (DFTs)*. | ||
|
||
## Files | ||
Each directory contains one test case. | ||
For example, [00-NPPS](00-NPPS) contains all files related to the *Nuclear power plant power supply (NPPS)* test case. | ||
[01-OK](01-OK) contains the first BDMP test case. | ||
Details of each BDMP test case are available on the webpage link provided in the pdf draft. | ||
|
||
The folder [sensitivity](sensitivity) contains some results about the sensitivity analysis. | ||
|
||
The 33 test case results along with their schematics are also provided in [testcase-results.pdf](testcase-results.pdf) for quick view. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
# DFT-BDMP | ||
Transformation from *Boolean Logic Driven Markov Processes (BDMPs)* to *Dynamic Fault Trees (DFTs)*. | ||
# Boolean Logic Driven Markov Processes (BDMPs) | ||
|
||
Each directory contains one test case. | ||
For example, [00-NPPS](00-NPPS) contains all files related to the Nuclear power plant power supply (NPPS) test case. | ||
[01-OK](01-OK) contains the first BDMP test case. | ||
Details of each BDMP test case are available on the webpage link provided in the pdf draft. | ||
The folder [sensitivity](sensitivity) contains some results about the sensitivity analysis. | ||
The 33 test case results along with their schematics are also provided in [testcase-results.pdf](testcase-results.pdf) for quick view. | ||
The repository provides supplementary material for publications about BDMPs and their analysis. | ||
|
||
## List of files | ||
- The [PRDC 2019](2019-PRDC) publication presents a transformation from *BDMPs* to *Dynamic Fault Trees (DFTs)*. | ||
|
||
## Download | ||
To download all files, click [here](https://github.com/moves-rwth/dft-bdmp/archive/master.zip). |