R/set_carnival_options.R
defaultCplexCarnivalOptions.Rd
Sets default CARNIVAL options for cplex.
defaultCplexCarnivalOptions(...)
any possible options from the solver's list
default CPLEX solver options as a list.
defaultCplexCarnivalOptions()
#> $solverPath
#> [1] ""
#>
#> $lpFilename
#> [1] ""
#>
#> $cplexCommandFilename
#> [1] ""
#>
#> $outputFolder
#> [1] "/tmp/RtmpEk8SP5/file144c784ffd06/reference"
#>
#> $betaWeight
#> [1] 0.2
#>
#> $cleanTmpFiles
#> [1] TRUE
#>
#> $keepLPFiles
#> [1] TRUE
#>
#> $workdir
#> [1] "/tmp/RtmpEk8SP5/file144c784ffd06/reference"
#>
#> $threads
#> [1] 0
#>
#> $clonelog
#> [1] -1
#>
#> $mipGap
#> [1] 0.05
#>
#> $timelimit
#> [1] 3600
#>
#> $poolrelGap
#> [1] 1e-04
#>
#> $limitPop
#> [1] 500
#>
#> $poolCap
#> [1] 100
#>
#> $poolIntensity
#> [1] 4
#>
#> $poolReplace
#> [1] 2
#>
#> $cplexMemoryLimit
#> [1] 8192
#>
#> $solver
#> [1] "cplex"
#>