- (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.
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.
pip install pyomo_simplemodel
- Ask a Question on StackExchange
- Pyomo Forum
- Add a Ticket
- Find a Ticket and Vote On It!
By contributing to this software project, you are agreeing to the following terms and conditions for your contributions:
- You agree your contributions are submitted under the BSD license.
- 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.