Commit d02a758
Propagate initial values to reduced variables in CvxAttr2Constr
When CvxAttr2Constr creates reduced variables for dim-reducing attributes
(e.g., diag), the original variable's initial value was not being lowered
and assigned to the reduced variable. This caused NLP solvers to fail with
"Variable has no value" during initial point construction.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c76616c commit d02a758
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
| 221 | + | |
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
| |||
0 commit comments