|
|
@ -7,11 +7,7 @@ namespace storm { |
|
|
|
StateValuations::StateValuations(state_type const& numberOfStates) : valuations(numberOfStates) { |
|
|
|
// Intentionally left empty.
|
|
|
|
} |
|
|
|
|
|
|
|
StateValuations::~StateValuations() { |
|
|
|
// Intentionally left empty.
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
std::string StateValuations::stateInfo(state_type const& state) const { |
|
|
|
return valuations[state].toString(); |
|
|
|
} |
|
|
|