ILOG CPLEX 10.2 Release Notes > ILOG CPLEX 10.2 Release Notes > Conversion Notes for Concert Technology C++ Users |
Conversion Notes for Concert Technology C++ Users |
INDEX
![]() |
There are no changes in the application programming interface (API) for C, Java, or .NET customers.
This release offers a new version of Concert Technology for the C++ API. Concert Technology 2.4 requires you to recompile and link your C++ applications of ILOG CPLEX.
The method IloSolution::isBound
has been deprecated. It will be removed in the next release. If you have been using this deprecated method, we recommend that you use IloSolution::isFixed
instead.
The following methods were deprecated in a previous release of Concert Technology C++ API. They have been removed from Concert Technology 2.4 C++ API.
IloNumExprArg IloNumExprArray::operator()(IloNumExprArg idx) const
IloNumExprArg IloNumVarArray::operator()(IloNumExprArg idx) const
IloNumExprArg IloExprArray::operator()(IloNumExprArg idx) const
IloIntExprArg IloIntExprArray::operator()(IloIntExprArg arg) const
IloIntExprArg IloIntArray::operator()(IloIntExprArg idx) const
IloIntExprArg IloIntVarArray::operator()(IloIntExprArg idx) const
void IloEnv::assumeStrictNumericalDivision(IloBool val) const
IloBool IloEnv::assumeStrictNumericalDivision() const
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |