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:
parent
7b1e1d52e7
commit
3b4718b99a
2 changed files with 15 additions and 37 deletions
|
@ -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(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue