Skip to content

Commit

Permalink
Fix doc typos #237
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Nov 15, 2024
1 parent e83b3ac commit 2641a67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/source/modeling-expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -632,8 +632,8 @@ Handling in Gurobi
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

For Gurobi, the following univariate nonlinear functions are instead handled natively:
**exp**, **log**, **^**, **sin**, **cos**, **tan**,
as part of Gurobi's new MINLP capability ---
**exp**, **log**, **^**, **sin**, **cos**, **tan**.
As part of the new MINLP capability, it applies
`global nonlinear solving <https://www.gurobi.com/>`_ via spatial branching.
After suitable transformations, MP interface sends Gurobi
:ref:`expressions trees <flat-vs-expressions>` that use
Expand Down
2 changes: 1 addition & 1 deletion doc/source/modeling-tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This sections gives a technical list of accepted constraints
and expressions, as well as control options for their
reformulations.

.. _flat-vs-expressions
.. _flat-vs-expressions:

Flat constraints vs expression trees
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 2641a67

Please sign in to comment.