File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
include/proxsuite/proxqp/dense Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -330,8 +330,8 @@ setup( //
330330 std::optional<Mat> A,
331331 std::optional<VecRef<T>> b,
332332 std::optional<Mat> C,
333- std::optional<VecRef<T>> u,
334333 std::optional<VecRef<T>> l,
334+ std::optional<VecRef<T>> u,
335335 Settings<T>& qpsettings,
336336 Model<T>& qpmodel,
337337 Workspace<T>& qpwork,
Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ struct QP
232232 A,
233233 b,
234234 C,
235- u,
236235 l,
236+ u,
237237 settings,
238238 model,
239239 work,
@@ -299,8 +299,8 @@ struct QP
299299 std::optional (model.A ),
300300 std::optional (dense::VecRef<T>(model.b )),
301301 std::optional (model.C ),
302- std::optional (dense::VecRef<T>(model.u )),
303302 std::optional (dense::VecRef<T>(model.l )),
303+ std::optional (dense::VecRef<T>(model.u )),
304304 settings,
305305 model,
306306 work,
@@ -404,8 +404,8 @@ struct QP
404404 std::optional (model.A ),
405405 std::optional (dense::VecRef<T>(model.b )),
406406 std::optional (model.C ),
407- std::optional (dense::VecRef<T>(model.u )),
408407 std::optional (dense::VecRef<T>(model.l )),
408+ std::optional (dense::VecRef<T>(model.u )),
409409 settings,
410410 model,
411411 work,
You can’t perform that action at this time.
0 commit comments