mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
fix #6260
This commit is contained in:
parent
5014b1a34d
commit
a4ea281602
2 changed files with 12 additions and 13 deletions
|
@ -121,7 +121,7 @@ private:
|
|||
vector<std::tuple<unsigned, pdd, u_dependency*>> m_subst;
|
||||
mutable u_dependency_manager m_dep_manager;
|
||||
equation_vector m_all_eqs;
|
||||
equation* m_conflict;
|
||||
equation* m_conflict = nullptr;
|
||||
bool m_too_complex;
|
||||
public:
|
||||
solver(reslimit& lim, pdd_manager& m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue