| .solver_build_augmented_constraints | R Documentation |
Forms
\mathbf{A}_{aug} = [\mathbf{A} \mid \mathbf{C}_{meq} \mid
\mathbf{C}_{active}],
removes linearly dependent columns while preserving the original
column identities, and assembles the corresponding right-hand side.
.solver_build_augmented_constraints(
A,
constraint_value_vectors,
qp_Amat,
qp_bvec,
qp_meq,
active_ineq = integer(0),
rank_tol = 1e-10,
parallel_qr = FALSE,
cl = NULL
)
A |
Base equality constraint matrix. |
constraint_value_vectors |
Equality right-hand-side vectors for
|
qp_Amat |
Full QP constraint matrix. |
qp_bvec |
Full QP right-hand side. |
qp_meq |
Number of leading equality columns in |
active_ineq |
Integer vector of currently active inequality
indices on the original |
rank_tol |
Numeric QR tolerance used for rank filtering. |
List with the augmented constraint matrix, reduced active set, and bookkeeping needed by the shared active-set loop.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.