R/set_carnival_options.R
defaultLpSolveCarnivalOptions.Rd
Sets default CARNIVAL options for lpSolve.
defaultLpSolveCarnivalOptions(...)
any possible options from the solver's list
default lpSolve solver options as a list.
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"
#>