Storm
A Modern Probabilistic Model Checker
|
#include <ConstantsComparator.h>
Public Member Functions | |
ConstantsComparator ()=default | |
bool | isOne (ValueType const &value) const |
bool | isZero (ValueType const &value) const |
bool | isEqual (ValueType const &value1, ValueType const &value2) const |
bool | isConstant (ValueType const &value) const |
bool | isLess (ValueType const &value1, ValueType const &value2) const |
Definition at line 12 of file ConstantsComparator.h.
|
default |
bool storm::utility::ConstantsComparator< ValueType, Enable >::isConstant | ( | ValueType const & | value | ) | const |
Definition at line 30 of file ConstantsComparator.cpp.
bool storm::utility::ConstantsComparator< ValueType, Enable >::isEqual | ( | ValueType const & | value1, |
ValueType const & | value2 | ||
) | const |
Definition at line 25 of file ConstantsComparator.cpp.
bool storm::utility::ConstantsComparator< ValueType, Enable >::isLess | ( | ValueType const & | value1, |
ValueType const & | value2 | ||
) | const |
Definition at line 35 of file ConstantsComparator.cpp.
bool storm::utility::ConstantsComparator< ValueType, Enable >::isOne | ( | ValueType const & | value | ) | const |
Definition at line 15 of file ConstantsComparator.cpp.
bool storm::utility::ConstantsComparator< ValueType, Enable >::isZero | ( | ValueType const & | value | ) | const |
Definition at line 20 of file ConstantsComparator.cpp.