3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-05 19:00:25 +00:00

simpler conflicts when reaching unrolling limit (just add a clause)

This commit is contained in:
Simon Cruanes 2017-12-14 19:03:13 +01:00
parent 7b1e1d52e7
commit 3b4718b99a
2 changed files with 15 additions and 37 deletions

View file

@ -103,6 +103,7 @@ namespace smt {
vector<case_expansion> m_q_case_expand;
vector<body_expansion> m_q_body_expand;
vector<literal_vector> m_q_clauses;
recfun_util & u() const { SASSERT(m_util); return *m_util; }
ast_manager & m() { return get_manager(); }