Circuit iterative partitioning algorithm

Status
Not open for further replies.

lh-

Member level 1
Joined
Oct 5, 2016
Messages
37
Helped
0
Reputation
0
Reaction score
0
Trophy points
6
Activity points
277
i have an example of iterative partitioning of the circuit.

this is the formula for calculating values for iterative partitioning:
Code:
Dij = Di + Dj - 2rij -> max; Dij > 0

Di(j) = Di(j)[external] - Di(j)[internal]

then given this graph:

these two calculations are done:
Code:
D12 = (2 - 1) + (3 - 1) - 2 * 2 = -1
D14 = (2 - 1) + (1 - 1) - 2 * 0 = 1
Dijmax = D14 = 1 >  0

i don't understand a thing since no explanation is given. can someone please explain?

thanks in advance.
 

okay, i got how this is done.

but what are the k-l, f-m and g-b methods?
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…