3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-28 00:48:45 +00:00
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-05-07 13:14:23 -07:00 committed by Lev Nachmanson
parent a527667fc0
commit 4e56834b76

View file

@ -16,6 +16,7 @@ namespace lp {
};
struct imp {
lar_solver &lra;
var_register m_var_register;
svector<column> m_columns;