linear.constraint.eq: Create or update a vector-based linear equality constraint set
Description
linear.constraint.eq creates a vector-based linear equality
constraint: Aeq(range) * factors == beq
Usage
linear.constraint.eq(constraints.linear, range, beq, factors = NULL)
Arguments
constraints.linear
the current set of equality constraints
range
the range of the variables to set (default 1 if factors is NULL)
factors
values to set for each variable in the given range
Value
the new (updated) set of equality constraints