Workhorse function for localizeErrors
localize(E, dat, verbose, pretext = "Processing", call = sys.call(), weight,
maxduration, method = c("bb", "mip", "localizer"), retrieve, ...)
editmatrix
or editarray
data.frame
logical
print progress report during run?
character
text to print before progress report
a nrow(dat)xncol(dat)
array of weights
max time for searchBest()
should branch and bound ("bb") or mix integer programming ("mip") be used?
return best
or first
found solution (bb method only)