Sets CARNIVAL options for the solver.

setCarnivalOptions(solver = getSupportedSolvers()$lpSolve, ...)

Arguments

solver

one of the solvers available from getSupportedSolvers().

...

any possible options from the solver's list

Value

carnival options as list.

Examples

setCarnivalOptions(solver="lpSolve")
#> $solver
#> [1] "lpSolve"
#>