or-fusion / pyomo_simplemodel

An extension of Pyomo that defines a simple modeling class that is similar to PuLP
Other
6 stars 6 forks source link
optimization python snl-applications snl-data-analysis snl-science-libs

Actions Status Documentation Status

Pyomo Checks - GitHub Master Pyomo Checks - PyPI Pyomo Checks - Conda

GitHub contributors Merged PRs Issue stats Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Overview

News

Description

The pyomo_simplemodel package is software for modeling and solving optimization problems. This package is derived from Pyomo, and it defines the class SimpleModel that illustrates how Pyomo can be used in a simple, less object-oriented manner. Specifically, this class mimics the modeling style supported by PuLP:

Feature PuLP SimpleModel
LP/MILP YES YES
NLP/MINLP NO YES
Column-wise YES NO

See the online documentation for further details.

This software is available under the BSD License.

Installation

PyPI [PyPI]()

pip install pyomo_simplemodel

Getting Help

Developers

By contributing to this software project, you are agreeing to the following terms and conditions for your contributions:

  1. You agree your contributions are submitted under the BSD license.
  2. You represent you are authorized to make the contributions and grant the license. If your employer has rights to intellectual property that includes your contributions, you represent that you have received permission to make contributions and grant the required license on behalf of that employer.