default_CARNIVAL_options {cosmosR} | R Documentation |
Returns the default CARNIVAL options as a list. You can modify the elements
of the list and then use it as an argument in “run_COSMOS()
”.
default_CARNIVAL_options()
returns a list with all possible options implemented in CARNIVAL.
see the documentation on runCARNIVAL
.
# load and change default options: my_options = default_CARNIVAL_options() my_options$solverPath = "/Applications/CPLEX_Studio128/cplex/bin/x86-64_osx/cplex" my_options$threads = 2 my_options$timelimit = 3600*15