| .solver_resolve_active_set | R Documentation |
Uses the generic augmented-constraint builder together with a supplied equality-only solver to validate and package a fixed active set.
.solver_resolve_active_set(
result,
A,
constraint_value_vectors,
qp_Amat,
qp_bvec,
qp_meq,
active_ineq,
solve_subproblem,
kkt_subproblem,
method,
parallel_qr = FALSE,
cl = NULL
)
result |
Current coefficient list. |
A |
Base equality constraint matrix. |
constraint_value_vectors |
Equality right-hand-side vectors. |
qp_Amat |
Full QP constraint matrix. |
qp_bvec |
Full QP right-hand side. |
qp_meq |
Number of leading equality columns in |
active_ineq |
Candidate active inequality indices on the original
|
solve_subproblem |
Callback taking one augmented-constraint state and returning the equality-constrained coefficient list. |
kkt_subproblem |
Callback taking |
method |
Character solver label for |
Either a converged list(result, qp_info, converged) or
NULL if the supplied active set does not satisfy KKT.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.