@ -97,8 +97,8 @@ namespace storm {
}
template<typename ValueType, typename StateType>
bool Choice<ValueType, StateType>::hasPlayer() const {
return player.is_initialized();
bool Choice<ValueType, StateType>::hasPlayerIndex() const {
return playerIndex.is_initialized();
@ -102,7 +102,7 @@ namespace storm {
/*!
* Returns whether there is an index for the player defined for this choice.
*/
bool hasPlayer() const;
bool hasPlayerIndex() const;
* Retrieves the players index associated with this choice