We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 128476e + 7455a37 commit 6254069Copy full SHA for 6254069
2 files changed
test/Project.toml
@@ -15,7 +15,7 @@ ADNLPModels = "0.8"
15
Aqua = "0.8"
16
CTBase = "0.16"
17
CTDirect = "0.15"
18
-CTParser = "0.4"
+CTParser = "0.5"
19
JLD2 = "0.5"
20
JSON3 = "1"
21
NLPModelsIpopt = "0.10"
test/runtests.jl
@@ -39,7 +39,6 @@ using CTDirect
39
using NLPModelsIpopt
40
using ADNLPModels
41
import CTParser: CTParser, @def
42
-CTParser.prefix!(:CTModels); # code generated by @def is prefixed by CTModels (not by OptimalControl - the default)
43
44
#
45
include("solution_example_path_constraints.jl")
0 commit comments