errorLocalizer.mip
uses E
and x
to
define a mixed integer problem and solves this problem
using lpSolveApi
. This function can be much faster
then errorLocalizer
but does not return the
degeneracy of a solution. However it does return an
bonus: x_feasible
, a feasible solution.errorLocalizer.mip(E, x, weight = rep(1, length(x)),
maxduration = 600, verbose = "neutral", ...)
editset
,
editmatrix
, or editarray
numeric
with datanumeric
with weightssolve
lpSolveAPIsolve
or to generateXlims.w
, logical
adapt
stating what to adapt, x_feasible
and
the lp problem (an lpExtPtr
object)lp_solve and Kjell Konis. (2011). lpSolveAPI: R Interface for lp_solve version 5.5.2.0. R package version 5.5.2.0-5. http://CRAN.R-project.org/package=lpSolveAPI
localizeErrors
,
errorLocalizer
, errorLocation