Skip to content

Commit 5c82934

Browse files
authored
Update paper/paper.md
1 parent a2053be commit 5c82934

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

paper/paper.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ The package documentation and \url{https://jso.dev/tutorials} provide examples i
6363
Furthermore, the solvers expose in-place function variants, allowing multiple optimization problems with identical dimensions and data types to be solved efficiently without reallocations.
6464

6565
`JSOSolvers.jl` is built upon the JuliaSmoothOptimizers (JSO) tools [^jso].
66-
6766
JSO is an academic organization containing a collection of Julia packages for nonlinear optimization software development, testing, and benchmarking.
6867
It provides tools for building models, accessing problem repositories, and solving subproblems.
6968
Solvers in `JSOSolvers.jl` take as input an `AbstractNLPModel`, JSO's general model API defined in `NLPModels.jl` [@NLPModels_jl], a flexible data type to evaluate objective and constraints, their derivatives, and to provide any information that a solver might request from a model.

0 commit comments

Comments
 (0)