mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
fix the crash
This commit is contained in:
parent
abf29b57aa
commit
3b22d3b19d
4 changed files with 12 additions and 8 deletions
|
@ -29,7 +29,8 @@ namespace lp {
|
|||
|
||||
};
|
||||
|
||||
struct imp {
|
||||
class int_solver::imp {
|
||||
public:
|
||||
int_solver& lia;
|
||||
lar_solver& lra;
|
||||
lar_core_solver& lrac;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue