We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 414ac53 + 0d996d8 commit 8605e73Copy full SHA for 8605e73
gtsam/nonlinear/NonlinearOptimizerParams.h
@@ -112,11 +112,8 @@ class GTSAM_EXPORT NonlinearOptimizerParams {
112
/// Parameters for `gtsam::MultifrontalSolver` when using `MULTIFRONTAL_SOLVER`.
113
114
/// The type of linear solver to use in the nonlinear optimizer
115
- #ifdef GTSAM_ALLOW_DEPRECATED_SINCE_V43
116
LinearSolverType linearSolverType = MULTIFRONTAL_CHOLESKY;
117
-#else
118
- LinearSolverType linearSolverType = MULTIFRONTAL_SOLVER;
119
-#endif
+
120
MultifrontalParameters multifrontalParams;
121
122
NonlinearOptimizerParams() = default;
0 commit comments