| GurobiOpts | R Documentation | 
This function creates a new GurobiOpts object.
GurobiOpts(
  Threads = 1L,
  MIPGap = 0.1,
  Method = 0L,
  Presolve = 2L,
  TimeLimit = NA_integer_,
  NumberSolutions = 1L,
  MultipleSolutionsMethod = c("benders.cuts", "solution.pool.0", "solution.pool.1",
    "solution.pool.2")[1],
  NumericFocus = 0L
)
| Threads | 
 | 
| MIPGap | 
 | 
| Method | 
 | 
| Presolve | 
 | 
| TimeLimit | 
 | 
| NumberSolutions | 
 | 
| MultipleSolutionsMethod | 
 | 
| NumericFocus | 
 | 
GurobiOpts object
GurobiOpts.
## Not run: 
# create GurobiOpts object using default parameters
GurobiOpts(Threads = 1L, MIPGap = 0.1, Method = 0L, Presolve=2L,
           TimeLimit = NA_integer_, NumberSolutions = 1L, NumericFocus = 0L)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.