File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -1278,7 +1278,6 @@ namespace qe {
1278
1278
in->reset ();
1279
1279
in->inc_depth ();
1280
1280
result.push_back (in.get ());
1281
- std::cout << in->models_enabled () << " " << m_model_save.get () << " \n " ;
1282
1281
if (in->models_enabled ()) {
1283
1282
model_converter_ref mc;
1284
1283
mc = model2model_converter (m_model_save.get ());
Original file line number Diff line number Diff line change @@ -522,7 +522,6 @@ namespace smt {
522
522
}
523
523
524
524
instantiation_set const * get_uvar_inst_set (quantifier * q, unsigned i) const {
525
- // SASSERT(!has_quantifiers(q->get_expr()));
526
525
ast_idx_pair k (q, i);
527
526
node * r = nullptr ;
528
527
if (m_uvars.find (k, r))
@@ -1747,7 +1746,6 @@ namespace smt {
1747
1746
}
1748
1747
CTRACE (" model_finder_bug" , has_quantifiers (m_flat_q->get_expr ()),
1749
1748
tout << mk_pp (q, m) << " \n " << mk_pp (m_flat_q, m) << " \n " ;);
1750
- // SASSERT(m.is_lambda_def(q) || !has_quantifiers(m_flat_q->get_expr()));
1751
1749
}
1752
1750
1753
1751
~quantifier_info () {
@@ -2193,8 +2191,7 @@ namespace smt {
2193
2191
m_info->m_is_auf = false ; // unexpected occurrence of variable.
2194
2192
}
2195
2193
else {
2196
- SASSERT (is_quantifier (curr)); // no nested quantifiers
2197
- // UNREACHABLE();
2194
+ SASSERT (is_lambda (curr));
2198
2195
}
2199
2196
}
2200
2197
}
@@ -2380,7 +2377,6 @@ namespace smt {
2380
2377
quantifier * q = d->get_flat_q ();
2381
2378
if (m.is_lambda_def (q)) return ;
2382
2379
expr * e = q->get_expr ();
2383
- // SASSERT(!has_quantifiers(e));
2384
2380
reset_cache ();
2385
2381
SASSERT (m_ttodo.empty ());
2386
2382
SASSERT (m_ftodo.empty ());
You can’t perform that action at this time.
0 commit comments