mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +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
|
@ -266,6 +266,7 @@ public:
|
|||
}
|
||||
virtual void set_produce_models(bool f) {}
|
||||
virtual void collect_param_descrs(param_descrs & r) {
|
||||
solver::collect_param_descrs(r);
|
||||
goal2sat::collect_param_descrs(r);
|
||||
sat::solver::collect_param_descrs(r);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue