mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
connect mbi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4e74c4cdd4
commit
1d199b707b
8 changed files with 82 additions and 19 deletions
|
@ -36,6 +36,7 @@ namespace q {
|
|||
obj_map<sort, obj_hashtable<expr>*> m_fresh;
|
||||
scoped_ptr_vector<obj_hashtable<expr>> m_values;
|
||||
expr_ref_vector m_fresh_trail;
|
||||
unsigned m_max_cex{ 10 };
|
||||
|
||||
void restrict_to_universe(expr * sk, ptr_vector<expr> const & universe);
|
||||
void register_value(expr* e);
|
||||
|
@ -53,6 +54,8 @@ namespace q {
|
|||
mbqi(euf::solver& ctx, solver& s);
|
||||
|
||||
lbool operator()();
|
||||
|
||||
void init_search();
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue