We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6bcf7 commit ac1a5eeCopy full SHA for ac1a5ee
highs/ipm/hipo/ipm/Solver.cpp
@@ -187,7 +187,7 @@ bool Solver::prepareIpx() {
187
ipx_param.ipm_feasibility_tol = options_.feasibility_tol;
188
ipx_param.ipm_optimality_tol = options_.optimality_tol;
189
ipx_param.start_crossover_tol = options_.crossover_tol;
190
- ipx_param.time_limit = options_.time_limit - control_.elapsed();
+ ipx_param.time_limit = options_.time_limit;
191
ipx_param.ipm_maxiter = options_.max_iter - iter_;
192
ipx_lps_.SetParameters(ipx_param);
193
0 commit comments