Learn R Programming

cplexAPI (version 1.4.0)

getParmValCPLEX: Values and Names of Parameters Having Non-Default Values

Description

The function getParmValCPLEX retrieves the names and actual values of all IBM ILOG CPLEX parameters, which do not have their default values.

Usage

getParmValCPLEX(env)

Arguments

env

An object of class "'>cplexPtr" as returned by openEnvCPLEX. This is basically a pointer to an IBM ILOG CPLEX environment.

Value

Either a list containing all non-default parameters and their values or NULL.

References

The IBM ILOG CPLEX home page at https://www.ibm.com/support/knowledgecenter/SSSA5P.

See Also

cplexConstants and getChgParmCPLEX