From d79d43355f7ee5d1111cf4b26636966f3e5afd08 Mon Sep 17 00:00:00 2001 From: Lev Nachmanson Date: Mon, 29 Sep 2025 13:23:20 -0700 Subject: [PATCH] remove a comment Signed-off-by: Lev Nachmanson --- src/math/lp/nra_solver.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/math/lp/nra_solver.cpp b/src/math/lp/nra_solver.cpp index 85a55cd6b..dfa767d50 100644 --- a/src/math/lp/nra_solver.cpp +++ b/src/math/lp/nra_solver.cpp @@ -404,7 +404,6 @@ struct solver::imp { lemma |= inq; } IF_VERBOSE(1, verbose_stream() << "linear lemma: " << lemma << "\n"); - //m_nla_core.set_use_nra_model(true); return l_false; }