Skip to content

Commit 8605e73

Browse files
authored
Merge pull request borglab#2365 from borglab/cholesky-switch
Revert linear solver type to MULTIFRONTAL_CHOLESKY
2 parents 414ac53 + 0d996d8 commit 8605e73

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gtsam/nonlinear/NonlinearOptimizerParams.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,8 @@ class GTSAM_EXPORT NonlinearOptimizerParams {
112112
/// Parameters for `gtsam::MultifrontalSolver` when using `MULTIFRONTAL_SOLVER`.
113113

114114
/// The type of linear solver to use in the nonlinear optimizer
115-
#ifdef GTSAM_ALLOW_DEPRECATED_SINCE_V43
116115
LinearSolverType linearSolverType = MULTIFRONTAL_CHOLESKY;
117-
#else
118-
LinearSolverType linearSolverType = MULTIFRONTAL_SOLVER;
119-
#endif
116+
120117
MultifrontalParameters multifrontalParams;
121118

122119
NonlinearOptimizerParams() = default;

0 commit comments

Comments
 (0)