From 8ce08d57a015fc165a580c8341b210e33f2697f3 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Tue, 8 Dec 2020 12:08:15 -0800 Subject: [PATCH] na --- src/smt/theory_lra.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smt/theory_lra.cpp b/src/smt/theory_lra.cpp index fa47f5880..474393030 100644 --- a/src/smt/theory_lra.cpp +++ b/src/smt/theory_lra.cpp @@ -1603,7 +1603,7 @@ public: get_infeasibility_explanation_and_set_conflict(); return FC_CONTINUE; case l_undef: - TRACE("arith", tout << "check feasiable is undef\n";); + TRACE("arith", tout << "check feasible is undef\n";); return m.inc() ? FC_CONTINUE : FC_GIVEUP; default: UNREACHABLE();