NO FRAMES

Group optim.cplex.callable.accesslporqpresults

The routines in the ILOG CPLEX Callable Library to access LP or QP results.
Function Summary
CPXgetax
CPXgetbaritcnt
CPXgetbase
CPXgetcrossdexchcnt
CPXgetcrossdpushcnt
CPXgetcrossppushcnt
CPXgetdj
CPXgetdsbcnt
CPXgetitcnt
CPXgetmethod
CPXgetobjval
CPXgetphase1cnt
CPXgetpi
CPXgetpsbcnt
CPXgetsiftitcnt
CPXgetsiftphase1cnt
CPXgetslack
CPXgetstat
CPXgetstatstring
CPXgetx
CPXsolninfo
CPXsolution

Solution query routines are used to access information about the results of applying an optimization method to a problem object. For LP and QP problem objects, you can access the values of variables, constraint slacks, reduced costs, and dual variables. Additionally, for an LP or QP problem object solved with a simplex method, you can query the simplex basis. Methods and routines are also available to retrieve other information about the optimization process (such as the iteration count).