forked from Pyomo/pyomo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Pyomo#3248 from Robbybp/pynumero-doc
Include PyNumero "inventory" in readme
- Loading branch information
Showing
3 changed files
with
87 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
doc/OnlineDocs/contributed_packages/pynumero/backward_compatibility.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Backward Compatibility | ||
====================== | ||
|
||
While PyNumero is a third-party contribution to Pyomo, we intend to maintain | ||
the stability of its core functionality. The core functionality of PyNumero | ||
consists of: | ||
|
||
1. The ``NLP`` API and ``PyomoNLP`` implementation of this API | ||
2. HSL and MUMPS linear solver interfaces | ||
3. ``BlockVector`` and ``BlockMatrix`` classes | ||
4. CyIpopt and SciPy solver interfaces | ||
|
||
Other parts of PyNumero, such as ``ExternalGreyBoxBlock`` and | ||
``ImplicitFunctionSolver``, are experimental and subject to change without notice. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters