Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove PySP #1819

Merged
merged 13 commits into from
Feb 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 0 additions & 8 deletions .github/workflows/pr_master_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,6 @@ jobs:
TARGET: linux
PYENV: pip

- os: ubuntu-18.04
python: 3.6
other: /parallel
category: parallel
skip_doctest: 1
TARGET: linux
PYENV: pip

- os: ubuntu-18.04
python: 3.7
other: /singletest
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/push_branch_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@ jobs:
TARGET: linux
PYENV: pip

- os: ubuntu-18.04
python: 3.6
other: /parallel
category: parallel
skip_doctest: 1
TARGET: linux
PYENV: pip

- os: ubuntu-18.04
python: 3.7
other: /cython
Expand Down
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@
[![a COIN-OR project](https://www.coin-or.org/GitHub/coin-or-badge.png)](https://www.coin-or.org)

## Pyomo Overview
Pyomo is a Python-based open-source software package that supports a diverse set of optimization capabilities for formulating and analyzing optimization models. Pyomo can be used to define symbolic problems, create concrete problem instances, and solve these instances with standard solvers. Pyomo supports a wide range of problem types, including:

Pyomo is a Python-based open-source software package that supports a
diverse set of optimization capabilities for formulating and analyzing
optimization models. Pyomo can be used to define symbolic problems,
create concrete problem instances, and solve these instances with
standard solvers. Pyomo supports a wide range of problem types,
including:

- Linear programming
- Quadratic programming
Expand All @@ -24,7 +30,14 @@ Pyomo is a Python-based open-source software package that supports a diverse set
- Differential algebraic equations
- Mathematical programming with equilibrium constraints

Pyomo supports analysis and scripting within a full-featured programming language. Further, Pyomo has also proven an effective framework for developing high-level optimization and analysis tools. For example, the PySP package provides generic solvers for stochastic programming. PySP leverages the fact that Pyomo's modeling objects are embedded within a full-featured high-level programming language, which allows for transparent parallelization of subproblems using Python parallel communication libraries.
Pyomo supports analysis and scripting within a full-featured programming
language. Further, Pyomo has also proven an effective framework for
developing high-level optimization and analysis tools. For example, the
[`mpi-sppy`](https://github.com/Pyomo/mpi-sppy) package provides generic
solvers for stochastic programming. `mpi-sppy` leverages the fact that
Pyomo's modeling objects are embedded within a full-featured high-level
programming language, which allows for transparent parallelization of
subproblems using Python parallel communication libraries.

* [Pyomo Home](http://www.pyomo.org)
* [About Pyomo](http://www.pyomo.org/about)
Expand Down Expand Up @@ -68,9 +81,15 @@ Pyomo is currently tested with the following Python implementations:
### Developers

Pyomo development moved to this repository in June, 2016 from
Sandia National Laboratories. Developer discussions are hosted by [google groups](https://groups.google.com/forum/#!forum/pyomo-developers).
Sandia National Laboratories. Developer discussions are hosted by
[google groups](https://groups.google.com/forum/#!forum/pyomo-developers).

By contributing to this software project, you are agreeing to the following terms and conditions for your contributions:
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.
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.
1 change: 0 additions & 1 deletion doc/OnlineDocs/advanced_topics/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ Advanced Topics
:maxdepth: 1

persistent_solvers.rst
pysp_rapper/index.rst
units_container.rst
linearexpression.rst
77 changes: 0 additions & 77 deletions doc/OnlineDocs/advanced_topics/pysp_rapper/Abstractrapper.rst

This file was deleted.

174 changes: 0 additions & 174 deletions doc/OnlineDocs/advanced_topics/pysp_rapper/demorapper.rst

This file was deleted.

25 changes: 0 additions & 25 deletions doc/OnlineDocs/advanced_topics/pysp_rapper/index.rst

This file was deleted.

Loading