|  | @ -436,7 +436,7 @@ namespace storm { | 
		
	
		
			
				|  |  |                        } |  |  |                        } | 
		
	
		
			
				|  |  |                    } |  |  |                    } | 
		
	
		
			
				|  |  |                 } else { |  |  |                 } else { | 
		
	
		
			
				|  |  |                    storm::storage::SparseMatrix<ValueType> deterministicMatrix = transitionMatrix.selectRowsFromRowGroups(this->optimalChoices, true); // TODO: why diagonal entries?
 |  |  |  | 
		
	
		
			
				|  |  |  |  |  |                    storm::storage::SparseMatrix<ValueType> deterministicMatrix = transitionMatrix.selectRowsFromRowGroups(this->optimalChoices, false); | 
		
	
		
			
				|  |  |                    storm::storage::SparseMatrix<ValueType> deterministicBackwardTransitions = deterministicMatrix.transpose(); |  |  |                    storm::storage::SparseMatrix<ValueType> deterministicBackwardTransitions = deterministicMatrix.transpose(); | 
		
	
		
			
				|  |  |                    std::vector<ValueType> deterministicStateRewards(deterministicMatrix.getRowCount()); // allocate here
 |  |  |                    std::vector<ValueType> deterministicStateRewards(deterministicMatrix.getRowCount()); // allocate here
 | 
		
	
		
			
				|  |  |                    storm::solver::GeneralLinearEquationSolverFactory<ValueType> linearEquationSolverFactory; |  |  |                    storm::solver::GeneralLinearEquationSolverFactory<ValueType> linearEquationSolverFactory; | 
		
	
	
		
			
				|  | 
 |