OOQP is a primal-dual interior point code that solves linear or convex quadratic programming problems. This version of the OOQP solver accepts problems formulated in the AMPL modeling language. The authors of OOQP are:
The user must submit a model in AMPL format to solve a linear program. Examples of models in AMPL format can be found in the netlib collection .
The model is specified by a model file, and optionally, a data file and a commands file. If the command file is specified it must contain the AMPL solve command.
The commands file can contain any AMPL command or set options for OOQP by modifying the variable 'ooqp_options'. See the OOQP home page to get a listing of the various options. Printing directed to standard out is returned to the user with the output.
DOE disclaimer DOE Web privacy policy