Skip to content

Commit

Permalink
Doc fixes: intro, AMPL solver options #231
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Jan 18, 2024
1 parent a1cb209 commit ac937f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/features-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ We distinguish between :ref:`ampl-solver-options` and :ref:`native-options`.
AMPL solver options
-----------------------------

AMPL solver options provide a unified interface to the underlying solver's
configuration:
AMPL solver options provide a unified interface to
MP parameters, as well as underlying solver's configuration:

.. code-block:: ampl
Expand Down
2 changes: 2 additions & 0 deletions doc/source/model-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Ever wondered how to model logical and non-linear constraints? For example:

- Piecewise-linear approximation of *y = sin(x)*.

MP automates many of such modeling tasks by reformulating AMPL nonlinear
constraints suitably for the given solver.
A series of small modeling tasks like these are handled in the
`MP Modeling Series <https://discuss.ampl.com/c/modeling/42>`_,
while below follows a comprehensive guide.
Expand Down

0 comments on commit ac937f4

Please sign in to comment.