diff --git a/src/util/lp/lp_primal_core_solver.cpp b/src/util/lp/lp_primal_core_solver.cpp index 906a4579e..0c2ee5a77 100644 --- a/src/util/lp/lp_primal_core_solver.cpp +++ b/src/util/lp/lp_primal_core_solver.cpp @@ -130,7 +130,7 @@ template X lp_primal_core_solver::get_harris_t template int lp_primal_core_solver::find_leaving_on_harris_theta(X const & harris_theta, X & t) { int leaving = -1; - T pivot_abs_max; + T pivot_abs_max = zero_of_type(); // we know already that there is no bound flip on entering // we also know that harris_theta is limited, so we will find a leaving zero_harris_eps();