Coder Social home page Coder Social logo

briangodwinlim / pszdd Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 96 KB

Path Survival Probabilities as Measures of Reliability for Lifeline Utility Networks

License: MIT License

Makefile 0.03% C++ 99.97%
decision-diagrams graph-measures reliability-engineering

pszdd's Introduction

Path Survival Probabilities using Zero-Suppressed Binary Decision Diagram

Novel reliability measures tailored for stochastic graphs with designated source vertices and failure-probability-weighted edges called Path Survival Probabilities that pertain to:

  • A per-vertex reliability measure quantifying the average survival likelihood of single-source paths from a vertex to any source
  • An overall reliability measure incorporating the graph density and the shortest distance to a source as regulating elements

Usage

Build

make

PSZDD

./pszdd <edgelist> <sources> [ <options>... ]

Example

./pszdd Graphs/kobe.dat Graphs/kobe_s.dat

File Format

edgelist

Example:

1 2 0.9
1 3 0.8
2 3 0.5

<edgelist> specifies the edges of the network with their attributes. Each line starts with the two vertices corresponding to the endpoints of the edge. This is followed by the probability of non-failure for the edge. The edge length follow if the flag len is used.

sources

Example:

1 3

<sources> specifies the source vertices in the network.

Preprint

Related Repositories

pszdd's People

Contributors

briangodwinlim avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.