Skip to content

Commit d01edb3

Browse files
authored
Update contributing.md
1 parent 911f3f3 commit d01edb3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/src/contributing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ For least-squares problems, you may also run the same check with `problem_name(u
105105
### Nonlinear Least Squares (NLS) Problems
106106

107107
If your problem is a nonlinear least squares (NLS), please follow these guidelines:
108-
* Use `ADNLSModels` for the ADNLPProblems implementation (see [ADNLPModels.jl documentation](https://jso.dev/ADNLPModels.jl/stable/)).
109108
* Set the `:objtype` entry in the meta file to `:least_squares`.
110109
* Add a getter for the number of NLS equations, named `get_problemname_nls_nequ`.
111110
* Support the `use_nls=true/false` keyword to allow both `ADNLPModel` and `ADNLSModel` instantiation from the same problem.

0 commit comments

Comments
 (0)