Skip to content

Commit

Permalink
Fix dependency detector, remove repeated linear_solver
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelrojasmiliani committed Sep 20, 2024
1 parent 6e86a74 commit eada322
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/gsplines/Optimization/ipopt_solver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ class IpoptSolverOptions {
{"derivative_test", "none"},
{"hessian_approximation", "limited-memory"},
{"jac_c_constant", "yes"},
{"linear_solver", "mumps"},
{"print_timing_statistics", "no"},
{"dependency_detector", "mumps"},
{"dependency_detector", "none"},
{"dependency_detection_with_rhs", "no"}};

std::vector<std::pair<std::string, int>> int_options_ = {{"print_level", 0}};
Expand Down

0 comments on commit eada322

Please sign in to comment.