3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 18:05:21 +00:00

remove out

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-04-20 11:26:16 +01:00
parent ec57d3b15c
commit e3c35840bb

View file

@ -190,7 +190,6 @@ void asserted_formulas::push_scope() {
}
void asserted_formulas::push_scope_core() {
std::cout << "push\n";
reduce();
commit();
SASSERT(inconsistent() || m_qhead == m_formulas.size() || m.limit().is_canceled());
@ -261,7 +260,6 @@ bool asserted_formulas::check_well_sorted() const {
}
void asserted_formulas::reduce() {
std::cout << "reduce\n";
if (inconsistent())
return;
if (canceled())