mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 14:08:55 +00:00
fix unsoundness in quantifier propagation #6116 and add initial lemma logging
This commit is contained in:
parent
912b284602
commit
ce1f3987d9
15 changed files with 78 additions and 13 deletions
|
@ -84,7 +84,7 @@ namespace sat {
|
|||
};
|
||||
|
||||
struct no_drat_params : public params_ref {
|
||||
no_drat_params() { set_sym("drat.file", symbol()); }
|
||||
no_drat_params() { set_bool("drat.disable", true); }
|
||||
};
|
||||
|
||||
class solver : public solver_core {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue