writeELAsMip: Rewrite an editset and reported values into the components needed for a mip solver
Description
Rewrite an editset and reported values into the
components needed for a mip solverUsage
writeELAsMip(E, x, weight = rep(1, length(x)), M = 1e+07,
epsilon = 0.001, ...)
Arguments
E
editset
or any object that is
coercable to an editset.x
named list
or vector
with data
weight
vector with weights of the variable in the
same order as x
M
maximum allowed difference between reported
value and corrected value
epsilon
offset needed for writing a strict
inequality into a an inequality
Value
- list with an editmatrix, objfn, binvars, numvars, M and
epsilon