3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-03 22:05:45 +00:00

fix the crash

This commit is contained in:
Lev Nachmanson 2024-08-15 18:18:22 -10:00 committed by Lev Nachmanson
parent abf29b57aa
commit 3b22d3b19d
4 changed files with 12 additions and 8 deletions

View file

@ -29,7 +29,8 @@ namespace lp {
};
struct imp {
class int_solver::imp {
public:
int_solver& lia;
lar_solver& lra;
lar_core_solver& lrac;