You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: