Transaction count distance matrix operations (create/update)

deals with computation of distance matrices
Post Reply
User avatar
Bernd Welter
Site Admin
Posts: 2574
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Transaction count distance matrix operations (create/update)

Post by Bernd Welter »

Cheers,

some partners asked me how we determine the number of "transactions" for distance matrix calculations because they were surprised about the volumes in their reports. Here's a little description.
Evolution of a sample dima (not necessarily square shaped)
Evolution of a sample dima (not necessarily square shaped)
So if you want to change from a
(m_old x n_old) shape to a (m_new x n_new) shape the delta is (m_new – m_old) x n_new + (m_old) x (n_new - n_old)

To simplify this for suare shaped dima's:
from (old)² to (new)² it is delta=(new²)-(old²) ;-)

Best regards,
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Post Reply