|
@ -104,5 +104,8 @@ namespace storm { |
|
|
boost::optional<storm::expressions::Expression> init; |
|
|
boost::optional<storm::expressions::Expression> init; |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
bool operator==(Variable const& lhs, Variable const& rhs); |
|
|
|
|
|
bool operator!=(Variable const& lhs, Variable const& rhs); |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |