Skip to content

Commit 69fa426

Browse files
committed
Undo tolerance change
1 parent a250ac6 commit 69fa426

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

highs/mip/HighsMipSolverData.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,6 @@ void HighsMipSolverData::startAnalyticCenterComputation(
379379
ipm.setOptionValue("ipm_iteration_limit", 200);
380380
ipm.setOptionValue("run_crossover", kHighsOffString);
381381
ipm.setOptionValue("run_centring", true);
382-
ipm.setOptionValue("ipm_optimality_tolerance", 1e-2);
383382
HighsLp lpmodel(*mipsolver.model_);
384383
lpmodel.col_cost_.assign(lpmodel.num_col_, 0.0);
385384
lpmodel.integrality_.clear();

0 commit comments

Comments
 (0)