Storm 1.11.1.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
BEProbability.cpp
Go to the documentation of this file.
1#include "BEProbability.h"
2
4
5namespace storm::dft {
6namespace storage {
7namespace elements {
8
9template<typename ValueType>
10ValueType BEProbability<ValueType>::getUnreliability(ValueType time) const {
11 return this->activeFailureProbability();
12}
13
14// Explicitly instantiate the class.
15template class BEProbability<double>;
17
18} // namespace elements
19} // namespace storage
20} // namespace storm::dft
BE with constant (Bernoulli) failure probability distribution.
ValueType getUnreliability(ValueType time) const override
Return the unreliability of the BE up to the given time point.