We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8113edf commit 36912e1Copy full SHA for 36912e1
docs/src/submodules/Nonlinear/reference.md
@@ -12,7 +12,6 @@ More information can be found in the [Nonlinear](@ref nonlinear_developers)
12
section of the manual.
13
14
```@docs
15
-Nonlinear
16
Nonlinear.Model
17
```
18
src/Nonlinear/Nonlinear.jl
@@ -4,14 +4,6 @@
4
# Use of this source code is governed by an MIT-style license that can be found
5
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
6
7
-"""
8
- Nonlinear
9
-
10
-!!! warning
11
- The Nonlinear submodule is experimental. Until this message is removed,
- breaking changes may be introduced in any minor or patch release of
- MathOptInterface.
module Nonlinear
import ForwardDiff
0 commit comments