Pyomo

Pyomo
Designed by William E. Hart
Carl Laird
John Siirola
Jean-Paul Watson
David Woodruff
First appeared 2008
4.0 / January 22, 2015
OS Cross-platform: Linux, Mac OS X and Windows
License BSD license
.py
Website http://www.pyomo.org/

Pyomo is a collection of Python software packages for formulating optimization models.[1][2]

Pyomo was developed by William Hart and Jean-Paul Watson at Sandia National Laboratories and David Woodruff at University of California, Davis. Significant extensions to Pyomo were developed by John Siirola at Sandia National Laboratories and Carl Laird at Texas A&M University. Pyomo is an open-source project that is freely available, and it is licensed with the BSD license. Pyomo is developed as part of the COIN-OR project. Pyomo is a popular open-source software package that is used by a variety of government agencies and academic institutions.

Features

Pyomo allows users to formulate optimization problems in Python in a manner that is similar to the notation commonly used in mathematical optimization. Pyomo supports an object-oriented style of formulating optimization models, which are defined with a variety of modeling components: sets, scalar and multidimensional parameters, decision variables, objectives, constraints, equations, disjunctions and more. Optimization models can be initialized with python data, and external data sources can be defined using spreadsheets, databases, various formats of text files. Pyomo supports both abstract models, which are defined without data, and concrete models, which are defined with data. In both cases, Pyomo allows for the separation of model and data.

Pyomo supports dozens of solvers, both open source and commercial, including many solvers supported by AMPL, PICO, CBC, CPLEX, IPOPT, Gurobi and GLPK. Pyomo can either invoke the solver directly or asynchronous with a solver manager. Solver managers support remote, asynchronous execution of solvers, which supports parallel execution of Pyomo scripts. Solver interaction is performed with a variety of solver interfaces, depending on the solver being used. A very generic solver interface is supported with AMPL's nl (format).

Related Software

The following software packages integrate Pyomo as a library to support optimization modeling and analysis:

See also

References

  1. Hart, William; Carl Laird, Jean-Paul Watson, David L. Woodruff (2012). Pyomo: Optimization Modeling in Python. Springer.
  2. Hart, William; Jean-Paul Watson, David L. Woodruff (2011). "Pyomo: modeling and solving mathematical programs in python". Mathematical Programming Computation 3 (3).
  3. Mason, Andrew (2013). "SolverStudio: A New Tool for Better Optimisation and Simulation Modelling in Excel". INFORMS Transactions on Education 14 (1). pp. 45–52.
  4. DeCarolis, Joseph; Kevin Hunter; Sarat Sreepathi (2010). "The TEMOA Project: Tools for Energy Model Optimization and Analysis". Stockholm, Sweden.
  5. Greenhall, Adam; Rich Christie and Jean-Paul Watson (2012). "Minpower: A power systems optimization toolkit".

External links