3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-09 09:21:56 +00:00

continue PIMPL refactor in lar_solver

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2025-05-08 16:45:00 -07:00 committed by Lev Nachmanson
parent b7ffcb7e61
commit b375faa77c
4 changed files with 476 additions and 427 deletions

View file

@ -62,7 +62,7 @@ int int_branch::find_inf_int_base_column() {
mpq new_range;
mpq small_value(1024);
unsigned n = 0;
lar_core_solver & lcs = lra.m_mpq_lar_core_solver;
lar_core_solver & lcs = lra.get_core_solver();
unsigned prev_usage = 0; // to quiet down the compiler
unsigned k = 0;
unsigned usage;