Skip to content

Commit 9fdeaf1

Browse files
Removes hard-coded user options from ipopt.jl
1 parent dca1385 commit 9fdeaf1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/transcription/ipopt.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -268,13 +268,6 @@ function solve_with_ipopt(problem::Problem, robot::Robot;
268268
# User Options #
269269
# # # # # # # # #
270270

271-
addOption(prob, "hessian_approximation", "limited-memory")
272-
addOption(prob, "mu_strategy", "adaptive")
273-
# addOption(prob, "linear_solver", "ma57")
274-
# addOption(prob, "ma57_pre_alloc", 2.0)
275-
addOption(prob, "tol", 1.0e-3)
276-
addOption(prob, "max_cpu_time", 10.0)
277-
278271
foreach(x -> addOption(prob, x...), user_options)
279272

280273
solver_log = SolverLog(n)

0 commit comments

Comments
 (0)