commit | eeedd2e191f5ce404453c735061ad13bd45b939b | [log] [tgz] |
---|---|---|
author | Sameer Agarwal <sameeragarwal@google.com> | Sun Jul 07 23:04:31 2013 -0700 |
committer | Sameer Agarwal <sameeragarwal@google.com> | Sun Jul 07 23:04:31 2013 -0700 |
tree | 59b25f13fa9b2b76bb3951ae34d9c9daef58064b | |
parent | 7a8f79792467e56012d43b5f9aa7aefce14d5ee9 [diff] |
Rationalize some of the variable names in Solver::Options. lm_max_diagonal -> max_lm_diagonal lm_min_diagonal -> min_lm_diagonal linear_solver_max_num_iterations -> max_linear_solver_iterations linear_solver_min_num_iterations -> min_linear_solver_iterations This follows the pattern for the other parameters in Solver::Options where, the max/min is the first word followed by the name of the parameter. Change-Id: I0893610fceb6b7983fdb458a65522ba7079596a7