Writes an editset or an object coercable to an editset as a mip problem.
as.mip(
E,
x = NULL,
weight = NULL,
M = 1e+07,
epsilon = 0.001,
prefix = "delta.",
...
)
a mip object containing al information for transforming it into an lp/mip problem
an link{editset}
or an object that is coerciable to an
editset
named list
/vector
with variable values
reliability weights for values of x
Constant that is used for allowing the values to differ from x
Constant that is used for converting '<' into '<='
prefix for dummy variables that are created
not used