mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
add option to bypass model converter during constraint addition. Simplify model definitions that come from blocked clauses
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1101c927c9
commit
fbae881ece
5 changed files with 65 additions and 13 deletions
|
@ -35,6 +35,9 @@ class generic_model_converter : public model_converter {
|
|||
vector<entry> m_add_entries;
|
||||
vector<entry> m_hide_entries;
|
||||
obj_map<func_decl, unsigned> m_first_idx;
|
||||
|
||||
expr_ref simplify_def(entry const& e);
|
||||
|
||||
public:
|
||||
generic_model_converter(ast_manager & m) : m(m) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue