Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
BEConst.cpp
Go to the documentation of this file.
1
#include "
BEConst.h
"
2
3
namespace
storm::dft
{
4
namespace
storage {
5
namespace
elements {
6
7
template
<
typename
ValueType>
8
ValueType
BEConst<ValueType>::getUnreliability
(ValueType time)
const
{
9
return
failed() ? storm::utility::one<ValueType>() : storm::utility::zero<ValueType>();
10
}
11
12
// Explicitly instantiate the class.
13
template
class
BEConst<double>
;
14
template
class
BEConst<RationalFunction>
;
15
16
}
// namespace elements
17
}
// namespace storage
18
}
// namespace storm::dft
BEConst.h
storm::dft::storage::elements::BEConst
BE which is either constant failed or constant failsafe.
Definition
BEConst.h:14
storm::dft::storage::elements::BEConst::getUnreliability
ValueType getUnreliability(ValueType time) const override
Return the unreliability of the BE up to the given time point.
Definition
BEConst.cpp:8
storm::dft
Definition
SFTBDDPropertyFormulaAdapter.h:19
src
storm-dft
storage
elements
BEConst.cpp
Generated by
1.9.8