mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
add assert to catch bad lemmas
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ba2f587c26
commit
d02d90dab2
3 changed files with 20 additions and 27 deletions
|
@ -508,7 +508,7 @@ namespace sat {
|
|||
}
|
||||
|
||||
/**
|
||||
* Equilvalences modulo cuts are not necessarily DRAT derivable.
|
||||
* Equivalences modulo cuts are not necessarily DRAT derivable.
|
||||
* To ensure that there is a DRAT derivation we create all resolvents
|
||||
* of the LUT clauses until deriving binary u or ~v and ~u or v.
|
||||
* each resolvent is DRAT derivable because there are two previous lemmas that
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue