Nickleaton / sudoku

0 stars 0 forks source link

Function = variable #217

Open Nickleaton opened 2 years ago

Nickleaton commented 2 years ago

For example, the cells must have the same ratio.

RatioPair: r1c1,r2c2=A

Where value[r1][c1] / value [r2][c2] = A or inverse = A

Implement as Abs (Sum (log10(d) choice [d][r1][c1]) - Sum (log10(d) choice [d][r2][c2])) = log10(A)