mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +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
|
@ -51,7 +51,7 @@ public:
|
|||
void reset();
|
||||
void cleanup();
|
||||
|
||||
obj_map<expr, expr*> const sub() const { return m_subst; }
|
||||
obj_map<expr, expr*> const & sub() const { return m_subst; }
|
||||
|
||||
std::ostream& display(std::ostream& out);
|
||||
};
|
||||
|
|
|
@ -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…
Reference in a new issue