Skip to content

Commit e64bed4

Browse files
authored
Expand exclusion list for optimal control problems
Added additional problems to the exclusion list.
1 parent 2e88c44 commit e64bed4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/OptimalControlProblems.jl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,15 @@ function make_list_of_problems()
6363

6464
# exclude the following problems
6565
problems_to_exclude = [
66-
:bioreactor, :cart_pendulum, :dielectrophoretic_particle, :moonlander
66+
:bioreactor,
67+
:cart_pendulum,
68+
:dielectrophoretic_particle,
69+
:moonlander,
70+
:ducted_fan,
71+
:insurance,
72+
:robot,
73+
:space_shuttle,
74+
:steering,
6775
]
6876
list_of_problems = setdiff(list_of_problems, problems_to_exclude)
6977

0 commit comments

Comments
 (0)