Solving Linear Programming Problems


The preceding chapters have focused on the details of writing applications that model optimization problems and access the solutions to those problems, with minimal attention to the optimizer that solves them. This is because most models are solved well by the default optimizers provided by ILOG CPLEX. For instances where a user wishes to exert more direct influence over the solution process, ILOG CPLEX provides a number of features that may be of interest.

This chapter tells you more about solving linear programs with ILOG CPLEX using the LP optimizers. It contains sections on:


Previous Page: Tell Us  Return to Top Next Page: Choosing an Optimizer for Your LP Problem