mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
regression from July 4 2020 tweeted by Dr. RJ and crowd profiled - let's submit this somwhere?
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7373946d67
commit
31a5bd7fd7
2 changed files with 2 additions and 1 deletions
|
@ -147,6 +147,7 @@ namespace sat {
|
|||
if (m_solver.value(r) == l_true)
|
||||
lits.push_back(r);
|
||||
out << "roots: " << lits << "\n";
|
||||
m_solver.display(out);
|
||||
|
||||
return out;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue