Set constraint types in an lpSolve linear program model object.
Usage
set.constr.type(lprec, types, constraints = 1:m)
Value
a NULL value is invisibly returned.
Arguments
lprec
an lpSolve linear program model object.
types
either a numeric vector or a character vector containing elements from the set {1 = "<=", 2 = ">=", 3 = "="} specifying the types of constraints. Additionally, the contraint type can be set to free uinsg the code 0.
constraints
a numeric vector of unique values from the set {1, ..., m} (where m is the number of constraints in lprec) specifying which constraints to set.