3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-26 07:29:33 +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

@ -420,7 +420,7 @@ namespace lp {
int_solver::int_solver(lar_solver& lar_slv) :
lra(lar_slv),
lrac(lra.m_mpq_lar_core_solver) {
lrac(lra.get_core_solver()) {
m_imp = alloc(imp, *this);
lra.set_int_solver(this);
}