From a89be68050122a6ee51d967637aba964c52ca9b7 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 1 Aug 2022 21:43:41 +0700 Subject: [PATCH] Use `false` instead of `0`. --- src/math/lp/hnf_cutter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/lp/hnf_cutter.cpp b/src/math/lp/hnf_cutter.cpp index 70a9222e4..c1f93c9d8 100644 --- a/src/math/lp/hnf_cutter.cpp +++ b/src/math/lp/hnf_cutter.cpp @@ -20,7 +20,7 @@ namespace lp { lra(lia.lra), m_settings(lia.settings()), m_abs_max(zero_of_type()), - m_var_register(0) {} + m_var_register(false) {} bool hnf_cutter::is_full() const { return