R/121_constraints_constraint.R
dual_value.Rd
Returns the dual variable value(s) associated with a constraint after solving. Returns NULL before the problem is solved.
NULL
dual_value(x)
A Constraint object.
Constraint
A numeric matrix (single dual variable) or a list of numeric matrices (multiple dual variables), or NULL.