as.list {raptr} | R Documentation |
Convert object to list
Description
Convert GurobiOpts()
object to list.
Usage
## S3 method for class 'GurobiOpts'
as.list(x, ...)
Arguments
x |
|
... |
not used. |
Value
list
Note
This function will not include the NumberSolutions
slot, the
MultipleSolutionsMethod
slot, or the TimeLimit
slot if it is
not finite.
See Also
GurobiOpts
.
Examples
## Not run:
# make GuboriOpts object
x <- GurobiOpts()
# convert to list
as.list(x)
## End(Not run)
[Package raptr version 1.0.1 Index]