Pyomo — Optimization Modeling in Python von William E. Hart | ISBN 9783319864822

Pyomo — Optimization Modeling in Python

von William E. Hart und weiteren
Mitwirkende
Autor / AutorinWilliam E. Hart
Autor / AutorinCarl D. Laird
Autor / AutorinJean-Paul Watson
Autor / AutorinDavid L. Woodruff
Autor / AutorinGabriel A. Hackebeil
Autor / AutorinBethany L. Nicholson
Autor / AutorinJohn D. Siirola
Buchcover Pyomo — Optimization Modeling in Python | William E. Hart | EAN 9783319864822 | ISBN 3-319-86482-3 | ISBN 978-3-319-86482-2
“This book provides a detailed guide to Pyomo for beginners and advanced users from undergraduate students to academic researchers to practitioners. … the book is a good software guide which I strongly recommend to anybody interested in looking for an alternative to commercial modeling languages in general or in learning or intensifying their Pyomo skills in particular.” (Christina Schenk, SIAM Review, Vol. 61 (1), March, 2019)

Pyomo — Optimization Modeling in Python

von William E. Hart und weiteren
Mitwirkende
Autor / AutorinWilliam E. Hart
Autor / AutorinCarl D. Laird
Autor / AutorinJean-Paul Watson
Autor / AutorinDavid L. Woodruff
Autor / AutorinGabriel A. Hackebeil
Autor / AutorinBethany L. Nicholson
Autor / AutorinJohn D. Siirola

This book provides a complete and comprehensive guide to Pyomo (Python Optimization Modeling Objects) for beginning and advanced modelers, including students at the undergraduate and graduate levels, academic researchers, and practitioners. Using many examples to illustrate the different techniques useful for formulating models, this text beautifully elucidates the breadth of modeling capabilities that are supported by Pyomo and its handling of complex real-world applications. This second edition provides an expanded presentation of Pyomo’s modeling capabilities, providing a broader description of the software that will enable the user to develop and optimize models. Introductory chapters have been revised to extend tutorials; chapters that discuss advanced features now include the new functionalities added to Pyomo since the first edition including generalized disjunctive programming, mathematical programming with equilibrium constraints, and bilevel programming.

Pyomois an open source software package for formulating and solving large-scale optimization problems. The software extends the modeling approach supported by modern AML (Algebraic Modeling Language) tools. Pyomo is a flexible, extensible, and portable AML that is embedded in Python, a full-featured scripting language. Python is a powerful and dynamic programming language that has a very clear, readable syntax and intuitive object orientation. Pyomo includes Python classes for defining sparse sets, parameters, and variables, which can be used to formulate algebraic expressions that define objectives and constraints. Moreover, Pyomo can be used from a command-line interface and within Python's interactive command environment, which makes it easy to create Pyomo models, apply a variety of optimizers, and examine solutions.