Skip to content

Commit

Permalink
Docu: remove dupl targets #30
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Nov 24, 2023
1 parent 700f414 commit d590fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@ NL Writer APIs
- **NL Writer C++ API** is provided by classes
`mp::NLSOL`, `mp::NLFeeder2`, `mp::SOLHandler2`.
See
`example </~https://github.com/ampl/mp/blob/develop/nl-writer2/examples/cpp/nlsol_ex.cc>`_
`C++ API example </~https://github.com/ampl/mp/blob/develop/nl-writer2/examples/cpp/nlsol_ex.cc>`_
solving a small non-linear model.

- **NL Writer C API** is provided by structs
`NLW2_NLSOL_C`, `NLW2_NLFeeder2_C`, `NLW2_SOLHandler2_C`.
*Currently only linear models are supported.*
See
`example </~https://github.com/ampl/mp/blob/develop/nl-writer2/examples/c/nlsol_ex_c.c>`_
`C API example </~https://github.com/ampl/mp/blob/develop/nl-writer2/examples/c/nlsol_ex_c.c>`_
solving a small linear model.


Expand Down

0 comments on commit d590fc6

Please sign in to comment.