Sets default CARNIVAL options for lpSolve.

defaultLpSolveCarnivalOptions(...)

Arguments

...

any possible options from the solver's list

Value

default lpSolve solver options as a list.

Examples

defaultLpSolveCarnivalOptions()
#> $lpFilename
#> [1] ""
#> 
#> $outputFolder
#> [1] "/tmp/RtmpEk8SP5/file144c784ffd06/reference"
#> 
#> $workdir
#> [1] "/tmp/RtmpEk8SP5/file144c784ffd06/reference"
#> 
#> $betaWeight
#> [1] 0.2
#> 
#> $cleanTmpFiles
#> [1] TRUE
#> 
#> $keepLPFiles
#> [1] TRUE
#> 
#> $solver
#> [1] "lpSolve"
#>