Former-commit-id: 59f53da1de [formerly e0742f0a16] Former-commit-id: 355edf6c56
59f53da1de
e0742f0a16
355edf6c56
@ -38,7 +38,7 @@ namespace storm {
this->setAssignedExpression(this->getAssignedExpression().substitute(substitution));
}
uint64_t Assignment::getLevel() const {
int64_t Assignment::getLevel() const {
return level;
@ -50,7 +50,7 @@ namespace storm {
/*!
* Retrieves the level of the assignment.
*/
uint64_t getLevel() const;
int64_t getLevel() const;
friend std::ostream& operator<<(std::ostream& stream, Assignment const& assignment);