
EplexInstance:eplex_get(++ParamName, -Value)

   Retrieve information about solver state and results for eplex instance EplexInstance.

Arguments
   ParamName           Name of parameter (atom)
   Value               Returned value for ParamName

Type
   library(eplex)

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
