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