Skip to content

Commit a2053be

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

paper/paper.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Moreover, TRUNK, TRUNK-NLS, and FOMO support GPU arrays, broadening the range of
6262
The package documentation and \url{https://jso.dev/tutorials} provide examples illustrating the use of different floating-point systems.
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

65-
`JSOSolvers.jl` is built upon the JuliaSmoothOptimizers (JSO) tools [@The_JuliaSmoothOptimizers_Ecosystem] [^jso].
65+
`JSOSolvers.jl` is built upon the JuliaSmoothOptimizers (JSO) tools [^jso].
66+
6667
JSO is an academic organization containing a collection of Julia packages for nonlinear optimization software development, testing, and benchmarking.
6768
It provides tools for building models, accessing problem repositories, and solving subproblems.
6869
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)