feat(planner): select lifecycle-aware summary plans - #318
Open
zzylol wants to merge 3 commits into
Open
Conversation
zzylol
force-pushed
the
fix/summary-lifecycle-legality
branch
from
August 30, 2026 18:21
9806c0a to
495b664
Compare
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 18:21
51e1904 to
e716fed
Compare
zzylol
force-pushed
the
fix/summary-lifecycle-legality
branch
from
August 30, 2026 18:30
495b664 to
4015f26
Compare
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 18:30
e716fed to
a18c539
Compare
zzylol
force-pushed
the
fix/summary-lifecycle-legality
branch
from
August 30, 2026 18:35
4015f26 to
944df5d
Compare
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 18:35
a18c539 to
06a2099
Compare
This was referenced Aug 30, 2026
zzylol
force-pushed
the
fix/summary-lifecycle-legality
branch
from
August 30, 2026 18:46
944df5d to
621fb5e
Compare
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 18:46
06a2099 to
3293d37
Compare
zzylol
force-pushed
the
fix/summary-lifecycle-legality
branch
from
August 30, 2026 19:03
621fb5e to
5adb5f1
Compare
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 19:03
3293d37 to
c8f7c0c
Compare
zzylol
force-pushed
the
fix/summary-lifecycle-legality
branch
from
August 30, 2026 21:22
5adb5f1 to
158002a
Compare
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 21:22
c8f7c0c to
0613a90
Compare
zzylol
force-pushed
the
fix/summary-lifecycle-legality
branch
from
August 30, 2026 21:27
158002a to
3df3599
Compare
zzylol
force-pushed
the
feat/lifecycle-aware-selection
branch
from
August 30, 2026 21:27
0613a90 to
c517a1a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #317.
Why
Legal alternatives must compete globally using complete lifecycle costs, while preserving the chosen summary maintenance mode.
Before this PR
Maintained summaries could not be compared with raw recomputation before materialization.
After this PR
Repeated consumers can make shared state cheapest, while sparse demand can leave raw recomputation cheapest. The selected deployment guarantee carries both lifecycle and
SummaryMaintenanceMode; nested summaries require compatible schedules.What and how
Verification
cargo test -p asap-aware-mapping summary_maintenance_lifecyclecargo clippy -p asap-aware-mapping --all-targets -- -D warningsStack
Base: #317. Next: #319.