ILOG CPLEX 11.0 User's Manual > Languages and APIs > ILOG Concert Technology for C++ Users > Accessing Solution Information > Accessing Basis Information |
Accessing Basis Information |
INDEX PREVIOUS NEXT |
When solving LPs or QPs with either the simplex algorithm or the barrier optimizer with crossover enabled, basis information is available as well. Basis information can be consulted by the method IloCplex::
getBasisStatuses
which returns basis status information for variables and constraints.
Such information is encoded by the nested enumeration IloCplex::BasisStatus
.
Copyright © 1987-2007 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |