Skip to content

Commit b8e295d

Browse files
committed
adjusting refactor frequency
1 parent 64d2744 commit b8e295d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/dual_simplex/simplex_solver_settings.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct simplex_solver_settings_t {
7272
ordering(-1),
7373
barrier_dual_initial_point(-1),
7474
crossover(false),
75-
refactor_frequency(100),
75+
refactor_frequency(50),
7676
iteration_log_frequency(1000),
7777
first_iteration_log(2),
7878
num_threads(omp_get_max_threads() - 1),

0 commit comments

Comments
 (0)