Skip to content

Commit

Permalink
Doc: fix NLWPY example link #30
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Feb 28, 2024
1 parent 6b66413 commit ff32650
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/source/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ The details are taken care of in the
However, a :ref:`minimal driver setup <driver-minimal-setup>` might address the
corresponding APIs directly, as described below.


.. _NL-format:

NL format
~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -138,7 +141,7 @@ Writing NL and reading SOL files
------------------------------------

For modeling systems and applications using AMPL solvers,
MP provides a library to write NL and read SOL files.
MP provides a library to write :ref:`NL <nl-format>` and read SOL files.
The library is virtually zero-overhead: it does not store the model,
nor does it require any intermediate objects to represent
model information.
Expand Down Expand Up @@ -193,8 +196,8 @@ and tests.
are supported.

- **Python API** only supports (MI)LP/(MI)QP (via `nlwpy.NLModel`),
see
`NLWPY example <https://github.com/ampl/mp/blob/develop/nl-writer2/nlwpy/tests/test.py>`_.
see
`NLWPY example <https://github.com/ampl/mp/blob/develop/nl-writer2/nlwpy/test/test_solve.py>`_.


.. _recommended-driver-logic:
Expand Down

0 comments on commit ff32650

Please sign in to comment.