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:
parent
b7ffcb7e61
commit
b375faa77c
4 changed files with 476 additions and 427 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue