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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

IloCplex::GoalI<br />

Returns the total number of GUB cover cuts that have been added to the model so far<br />

during the current optimization.<br />

public IloInt getNimpliedBounds()<br />

Returns the total number of implied bound cuts that have been added to the model so far<br />

during the current optimization.<br />

public IloInt getNiterations()<br />

Returns the total number of iterations executed so far during the current optimization to<br />

solve the node relaxations.<br />

public IloInt getNMIRs()<br />

Returns the total number of MIR cuts that have been added to the model so far during<br />

the current optimization.<br />

public IloInt getNnodes()<br />

This method returns the number of nodes already processed in the current optimization.<br />

public IloInt getNremainingNodes()<br />

This method returns the number of nodes left to explore in the current optimization.<br />

public IloInt getNrows()<br />

This method returns the number of rows in the current optimization model.<br />

public IloNum getObjCoef(const IloIntVar var)<br />

Returns the linear objective coefficient for var in the model currently being solved.<br />

public IloNum getObjCoef(const IloNumVar var)<br />

Returns the linear objective coefficient for var in the model currently being solved.<br />

public void getObjCoefs(IloNumArray vals,<br />

const IloIntVarArray vars)<br />

This method puts the linear objective coefficient of each of the variables in the array<br />

vars into the corresponding element of the array vals.<br />

public void getObjCoefs(IloNumArray vals,<br />

const IloNumVarArray vars)<br />

This method puts the linear objective coefficient of each of the variables in the array<br />

vars into the corresponding element of the array vals.<br />

public IloNum getObjValue()<br />

This method returns the objective value of the solution of the current node.<br />

public IloNum getPriority(const IloIntVar var)<br />

Returns the branch priority used for variable var in the current optimization.<br />

public IloNum getPriority(const IloNumVar var)<br />

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

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

Saved successfully!

Ooh no, something went wrong!