ILOG CPLEX 11.0 User's Manual > Languages and APIs > ILOG Concert Technology for C++ Users > Accessing Solution Information > Accessing Basis Information

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.