optionsCplexAPISingle {ivmte} | R Documentation |
Function to parse a single set of options for CPLEX
Description
This function constructs a string to be parsed when solver
is set to cplexapi
.
Usage
optionsCplexAPISingle(name, vector)
Arguments
name |
string, name of the |
vector |
a named vector, contains the argument names and
values of the options. The |
Value
string, the command to be evaluated to implement a single option.
[Package ivmte version 1.4.0 Index]