Delete a constraint from an lpSolve linear program model object.
delete.constraint(lprec, constraints)
Arguments
lprec: an lpSolve linear program model object.
constraints: a numeric vector of unique values from the set {1, ..., m} (where m is the number of constraints in lprec) specifying which constraints should be deleted.