mirror of
https://github.com/Z3Prover/z3
synced 2025-04-10 19:27:06 +00:00
warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f67077b7ff
commit
dde0c514fa
|
@ -34,8 +34,8 @@ namespace smt {
|
|||
m_plugin(*reinterpret_cast<recfun::decl::plugin*>(m.get_plugin(get_family_id()))),
|
||||
m_util(m_plugin.u()),
|
||||
m_disabled_guards(m),
|
||||
m_preds(m),
|
||||
m_enabled_guards(m),
|
||||
m_preds(m),
|
||||
m_num_rounds(0),
|
||||
m_q_case_expand(),
|
||||
m_q_body_expand() {
|
||||
|
|
|
@ -507,7 +507,6 @@ namespace smt {
|
|||
while (consistent && can_propagate()) {
|
||||
unsigned idx = m_asserted_atoms[m_asserted_qhead];
|
||||
m_asserted_qhead++;
|
||||
std::cout << "propagate atom " << idx << "\n";
|
||||
consistent = propagate_atom(m_atoms[idx]);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue