Sets CARNIVAL options for the solver.
setCarnivalOptions(solver = getSupportedSolvers()$lpSolve, ...)
one of the solvers available from getSupportedSolvers().
any possible options from the solver's list
carnival options as list.
setCarnivalOptions(solver="lpSolve")
#> $solver
#> [1] "lpSolve"
#>