mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 00:05:46 +00:00
add notes and tangent lemma
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0426b23d0c
commit
444084f396
6 changed files with 49 additions and 13 deletions
|
@ -640,8 +640,6 @@ namespace polysat {
|
|||
}
|
||||
m_conflict.reset();
|
||||
|
||||
std::cout << "reason " << *reason << "\n";
|
||||
|
||||
// The lemma where 'lit' comes from.
|
||||
// Currently, boolean decisions always come from guessing a literal of a learned non-unit lemma.
|
||||
clause* lemma = m_bvars.lemma(var); // need to grab this while 'lit' is still assigned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue