mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
fix proof generation for unit resolution. Issue #691
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6559fd817d
commit
5f39c4371c
3 changed files with 10 additions and 6 deletions
|
@ -52,6 +52,7 @@ namespace smt {
|
|||
tout << lits[i] << " ";
|
||||
}
|
||||
tout << "\n";);
|
||||
SASSERT(m_num_literals > 0);
|
||||
}
|
||||
|
||||
unit_resolution_justification::unit_resolution_justification(justification * js,
|
||||
|
@ -68,6 +69,7 @@ namespace smt {
|
|||
tout << lits[i] << " ";
|
||||
}
|
||||
tout << "\n";);
|
||||
SASSERT(num_lits != 0);
|
||||
}
|
||||
|
||||
unit_resolution_justification::~unit_resolution_justification() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue