optionsCplexAPI {ivmte} | R Documentation |
Function to parse options for CPLEX
Description
This function constructs a list of options to be parsed when
solver
is set to cplexapi
.
Usage
optionsCplexAPI(options)
Arguments
options |
list. The name of each item must be the name of the
function to set the option, and is case sensitive. The value
assigned to each item is the value to set the option to. The
|
Value
list, each element being the command to evaluate to implement an option.