Learn R Programming

raptr (version 1.0.1)

as.list: Convert object to list

Description

Convert GurobiOpts() object to list.

Usage

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

Value

list

Arguments

x

GurobiOpts() object.

...

not used.

See Also

GurobiOpts.

Examples

Run this code
if (FALSE) {
# make GuboriOpts object
x <- GurobiOpts()

# convert to list
as.list(x)
}

Run the code above in your browser using DataLab