setCarnivalOptions {CARNIVAL}R Documentation

Sets CARNIVAL options for the solver.

Description

Sets CARNIVAL options for the solver.

Usage

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

Arguments

solver

one of the solvers available from getSupportedSolvers().

...

any possible options from the solver's list

Examples

setCarnivalOptions(solver="lpSolve")

[Package CARNIVAL version 2.3.0 Index]