How should we be reporting flows when they overlap with network reductions? The current de-facto standard seems to be:
- parallel: the combined branch is one thing, name like
foo_double_circuit, and then we report the total under that.
- series: for each individual piece, report the combined flow as the flow for that branch. This matches the physics for lossless network models.
@m-bossart correct me if I'm wrong.
However, once we run into nested stuff, things get weird. Suppose we have two degree two chains in parallel: how should that be reported?
How should we be reporting flows when they overlap with network reductions? The current de-facto standard seems to be:
foo_double_circuit, and then we report the total under that.@m-bossart correct me if I'm wrong.
However, once we run into nested stuff, things get weird. Suppose we have two degree two chains in parallel: how should that be reported?