mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
local changes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
921423ec80
commit
159df60336
|
@ -134,7 +134,7 @@ namespace sat {
|
||||||
s.propagate(false);
|
s.propagate(false);
|
||||||
if (s.m_inconsistent)
|
if (s.m_inconsistent)
|
||||||
break;
|
break;
|
||||||
std::cout << m_elim_literals - elim << "\n";
|
// std::cout << m_elim_literals - elim << "\n";
|
||||||
if (m_elim_literals == elim)
|
if (m_elim_literals == elim)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue