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

Here is an approach mentioned in the section Tuning LP Performance. The approach 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.