Preface

LINGO is a comprehensive tool designed to make building and solving mathematical optimization models easier and more efficient.  LINGO provides a completely integrated package that includes a powerful language for expressing optimization models, a full-featured environment for building and editing problems, and a set of fast built-in solvers capable of efficiently solving most classes of optimization models.  LINGO's primary features include

· Algebraic Modeling Language

LINGO supports a powerful, set-based modeling language that allows users to express math programming models efficiently and compactly.  Multiple models may be solved iteratively using LINGO's internal scripting capabilities.

· Convenient Data Options

LINGO takes the time and hassle out of managing your data.  It allows you to build models that pull information directly from databases and spreadsheets.  Similarly, LINGO can output solution information right into a database or spreadsheet making it easier for you to generate reports in the application of your choice.  Complete separation of model and data enhance model maintenance and scalability.

· Model Interactively or Create Turnkey Applications

You can build and solve models within LINGO, or you can call LINGO directly from an application you have written.  For developing models interactively, LINGO provides a complete modeling environment to build, solve, and analyze your models.  For building turn-key solutions, LINGO comes with callable DLL and OLE interfaces that can be called from user written applications.  LINGO can also be called directly from an Excel macro or database application.  LINGO currently includes programming examples for C/C++, FORTRAN, Java, C#.NET, VB.NET, ASP.NET, Visual Basic, Delphi, and Excel.

· Extensive Documentation and Help
LINGO provides all of the tools you will need to get up and running quickly.  You get the LINGO Users Manual (in printed form and available via the online Help), which fully describes the commands and features of the program.  Also included with Super versions and larger is a copy of Optimization Modeling with LINGO, a comprehensive modeling text discussing all major classes of linear, integer and nonlinear optimization problems.  LINGO also comes with dozens of real-world based examples for you to modify and expand.

· Powerful Solvers and Tools

LINGO is available with a comprehensive set of fast, built-in solvers for linear, nonlinear (convex & nonconvex), quadratic, quadratically constrained, and integer optimization.  You never have to specify or load a separate solver, because LINGO reads your formulation and automatically selects the apate one.  A general description of the solvers and tools available in LINGO follows:

General Nonlinear Solver

LINGO provides both general nonlinear and nonlinear/integer capabilities.  The nonlinear license option is required in order to use the nonlinear capabilities with LINDO API.

Global Solver

The global solver combines a series of range bounding (e.g., interval analysis and convex analysis) and range reduction techniques (e.g., linear programming and constraint propagation) within a branch-and-bound framework to find proven global solutions to nonconvex nonlinear programs.  Traditional nonlinear solvers can get stuck at suboptimal, local solutions.  This is no longer the case when using the global solver.

Multistart Solver

The multistart solver intelligently generates a sequence of candidate starting points in the solution space of NLP and mixed integer NLPs.  A traditional NLP solver is called with each starting point to find a local optimum.  For non-convex NLP models, the quality of the best solution found by the multistart solver tends to be superior to that of a single solution from a traditional nonlinear solver.  A user adjustable parameter controls the maximum number of multistarts to be performed.

Barrier Solver

The barrier solver is an alternative way for solving linear, quadratic and conic problems.  LINGO's state-of-the-art implementation of the barrier method offers great speed advantages for large-scale, sparse models.

Simplex Solvers

LINGO offers two advanced implementations of the primal and dual simplex methods as the primary means for solving linear programming problems.  Its flexible design allows the users to fine tune each method by altering several of the algorithmic parameters.

Mixed Integer Solver

The mixed integer solver’s capabilities of LINGO extend to linear, quadratic, and general nonlinear integer models.  It contains several advanced solution techniques such as cut generation, tree reordering to reduce tree growth dynamically, and advanced heuristic and presolve strategies.

Stochastic Solver

The stochastic programming solver supports decision making under uncertainty through multistage stochastic models with recourse.  The user describes the uncertainty by identifying the distribution functions, either built-in or user-defined, describing each random variable.  The stochastic solver will optimize the model to minimize the cost of the initial stage plus the expected cost of future recourse actions over the planning horizon.  Advanced sampling modes are also available for approximating continuous distributions.  LINGO's stochastic solver also supports chance-constrained models, where one or more sets of constraints are allowed to be violated according to a specified probability.

Model and Solution Analysis Tools

LINGO includes a comprehensive set of analysis tools for debugging infeasible linear, integer and nonlinear programs, using advanced techniques to isolate the source of infeasibilities to the smallest subset of the original constraints.  It also has tools to perform sensitivity analysis to determine the sensitivity of the optimal basis to changes in certain data components (e.g. objective vector and right-hand-size values).

Quadratic Recognition Tools

The QP recognition tool is a useful algebraic pre-processor that automatically determines if an arbitrary NLP is actually a convex, quadratic model.  QP models may then be passed to the faster quadratic solver, which is available as part of the barrier solver option.  When the barrier solver option is combined with the global option, LINGO will automatically recognize conic models, in addition to convex quadratic models.

Linearization Tools

Linearization is a comprehensive reformulation tool that automatically converts many non-smooth functions and operators (e.g., max and absolute value) to a series of linear, mathematically equivalent expressions.  Many non-smooth models may be entirely linearized.  This allows the linear solver to quickly find a global solution to what would have otherwise been an intractable nonlinear problem.