mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
fix gc to not remove ternary clauses that are on assignment trail. This addresses issue with drat proofs that don't pass drat-trim due to deletion during gc, but use in conflicts
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
598fc810b5
commit
4c799c144a
11 changed files with 201 additions and 71 deletions
|
@ -133,7 +133,7 @@ namespace sat {
|
|||
|
||||
void register_clauses(clause_vector & cs);
|
||||
|
||||
void remove_clause(clause & c);
|
||||
void remove_clause(clause & c, bool is_unique);
|
||||
void set_learned(clause & c);
|
||||
void set_learned(literal l1, literal l2);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue