3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-10 01:05:47 +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
parent 5487c5a963
commit 67652dd8eb

View file

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