File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,6 @@ using ADNLPModels:
77# Automatically loads the code for Enzyme with Requires
88import Enzyme
99
10- for problem in NLPModelsTest. nlp_problems ∪ [" GENROSE" ]
11- include(" nlp/problems/$(lowercase(problem)) .jl" )
12- end
13- for problem in NLPModelsTest. nls_problems
14- include(" nls/problems/$(lowercase(problem)) .jl" )
15- end
16-
1710EnzymeReverseAD() = ADNLPModels. ADModelBackend(
1811 ADNLPModels. EnzymeReverseADGradient(),
1912 ADNLPModels. EnzymeReverseADHvprod(zeros(1 )),
@@ -105,6 +98,13 @@ include("sparse_jacobian_nls.jl")
10598include(" sparse_hessian.jl" )
10699include(" sparse_hessian_nls.jl" )
107100
101+ for problem in NLPModelsTest. nlp_problems ∪ [" GENROSE" ]
102+ include(" nlp/problems/$(lowercase(problem)) .jl" )
103+ end
104+ for problem in NLPModelsTest. nls_problems
105+ include(" nls/problems/$(lowercase(problem)) .jl" )
106+ end
107+
108108include(" utils.jl" )
109109include(" nlp/basic.jl" )
110110include(" nls/basic.jl" )
You can’t perform that action at this time.
0 commit comments