Learn R Programming

raptr (version 0.0.1)

as.list: Convert object to list.

Description

Convert GurobiOpts object to list.

Usage

"as.list"(x, ...)

Arguments

x
GurobiOpts object.
...
not used.

Value

list

See Also

GurobiOpts.

Examples

Run this code
# make GuboriOpts object
x <- GurobiOpts()
# convert to list
as.list(x)

Run the code above in your browser using DataLab