File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed
lib/OptimizationIpopt/test Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ using Zygote
33using Test
44using LinearAlgebra
55
6+ # These tests were automatically translated from the Ipopt tests, https://github.com/coin-or/Ipopt
7+ # licensed under Eclipse Public License - v 2.0
8+ # https://github.com/coin-or/Ipopt/blob/stable/3.14/LICENSE
9+
610@testset " Additional Ipopt Examples" begin
711 @testset " Simple 2D Example (MyNLP)" begin
812 # Based on MyNLP example from Ipopt
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ using Test
44using LinearAlgebra
55using SparseArrays
66
7+ # These tests were automatically translated from the Ipopt tests, https://github.com/coin-or/Ipopt
8+ # licensed under Eclipse Public License - v 2.0
9+ # https://github.com/coin-or/Ipopt/blob/stable/3.14/LICENSE
10+
711@testset " Advanced Ipopt Features" begin
812
913 @testset " Custom Tolerances and Options" begin
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ using Test
44using LinearAlgebra
55using SparseArrays
66
7+ # These tests were automatically translated from the Ipopt tests, https://github.com/coin-or/Ipopt
8+ # licensed under Eclipse Public License - v 2.0
9+ # https://github.com/coin-or/Ipopt/blob/stable/3.14/LICENSE
10+
711@testset " Specific Problem Types" begin
812
913 @testset " Optimal Control Problem" begin
Original file line number Diff line number Diff line change 6868end
6969
7070# Include additional tests based on Ipopt examples
71+ # These tests were automatically translated from the Ipopt tests, https://github.com/coin-or/Ipopt
72+ # licensed under Eclipse Public License - v 2.0
73+ # https://github.com/coin-or/Ipopt/blob/stable/3.14/LICENSE
7174include (" additional_tests.jl" )
7275include (" advanced_features.jl" )
7376include (" problem_types.jl" )
You can’t perform that action at this time.
0 commit comments