Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

Best time to fill a nxn matrix whose sum of each row and column is given.

Правка en1, от aviral0807, 2020-05-17 02:08:43

I was looking for a solution to the problem to fill an nxn matrix with positive integers. Given positive integers r1, r2, ..., rn, c1, c2, ..., cn.

Where ri is the sum of the ith row and cj is the sum of the jth column.

My thoughts suggest it is somewhat similar to the sudoku problem. Still not sure as the constraints are different.

Can anyone suggest an optimal way to do so? Any heuristic algorithm to solve it is also welcomed.

Thanks.

Теги #matrix, #asking

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский aviral0807 2020-05-17 02:08:43 527 Initial revision (published)