AMPL

AMPL (A Mathematical Programming Language) is an algebraic modeling language to describe and solve high-complexity problems for large-scale mathematical computing (e.g. large-scale optimization and scheduling-type problems). It was developed by Robert Fourer, David Gay, and Brian Kernighan at Bell Laboratories. AMPL supports dozens of solvers, both open source and commercial software, including CBC, CPLEX, FortMP, MOSEK, MINOS, IPOPT, SNOPT, KNITRO, and LGO. Problems are passed to solvers as nl files. AMPL is used by more than 100 corporate clients, and by government agencies and academic institutions.

AMPL
ParadigmMulti-paradigm: declarative, imperative
Designed byRobert Fourer
David Gay
Brian Kernighan
Bell Labs
DeveloperAMPL Optimization, Inc.
First appeared1985 (1985)
Stable release
20230430 / 30 April 2023 (2023-04-30)
OSCross-platform: Linux, macOS, Solaris, AIX, Windows
LicenseProprietary (translator),
free and open-source (AMPL Solver Library)
Filename extensions.mod, .dat, .run
Websitewww.ampl.com
Influenced by
AWK, C
Influenced
Pyomo

One advantage of AMPL is the similarity of its syntax to the mathematical notation of optimization problems. This allows for a very concise and readable definition of problems in the domain of optimization. Many modern solvers available on the NEOS Server (formerly hosted at the Argonne National Laboratory, currently hosted at the University of Wisconsin, Madison) accept AMPL input. According to the NEOS statistics AMPL is the most popular format for representing mathematical programming problems.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.