mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 22:41:15 +00:00
deal with model construction, issue #684. fix model construction for ite #678. WIth this version, issue #686 does not repro
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cf48eb5f72
commit
60711bb0cd
4 changed files with 51 additions and 8 deletions
|
@ -294,6 +294,7 @@ namespace smt {
|
|||
ast_manager& m;
|
||||
dependency_manager m_dm;
|
||||
solution_map m_rep; // unification representative.
|
||||
bool m_reset_cache; // invalidate cache.
|
||||
scoped_vector<eq> m_eqs; // set of current equations.
|
||||
scoped_vector<ne> m_nqs; // set of current disequalities.
|
||||
scoped_vector<nc> m_ncs; // set of non-contains constraints.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue