Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ConstantsComparator.h File Reference
Include dependency graph for ConstantsComparator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  storm::utility::ConstantsComparator< ValueType, Enable >
 
class  storm::utility::ConstantsComparator< ValueType, ConstantsComparatorEnablePrecision< ValueType > >
 

Namespaces

namespace  storm
 LabParser.cpp.
 
namespace  storm::utility
 

Typedefs

template<typename ValueType >
using storm::utility::ConstantsComparatorEnablePrecision = typename std::enable_if_t< std::is_same< ValueType, double >::value||std::is_same< ValueType, storm::RationalNumber >::value >