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
Rely on the store contract of the product callbacks
MOI.eval_constraint_jacobian_transpose_product and
MOI.eval_hessian_lagrangian_product store their result, zeroing the output,
so calling the inner evaluator first makes pre-filling the output redundant.
The Jacobian product only zeroes the rows of the QP block, into which the
block accumulates; the inner evaluator stores its own rows.
0 commit comments