NEOS Interfaces to LINDOGlobal

Sample Submissions
WWW Form - XML-RPC

LINDOGlobal

The NEOS Server offers LINDOGlobal for the solution of global optimization problems and mixed-integer nonlinear-constrained problems in AMPL and GAMS formats.

LINDO Global finds guaranteed globally optimal solutions to general nonlinear problems with continuous and/or discrete variables. The LINDO global optimization procedure (GOP) employs branch-and-cut methods to break a nonlinear programming model into a list of subproblems. Each subproblem is analyzed; the result of the analysis is one of the following: a) the subproblem is shown to not have a feasible or optimal solution, b) an optimal solution to the subproblem is found, e.g., because the subproblem is shown to be convex, or c) the subproblem is further split into two or more subproblems, which are then placed on the list. Given appropriate tolerances, a solution is returned that is provably globally optimal to the tolerance.

LINDO Global is developed by Lindo Systems, Inc, which offers the LINDO API. The LINDO API is a library of optimization solvers and mathematical programming tools that allows users to create their own optimization applications.

The documentation for LINDOGlobal is available on the GAMS LINDOGlobal webpage.


Using the NEOS Server for LINDOGlobal/GAMS


The user must submit a model in GAMS format to solve an optimization problem. For security purposes, the model submitted must adhere to the following conventions:

If you are unfamiliar with GAMS, the GAMS Documentation includes a GAMS Tutorial and User's Guide. Examples of models in GAMS format can be found in the GAMS model library.

By default, the NEOS Server limits the amount of output generated in the listing file by turning off the symbol and unique element list, symbol cross references, and restricting the rows and columns listed to zero. This behavior can be changed by specifying the appropriate options in the model file. See the documentation on GAMS output for further information.

You may optionally submit an options file if you wish to override the default parameter settings for the solver. Currently, the NEOS Server can only use optfile=1 with GAMS input. Therefore, any model that specifies a different options file will not work as intended.

Web Submission Form
Model File
Upload the GAMS model file.
Options File
The solver options file is optional. If provided, the statement <modelname>.optfile = 1 ; is required before the solve statement in your model file. Only optfile = 1 is supported, however, options also may be specified within the model input file (see the GAMS documentation).
Parameters File
A secondary parameters file may be uploaded to NEOS. This file is optional. Note that some settings are overwritten by NEOS default settings. (See GAMS Call and CL Parameters for more details.)
GDX File
Optional GDX file for inputs. This file will be renamed to "in.gdx". The model must include "$GDXIN in.gdx" to load this file.
GAMS Restart File
A GAMS restart file can be submitted to NEOS. (See GAMS Save and Restart for more details.)
Return GDX output
Check the box to have the solver return a compressed GDX file that contains all of the symbols in the model.
Return GAMS listing file
Check the box to include the GAMS listing file in returned output.
Return log file
If the box is checked, the log file containing information generated by the solver will be returned with the output.
Comments
You may enter any additional comments here, for example, to identify the data for your own information. These comments will be returned with your results.
Additional Settings


E-Mail address:
Please do not click the 'Submit to NEOS' button more than once.