ILOG CPLEX 11.0 User's Manual > Continuous Optimization > Solving LPs: Simplex Optimizers > Examples: Using a Starting Basis in an LP Problem

Here is an approach mentioned in the section Tuning LP Performance, which is to start with an advanced basis. The following small example in C++ and in C demonstrates an approach to setting a starting basis by hand. Example ilolpex6.cpp is from Concert Technology in the C++ API. Example lpex6.c is from the Callable Library in C.