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