[Wave RHO][4/4] Expose supported advanced Acados options - #1074
Draft
mickaelbegon wants to merge 1 commit into
Draft
[Wave RHO][4/4] Expose supported advanced Acados options#1074mickaelbegon wants to merge 1 commit into
mickaelbegon wants to merge 1 commit into
Conversation
mickaelbegon
force-pushed
the
codex/pr-acados-advanced-options
branch
from
July 27, 2026 15:20
e600960 to
db42f07
Compare
This was referenced Jul 27, 2026
This was referenced Jul 27, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1074 +/- ##
==========================================
+ Coverage 77.26% 77.94% +0.68%
==========================================
Files 196 196
Lines 21506 21574 +68
==========================================
+ Hits 16616 16816 +200
+ Misses 4890 4758 -132
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Note
Wave RHO 4/4 — Draft/WIP. Tracking issue: #1086.
This wave and its decomposition come from an analysis performed by OpenAI Codex. Maintainer review is required before these proposals are considered ready.
Wave RHO context
The overall goal is to upstream generic, application-independent foundations for reliable receding-horizon workflows with IPOPT and Acados: solver-input correctness, supported warm-start grid transfer, explicit window outcomes/diagnostics/hooks, and finally supported solver tuning.
Proposed review/merge order:
Role of this PR: optional solver-tuning layer after correctness and RHO semantics are established.
Interaction: Code-independent from the other PRs, but intentionally last because it tunes execution rather than defining correctness or orchestration.
All four PRs target
masterindependently; this is an interaction/review order, not a stacked Git dependency.What changed
Why
These options exist in the bundled
acados_templateversion but previously required the unsafe generic option API.Validation
pytest -q tests/shard4/test_acados_advanced_options.pyScaling/qpscaling and
SQP_WITH_FEASIBLE_QPare intentionally not exposed because the bundled Acados version does not support them.This change is