combinemonobound {ivmte} | R Documentation |
Combining the boundedness and monotonicity constraint objects
Description
This function simply combines the objects associated with the boundedness constraints and the monotonicity constraints.
Usage
combinemonobound(bdA, monoA)
Arguments
bdA |
list containing the constraint matrix, vector of inequalities, and RHS vector associated with the boundedness constraints. |
monoA |
list containing the constraint matrix, vector on inequalities, and RHS vector associated with the monotonicity constraints. |
Value
a list containing a unified constraint matrix, unified vector of inequalities, and unified RHS vector for the boundedness and monotonicity constraints of an LP/QCQP problem.
[Package ivmte version 1.4.0 Index]