NazaGara / Coyan

Coyan is a tool that processes Static Fault Trees to compute the Top Event Probabilty.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coyan

Coyan is a Rust project that transforms Static Fault Trees into CNF equisatisfiables formulas. Then, with the use of a Model Counter, computes the Top Event Probability of failure at a given time bound $t$. Also, it allows the creation of random Fault Trees with specific configurations.

Installation

git clone https://github.com/NazaGara/ft_project
cargo build --release 

Usage

The tool currently posses the Fault Tree to CNF coyan_fta module and the Random Fault Tree Generator coyan_rft module.

Each one have their own usage detailed on the correspondent subdirectory.

License

MIT

About

Coyan is a tool that processes Static Fault Trees to compute the Top Event Probabilty.

License:MIT License


Languages

Language:Rust 100.0%