feat: Die Größe bepreist den ganzen Teilbaum — Kinder zählen nicht obendrauf (D69)
Der Preis eines Knotens ist seine angegebene (oder D66-geschätzte) Größe; die frühere Rekursion (eigene Größe plus Summe/Minimum der Kinder) zählte doppelt und bestrafte sorgfältig zerlegte Pakete — eine zerlegte S-Alternative verlor gegen ein grobes L. Das Vereinigungs-Maß der Closure-Suche (D42) zählt je Knoten nur noch die Marge über seine nötigen Teilpakete hinaus. Mitgelieferter Plan wählt identisch (per Vergleich gemessen); SPEC §9 und llms.md nachgezogen. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
7278e74393
commit
4aaa19becd
@@ -43,7 +43,7 @@
|
||||
- [^] #ed.deplink.calm: Visually secondary — the tree carries the message (S)
|
||||
- [^] #ed.deplink.focus: Highlight what a selected node needs and feeds (S)
|
||||
- [^] #ed.path: Cheapest path (XL)
|
||||
- [^] #ed.path.cost: Cost model, sizes summed and minimized (S)
|
||||
- [x] #ed.path.cost: Cost model, a size prices its subtree (S)
|
||||
- [^] #ed.path.est: Missing size estimated from the sub-packages (S) %% see D66
|
||||
- [^] #ed.path.front: Only the open front: what is done costs nothing (S) %% see D46
|
||||
- [^] #ed.path.started: Started work is on the path, extras included (S) %% see D61
|
||||
@@ -394,8 +394,9 @@
|
||||
the cheapest alternative. This is the feature the whole notation exists for.
|
||||
|
||||
#ed.path.cost
|
||||
Cost is the T-shirt size, summed along and-groups and minimized along
|
||||
or-groups.
|
||||
The cost of a node is its stated (or estimated) T-shirt size — the size
|
||||
prices the whole subtree, sub-packages are not added on top. Whether they
|
||||
fit is the size conflict check's job.
|
||||
|
||||
#ed.path.est
|
||||
A node without a size is estimated from its sub-packages: at least the
|
||||
|
||||
Reference in New Issue
Block a user