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
- Host: GitHub
- URL: https://github.com/or-fusion/pyomo_simplemodel
- Owner: or-fusion
- License: other
- Created: 2016-12-10T01:52:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T19:32:52.000Z (about 6 years ago)
- Last Synced: 2024-01-27T11:40:23.938Z (over 2 years ago)
- Topics: optimization, python, snl-applications, snl-data-analysis, snl-science-libs
- Language: Python
- Homepage:
- Size: 149 KB
- Stars: 6
- Watchers: 4
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/or-fusion/pyomo_simplemodel/actions)
[](http://pyomo-simplemodel.readthedocs.org/en/latest/)
[](https://github.com/or-fusion/pyomo_simplemodel/actions)
[](https://github.com/or-fusion/pyomo_simplemodel/actions)
[](https://github.com/or-fusion/pyomo_simplemodel/actions)
[](https://github.com/or-fusion/pyomo_simplemodel/graphs/contributors)
[](https://github.com/or-fusion/pyomo_simplemodel/pulls?q=is:pr+is:merged)
[](http://isitmaintained.com/project/or-fusion/pyomo_simplemodel)
[](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 []()
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.