THUzxj / reliability-models

Reliability models implemented in Python
0 stars 0 forks source link

How can we model components neither in series nor parallel? #1

Open shakthij98 opened 8 months ago

shakthij98 commented 8 months ago

Hi,

Nice work on this repo.

How can you model an RBD with components not in series or parallel. For example, consider the figure.

Screenshot from 2024-01-23 18-21-48

THUzxj commented 8 months ago

Thanks for your question. This function has not been implemented yet. I think this graph can be represented with a general method (like edges and vertices), and then we can calculate the reliability value by enumerating the statuses of all components. Any ideas and contributions are welcome.