|
@ -44,10 +44,15 @@ namespace storm { |
|
|
bool isProduceSchedulerSet() const; |
|
|
bool isProduceSchedulerSet() const; |
|
|
|
|
|
|
|
|
/*! |
|
|
/*! |
|
|
* Changes the transitionMatrix of the gameViHelper to the given one. |
|
|
|
|
|
|
|
|
* Changes the transitionMatrix to the given one. |
|
|
*/ |
|
|
*/ |
|
|
void updateTransitionMatrix(storm::storage::SparseMatrix<ValueType> newTransitionMatrix); |
|
|
void updateTransitionMatrix(storm::storage::SparseMatrix<ValueType> newTransitionMatrix); |
|
|
|
|
|
|
|
|
|
|
|
/*! |
|
|
|
|
|
* Changes the statesOfCoalition to the given one. |
|
|
|
|
|
*/ |
|
|
|
|
|
void updateStatesOfCoaltion(storm::storage::BitVector newStatesOfCoaltion); |
|
|
|
|
|
|
|
|
storm::storage::Scheduler<ValueType> extractScheduler() const; |
|
|
storm::storage::Scheduler<ValueType> extractScheduler() const; |
|
|
|
|
|
|
|
|
void getChoiceValues(Environment const& env, std::vector<ValueType> const& x, std::vector<ValueType>& choiceValues); |
|
|
void getChoiceValues(Environment const& env, std::vector<ValueType> const& x, std::vector<ValueType>& choiceValues); |
|
|