Skip to content

or-fusion/pyomo_simplemodel

Repository files navigation

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

  • (5/2020) The pyomo_simplemodel package has moved to the or-fusion organization (previously the pyomocommunity organization). This package was renamed from pyomocontrib_simplemodel to pyomo_simplemodel, and this capability is no longer available as the Pyomo subpackage pyomo.contrib.simplemodel. In the future, pyomo_simplemodel will be distributed with pyomo_community package.

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.