An open API service indexing awesome lists of open source software.

https://github.com/or-fusion/pyomo_simplemodel

An extension of Pyomo that defines a simple modeling class that is similar to PuLP
https://github.com/or-fusion/pyomo_simplemodel

optimization python snl-applications snl-data-analysis snl-science-libs

Last synced: 6 months ago
JSON representation

An extension of Pyomo that defines a simple modeling class that is similar to PuLP

Awesome Lists containing this project

README

          

[![Actions Status](https://github.com/or-fusion/pyomo_simplemodel/workflows/continuous-integration/github/pr/linux/badge.svg)](https://github.com/or-fusion/pyomo_simplemodel/actions)
[![Documentation Status](https://readthedocs.org/projects/pyomo-simplemodel/badge/?version=latest)](http://pyomo-simplemodel.readthedocs.org/en/latest/)

[![Pyomo Checks - GitHub Master](https://github.com/or-fusion/pyomo_simplemodel/workflows/pyomo-checks/master/badge.svg)](https://github.com/or-fusion/pyomo_simplemodel/actions)
[![Pyomo Checks - PyPI](https://github.com/or-fusion/pyomo_simplemodel/workflows/pyomo-checks/pypi/badge.svg)](https://github.com/or-fusion/pyomo_simplemodel/actions)
[![Pyomo Checks - Conda](https://github.com/or-fusion/pyomo_simplemodel/workflows/pyomo-checks/conda/badge.svg)](https://github.com/or-fusion/pyomo_simplemodel/actions)

[![GitHub contributors](https://img.shields.io/github/contributors/or-fusion/pyomo_simplemodel.svg)](https://github.com/or-fusion/pyomo_simplemodel/graphs/contributors)
[![Merged PRs](https://img.shields.io/github/issues-pr-closed-raw/or-fusion/pyomo_simplemodel.svg?label=merged+PRs)](https://github.com/or-fusion/pyomo_simplemodel/pulls?q=is:pr+is:merged)
[![Issue stats](http://isitmaintained.com/badge/resolution/or-fusion/pyomo_simplemodel.svg)](http://isitmaintained.com/project/or-fusion/pyomo_simplemodel)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)

## 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](http://www.pyomo.org), 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](https://github.com/coin-or/pulp):

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

[See the online documentation for further details.](http://pyomo-simplemodel.readthedocs.org/en/latest/)

This software is available under the BSD License.

### Installation

#### PyPI [![PyPI](https://img.shields.io/pypi/v/pyomo_simplemodel.svg?maxAge=2592000)]()

pip install pyomo_simplemodel

### Getting Help

* [Ask a Question on StackExchange](https://stackoverflow.com/questions/ask?tags=pyomo)
* [Pyomo Forum](https://groups.google.com/forum/?hl=en#!forum/pyomo-forum)
* [Add a Ticket](https://github.com/or-fusion/pyomo_simplemodel/issues/new)
* [Find a Ticket](https://github.com/or-fusion/pyomo_simplemodel/issues) and **Vote On It**!

### 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.