Skip to content

Fix typos in bw(S,T) sum condition and argument#49

Merged
blegat merged 2 commits into
blegat:mainfrom
MathiasGernez:patch-2
May 27, 2026
Merged

Fix typos in bw(S,T) sum condition and argument#49
blegat merged 2 commits into
blegat:mainfrom
MathiasGernez:patch-2

Conversation

@MathiasGernez

@MathiasGernez MathiasGernez commented May 25, 2026

Copy link
Copy Markdown
Contributor

In the general definition of bw(S,T), the sum is written over u \in S, v \not\in S, which makes the parameter T completely unused in the formula body. It should be v \in T to match the signature bw(S,T). The special case where T = V\S (used for bisection bandwidth) makes v \in T equivalent to v \not\in S, which is likely the source of the confusion.

Another potential problem is that w(u,v) in the sum of bw(S,T) refers to the bandwidth (weight) of a single edge, while w(S,T) defined just above refers to the width (cardinality of edges between them), yet both use the same letter w. A different notation for the argument of the sum, such as bw(u,v) for the edge weight as defined right above for this purpose, might avoid confusion.

In the general definition of bw(S,T), the sum is written over u \in S, v \not\in S, which makes the parameter T completely unused in the formula body. It should be v \in T to match the signature bw(S,T).
The special case where T = V\S (used for bisection bandwidth) makes v \in T equivalent to v \not\in S, which is likely the source of the confusion.

Also as a minor note: w(u,v) in the sum refers to the bandwidth (weight) of a single edge, while w(S,T) defined just above refers to the width (cardinality of edges between them), yet both use the same letter w. A different notation for one of them (e.g. bw(u,v) for the edge weight as defined right above) might avoid confusion.
@MathiasGernez MathiasGernez changed the title Fix typo in bw(S,T) sum condition: v \not\in S should be v \in T Fix typos in bw(S,T) sum condition and argument May 25, 2026

@blegat blegat left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

@blegat blegat merged commit b3d4a63 into blegat:main May 27, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants