Skip to content

Commit

Permalink
Update nonlinear.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 14, 2024
1 parent 4ec427e commit e436314
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/src/manual/nonlinear.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ DocTestFilters = [r"≤|<=", r"≥|>=", r" == | = ", r" ∈ | in ", r"MathOptInt

# Nonlinear Modeling

!!! warning
This page describes a new nonlinear interface to JuMP. It replaces the
legacy `@NL` interface, which is documented at [Nonlinear Modeling (Legacy)](@ref).
The API described below is stable, and it will not break with future 1.X
releases of JuMP. However, solver support may be limited, and there may be
gaps in functionality compared with the legacy interface. To report a bug,
or request a missing feature, please [open an issue](https://github.com/jump-dev/JuMP.jl/issues/new/choose).

JuMP has support for nonlinear (convex and nonconvex) optimization problems.
JuMP is able to automatically provide exact, sparse second-order derivatives to
solvers. This information can improve solver accuracy and performance.
Expand Down

0 comments on commit e436314

Please sign in to comment.