[ library(eplex) | The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]
EplexInstance:eplex_get(++ParamName, -Value)
Retrieve information about solver state and results for eplex instance EplexInstance.
- ParamName
- Name of parameter (atom)
- Value
- Returned value for ParamName
Description
Retrieve information about solver state and results for the eplex instance
EplexInstance. ParamName is the same as that
for lp_get/3, which retrieves the same information via the solver state.
See lp_get/3 for the list of ParamNames.
See Also
eplex_solver_setup / 5, lp_set / 3, lp_get / 3