Files
create/docs/src
forbes-0023 6e15b25134
All checks were successful
Build and Test / build (pull_request) Successful in 30m27s
docs(solver): update drag protocol docs to reflect implemented caching
The interactive drag section described the original naive implementation
(re-solve from scratch each step) and called the caching layer a
'planned future optimization'. In reality _DragCache is fully
implemented: pre_drag() builds the system, Jacobian, and compiled
evaluator once, and drag_step() reuses them.

Update code snippets, add _DragCache field table, and document the
single_equation_pass exclusion from the drag path.
2026-02-25 13:23:41 -06:00
..
2026-02-21 12:05:09 -06:00
2026-02-21 12:05:09 -06:00