Add a default value for Solver::Summary::linear_solver_ordering_type

Change-Id: I5c7c9acdc37ba0755d479ac9c6c2872fe89fb492
This commit is contained in:
Sameer Agarwal
2023-10-04 13:26:20 -07:00
parent 8d875a312c
commit b83abdcb19
+1 -1
View File
@@ -1004,7 +1004,7 @@ class CERES_EXPORT Solver {
bool mixed_precision_solves_used = false;
LinearSolverOrderingType linear_solver_ordering_type;
LinearSolverOrderingType linear_solver_ordering_type = AMD;
// Size of the elimination groups given by the user as hints to
// the linear solver.