Learn R Programming

raptr (version 0.0.3)

as.list: Convert object to list.

Description

Convert GurobiOpts object to list.

Usage

# S3 method for GurobiOpts
as.list(x, ...)

Arguments

x

GurobiOpts object.

...

not used.

Value

list

See Also

GurobiOpts.

Examples

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

Run the code above in your browser using DataLab