We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d2744 commit b8e295dCopy full SHA for b8e295d
cpp/src/dual_simplex/simplex_solver_settings.hpp
@@ -72,7 +72,7 @@ struct simplex_solver_settings_t {
72
ordering(-1),
73
barrier_dual_initial_point(-1),
74
crossover(false),
75
- refactor_frequency(100),
+ refactor_frequency(50),
76
iteration_log_frequency(1000),
77
first_iteration_log(2),
78
num_threads(omp_get_max_threads() - 1),
0 commit comments