From 4e56834b764ecae1240545a990a0ac803c20bd69 Mon Sep 17 00:00:00 2001 From: Lev Nachmanson Date: Wed, 7 May 2025 13:14:23 -0700 Subject: [PATCH] test Signed-off-by: Lev Nachmanson --- src/math/lp/lar_solver.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/math/lp/lar_solver.cpp b/src/math/lp/lar_solver.cpp index 99a3fc851..78c00fd65 100644 --- a/src/math/lp/lar_solver.cpp +++ b/src/math/lp/lar_solver.cpp @@ -16,6 +16,7 @@ namespace lp { }; struct imp { + lar_solver &lra; var_register m_var_register; svector m_columns;