as.list: Convert object to list

as.listR Documentation

Convert object to list

Description

Convert GurobiOpts() object to list.

Usage

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

Arguments

x

GurobiOpts() object.

...

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)

paleo13/rapr documentation built on Feb. 12, 2024, 3:27 a.m.