The Cplex type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IncumbentNode |
Gets the node number where the current incumbent was found.
| |
| IncumbentNode64 |
Gets the node number where the current incumbent was found.
| |
| Name | (Inherited from CplexModeler.) | |
| NbarrierIterations |
Gets the number of barrier iterations from the last solve.
| |
| NbarrierIterations64 |
Gets the number of barrier iterations from the last solve.
| |
| NbinVars |
Gets the number of binary (or Boolean) variables in the matrix
representation of the active model.
Note that the result is not necessarily equal to the number of
Boolean variables in the active model, as some mapping of
modeling objects may require the introduction of added matrix columns.
| |
| Ncols |
Gets the number of columns in the matrix representation of the
active model. Note that the result may be greater than the number of
variables in the active model, since some modeling
objects may require more than one matrix column.
| |
| NcrossDExch |
Gets the number of dual exchange operations in the crossover of the
last solve.
| |
| NcrossDExch64 |
Gets the number of dual exchange operations in the crossover of the
last solve.
| |
| NcrossDPush |
Gets the number of dual push operations in the crossover of the
last solve.
| |
| NcrossDPush64 |
Gets the number of dual push operations in the crossover of the
last solve.
| |
| NcrossPExch |
Gets the number of primal exchange operations in the crossover of the
last solve.
| |
| NcrossPExch64 |
Gets the number of primal exchange operations in the crossover of the
last solve.
| |
| NcrossPPush |
Gets the number of primal push operations in the crossover of the
last solve.
| |
| NcrossPPush64 |
Gets the number of primal push operations in the crossover of the
last solve.
| |
| NdualSuperbasics |
Gets the number of dual superbasic variables in the basis.
| |
| Nfilters | ||
| Nindicators |
Gets the number of indicator constraints in the active model.
| |
| NintVars |
Gets the number of integer variables in the matrix representation
of the active model.
Note that the result is not necessarily equal to the number of
integer variables in the active model, as some mapping of
modeling objects may require the introduction of added matrix columns.
| |
| Niterations |
Gets the number of iterations from the last solve.
| |
| Niterations64 |
Gets the number of iterations from the last solve.
| |
| NLCs |
Gets the number of lazy constraints that have been added to the
invoking Cplex object with the methods
AddLazyConstraint and AddLazyConstraints.
| |
| Nnodes |
Gets the number of branch-and-cut nodes explored in solving
the active model.
| |
| Nnodes64 |
Gets the number of branch-and-cut nodes explored in solving
the active model.
| |
| NnodesLeft |
Gets the number of unexplored nodes in the branch-and-cut tree.
| |
| NnodesLeft64 |
Gets the number of unexplored nodes in the branch-and-cut tree.
| |
| NNZs |
Gets the number of nonzero elements in the matrix representation
of the active model.
| |
| NphaseOneIterations |
Gets the number of phase I iterations from the last solve.
| |
| NphaseOneIterations64 |
Gets the number of phase I iterations from the last solve.
| |
| NprimalSuperbasics |
Gets the number of primal superbasic variables in the basis.
| |
| NQCs |
Gets the number of quadratic constraints in the active
model. The result may be different from the number
of constraints in the active model, since linear constraints
are counted separately.
| |
| Nrows |
Gets the number of rows in the matrix representation of the active
model. The result may be different from the number of
constraints in the active model, since some modeling
objects may require more than one matrix row and quadratic
constraints are not accounted for as rows.
| |
| NsemiContVars |
Gets the number of semicontinuous variables in the matrix
representation of the active model.
| |
| NsemiIntVars |
Gets the number of semi-integer variables in the matrix
representation of the active model.
| |
| NsiftingIterations |
Gets the number of sifting iterations from the last solve.
| |
| NsiftingIterations64 |
Gets the number of sifting iterations from the last solve.
| |
| NsiftingPhaseOneIterations |
Gets the number of sifting phase I iterations from the last solve.
| |
| NsiftingPhaseOneIterations64 |
Gets the number of sifting phase I iterations from the last solve.
| |
| NSOS1 |
Gets the number of SOSs of type 1 in the active model.
| |
| NSOS2 |
Gets the number of SOSs of type 2 in the active model.
| |
| NSOSs |
Gets the number of SOSs of both types, 1 and 2 in the
active model.
| |
| NUCs |
Gets the number of user cuts that have been added to the
invoking Cplex object with the methods
AddUserCut and AddUserCuts.
| |
| ObjValue |
Gets the objective value of the current solution.
| |
| SubAlgorithm |
Gets the type of the algorithm that was used to generate the solution
of the last branch-and-cut node solved during a MIP solve
terminated because of an error during mixed integer optimization.
| |
| Version |
Gets a string that reports the version of CPLEX.
| |
| VersionNumber |
Gets a number that reports the version of CPLEX.
|