The function suppresses printing of voluminous info attached as attributes to oa objects.
# S3 method for oa
print(x, ...)
the oa object to be printed
further arguments for default print function
The function is used for its side effects and does not return anything.
The function currently suppresses the printing of the attributes MIPinfo
, history
and matrices
, if present; a small excerpt of the MIPinfo
attribute is printed. Additionally, the names of unusual attributes are printed. They can also be printed separately by running names(attributes(x))
; to access an attribute, run attr(x, "MIPinfo")
, for example.
See also print.default
and str