You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Track the remaining Pyomo-stack follow-up work in one place and make the dependency structure explicit. The main question is which items can be worked independently and which should be sequenced to avoid branch and file conflicts.
Archive or update the Pyomo stack implementation plan after merge #13 is already effectively handled on pr/docs-examples: docs/PR_IMPLEMENTATION_PLAN.md has been moved under docs/archive/ with historical status text. It can be closed once the stacked docs PR lands, or linked to the commit that made the move.
Purpose
Track the remaining Pyomo-stack follow-up work in one place and make the dependency structure explicit. The main question is which items can be worked independently and which should be sequenced to avoid branch and file conflicts.
Current Issue Set
Dependency Summary
pr/docs-examples:docs/PR_IMPLEMENTATION_PLAN.mdhas been moved underdocs/archive/with historical status text. It can be closed once the stacked docs PR lands, or linked to the commit that made the move.fix/issue-14-pyomo-example-smokeintopr/docs-examples). It is functionally independent, but stack-order dependent on PR PR 7/7: Pyomo documentation, examples, and CHANGELOG #12.pr/benchmarksto reduce generated artifact noise.benchmarks/validate.py,benchmarks/grid_cli.py,benchmarks/adapters.py, benchmark record metadata, and tests. These should be implemented as one coordinated pass or sequenced carefully.Recommended Work Plan
pr/benchmarks.Parallelization Guidance
Safe to work simultaneously:
benchmarks/results/.gitignoreandbenchmarks/results/README.mdis clear.Avoid simultaneous uncoordinated work:
Proposed Branches
fix/issue-18-benchmark-artifactsfrompr/benchmarksfeature/benchmark-validation-timeoutsfrom the updatedpr/benchmarksor Port benchmark artifact cleanup from superseded PR #3 #18 branchfeature/single-case-benchmark-runnerfrom the branch containing Add post-solve ramp-rate validation to benchmark records #15/Add IPOPT CPU-time and wall-time guard support for Pyomo benchmarks #16Acceptance Criteria For This Tracker