30.01.2015 Views

ILOG CPLEX C++ API 9.0 Reference Manual

ILOG CPLEX C++ API 9.0 Reference Manual

ILOG CPLEX C++ API 9.0 Reference Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

IloCplex<br />

public IloInt getNcliques()<br />

This method returns the number of clique cuts that have been added to the problem. If<br />

the invoking IloCplex object is not a MIP, 0 is returned.<br />

public IloInt getNcols()<br />

This method returns the number of columns extracted for the invoking algorithm. There<br />

may be differences in the number returned by this function and the number of object of<br />

type IloNumVar and its subclasses in the model that is extracted. This is because<br />

automatic transformation of non-linear constraints and expressions may introduce new<br />

variables.<br />

public IloInt getNcovers()<br />

This method returns the number of cover cuts that have been added to the problem. If the<br />

invoking IloCplex object is not a MIP, 0 is returned.<br />

public IloInt getNcrossDExch()<br />

This method returns the number of dual exchange operations in the crossover of the last<br />

call to method solve or solveFixed, if barrier with crossover has been used for<br />

solving an LP or QP.<br />

public IloInt getNcrossDPush()<br />

This method returns the number of dual push operations in the crossover of the last call<br />

to solve or solveFixed, if barrier with crossover was used for solving an LP or<br />

QP.<br />

public IloInt getNcrossPExch()<br />

This method returns the number of primal exchange operations in the crossover of the<br />

last call of method solve or solveFixed, if barrier with crossover was used for<br />

solving an LP of QP.<br />

public IloInt getNcrossPPush()<br />

This method returns the number of primal push operations in the crossover of the last<br />

call of method solve or solveFixed, if barrier with crossover was used for solving<br />

an LP or QP.<br />

public IloInt getNdualSuperbasics()<br />

This method returns the number of dual superbasic variables in the current solution of<br />

the invoking IloCplex object.<br />

public IloInt getNintVars()<br />

This method returns the number of integer variables in the matrix representation of the<br />

active model in the invoking IloCplex object.<br />

public IloInt getNiterations()<br />

<strong>ILOG</strong> <strong>CPLEX</strong> <strong>C++</strong> <strong>API</strong> <strong>9.0</strong> REFERENCE M ANUAL 63

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!