|  | @ -213,7 +213,9 @@ namespace storm { | 
		
	
		
			
				|  |  |                 } else { |  |  |                 } else { | 
		
	
		
			
				|  |  |                     // Update the scheduler and the solver.
 |  |  |                     // Update the scheduler and the solver.
 | 
		
	
		
			
				|  |  |                     submatrix = this->A->selectRowsFromRowGroups(scheduler, true); |  |  |                     submatrix = this->A->selectRowsFromRowGroups(scheduler, true); | 
		
	
		
			
				|  |  |  |  |  |                     if (convertToEquationSystem) { | 
		
	
		
			
				|  |  |                         submatrix.convertToEquationSystem(); |  |  |                         submatrix.convertToEquationSystem(); | 
		
	
		
			
				|  |  |  |  |  |                     } | 
		
	
		
			
				|  |  |                     storm::utility::vector::selectVectorValues<ValueType>(subB, scheduler, this->A->getRowGroupIndices(), b); |  |  |                     storm::utility::vector::selectVectorValues<ValueType>(subB, scheduler, this->A->getRowGroupIndices(), b); | 
		
	
		
			
				|  |  |                     solver->setMatrix(std::move(submatrix)); |  |  |                     solver->setMatrix(std::move(submatrix)); | 
		
	
		
			
				|  |  |                 } |  |  |                 } | 
		
	
	
		
			
				|  | 
 |