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 a250ac6 commit 69fa426Copy full SHA for 69fa426
highs/mip/HighsMipSolverData.cpp
@@ -379,7 +379,6 @@ void HighsMipSolverData::startAnalyticCenterComputation(
379
ipm.setOptionValue("ipm_iteration_limit", 200);
380
ipm.setOptionValue("run_crossover", kHighsOffString);
381
ipm.setOptionValue("run_centring", true);
382
- ipm.setOptionValue("ipm_optimality_tolerance", 1e-2);
383
HighsLp lpmodel(*mipsolver.model_);
384
lpmodel.col_cost_.assign(lpmodel.num_col_, 0.0);
385
lpmodel.integrality_.clear();
0 commit comments