scram icon indicating copy to clipboard operation
scram copied to clipboard

Calculating the failure probability without minimal cut sets

Open Weker01 opened this issue 3 years ago • 0 comments

I have some big Fault Trees that I only need to get the failure probabilities from. Is there a way to only calculate the failure probabilities of these without the minimal cut sets? If not shouldn't it be possible as one can calculate the probabilities with only the BDD. Currently scram calculates every MCS even though I did not request MCS analysis.

i.e. scram --probability ./test.xml

I cannot use the GUI for this as it needs to run headless.

Weker01 avatar Aug 05 '20 11:08 Weker01