faustedition / faust-gen-html

Pipelines to generate HTML for the Faust edition's reading texts and prints.
1 stars 4 forks source link

Meaning of "Nr." and "(BL)" in macrogenesis #659

Closed gerritbruening closed 2 years ago

gerritbruening commented 2 years ago

Can you point me to an explanation of these table columns?

thvitt commented 2 years ago

Both are essentially indexes in a sort order. Nr. is the sort order that is actually used in the edition (i.e. based on a topological ordering of the DAG after building the graph and removong the MFES). (BL) is the baseline ordering that ignores the graph and is just based on static data (⇒ the signatures IIRC)

gerritbruening commented 2 years ago

"Nr": This is what I expected, thanks!

MFES

?

thvitt commented 2 years ago

Minimal Feedback Edge Set = The red conflict edges

thvitt commented 2 years ago

btw. those are not independent: When the link topology yields two ambiguous nodes, those are ordered by the BL criterion. (e.g, v and w here:

u ---.
↓    ↓
v    w
gerritbruening commented 2 years ago

When the link topology yields two ambiguous nodes, those are ordered by the BL criterion.

Valuable info, thanks! I think now I understand all I have to.