as.mip {editrules} | R Documentation |
Write an editset into a mip representation
Description
Writes an editset or an object coercable to an editset as a mip problem.
Usage
as.mip(
E,
x = NULL,
weight = NULL,
M = 1e+07,
epsilon = 0.001,
prefix = "delta.",
...
)
Arguments
E |
an |
x |
named |
weight |
reliability weights for values of |
M |
Constant that is used for allowing the values to differ from |
epsilon |
Constant that is used for converting '<' into '<=' |
prefix |
prefix for dummy variables that are created |
... |
not used |
Value
a mip object containing al information for transforming it into an lp/mip problem
[Package editrules version 2.9.5 Index]