NO FRAMES

Group optim.cplex.callable.accessresults

The routines in the ILOG CPLEX Callable Library to access results.
Function Summary
CPXgetax
CPXgetbaritcnt
CPXgetbase
CPXgetcolinfeas
CPXgetcrossdexchcnt
CPXgetcrossdpushcnt
CPXgetcrosspexchcnt
CPXgetcrossppushcnt
CPXgetdj
CPXgetdsbcnt
CPXgetitcnt
CPXgetmethod
CPXgetobjval
CPXgetphase1cnt
CPXgetpi
CPXgetpsbcnt
CPXgetrowinfeas
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 MIP problem objects, you can access variable and slack values. (Other values specific to MIPs are accessible through routines in the group optim.cplex.callable.accessmipresults.)

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).