|
|
@ -102,5 +102,12 @@ namespace storm { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
bool operator==(Variable const& lhs, Variable const& rhs) { |
|
|
|
return lhs.getExpressionVariable() == rhs.getExpressionVariable(); |
|
|
|
} |
|
|
|
|
|
|
|
bool operator!=(Variable const& lhs, Variable const& rhs) { |
|
|
|
return !(lhs == rhs); |
|
|
|
} |
|
|
|
} |
|
|
|
} |